github clerk/javascript @clerk/types@4.39.3

latest releases: @clerk/types@4.92.0, @clerk/clerk-js@5.99.0, @clerk/fastify@2.4.37...
13 months ago

Patch Changes

  • Introduce __internal_copyInstanceKeysUrl as property in ClerkOptions. It is intented for internall usage from other Clerk SDKs and will be used in Keyless mode. (#4755) by @panteliselef

  • Add claimedAt proprty inside AuthConfig for the environment. It describes when a instance that was created from the Keyless mode was finally claimed. (#4752) by @panteliselef

  • Introduce a toJSON() function on resources. (#4604) by @anagstef

    This change also introduces two new internal methods on the Clerk resource, to be used by the expo package.

    • __internal_getCachedResources(): (Optional) This function is used to load cached Client and Environment resources if Clerk fails to load them from the Frontend API.
    • __internal_reloadInitialResources(): This funtion is used to reload the initial resources (Environment/Client) from the Frontend API.

Don't miss a new javascript release

NewReleases is sending notifications on new releases.