gatsby-plugin-clerk@5.0.0-alpha-v5.12
Pre-release
Pre-release
·
4824 commits
to main
since this release
Major Changes
-
Changes in exports of
@clerk/backend: (#2363) by @dimkl- Expose the following helpers and enums from
@clerk/backend/internal:import { AuthStatus, buildRequestUrl, constants, createAuthenticateRequest, createIsomorphicRequest, debugRequestState, makeAuthObjectSerializable, prunePrivateMetadata, redirect, sanitizeAuthObject, signedInAuthObject, signedOutAuthObject, } from '@clerk/backend/internal';
- Drop the above exports from the top-level api:
Dropping those exports results in also dropping the exports from
// Before import { AuthStatus, ... } from '@clerk/backend'; // After import { AuthStatus, ... } from '@clerk/backend/internal';
gatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages.
- Expose the following helpers and enums from
-
Changes in exports of
@clerk/backend: (#2365) by @dimkl- Drop the following internal exports from the top-level api:
Dropping those exports results in also dropping the exports from
// Before import { AllowlistIdentifier, Client, DeletedObject, Email, EmailAddress, ExternalAccount, IdentificationLink, Invitation, OauthAccessToken, ObjectType, Organization, OrganizationInvitation, OrganizationMembership, OrganizationMembershipPublicUserData, PhoneNumber, RedirectUrl, SMSMessage, Session, SignInToken, Token, User, Verification, } from '@clerk/backend'; // After : no alternative since there is no need to use those classes
gatsby-plugin-clerk,@clerk/clerk-sdk-node,@clerk/backend,@clerk/fastify,@clerk/nextjs,@clerk/remixpackages. - Keep those 3 resource related type exports
import type { Organization, Session, User, WebhookEvent, WebhookEventType } from '@clerk/backend';
- Drop the following internal exports from the top-level api: