This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
Releases: panteliselef/astro-with-clerk-auth
Releases · panteliselef/astro-with-clerk-auth
astro-clerk-auth@0.11.0
Minor Changes
- b6ebda7: Notify about the package beeing deprecated in favour of
@clerk/astro
.
astro-clerk-auth@0.10.0
Minor Changes
- c69c349: Expose individual stores for client resources.
- $userStore
- $sessionStore
- $sessionListStore
- $clerkStore
- $clerkStore
- $signInStore
- $signUpStore
astro-clerk-auth@0.9.1
Patch Changes
- e48b79a: Drop url constants from Astro components.
astro-clerk-auth@0.9.0
astro-clerk-auth@0.8.1
Patch Changes
- c925c6e: Correctly read signUpUrl from an environment variable in the server and pass it to the client.
astro-clerk-auth@0.8.0
Minor Changes
- cc3081e: Use conditional imports in order to avoid leaking
node:async_hooks
into the client bundle.
astro-clerk-auth@0.7.0
Minor Changes
- 4deb5f6: Support runtime env variables for Cloudflare workers.
astro-clerk-auth@0.6.8
Patch Changes
- 8c6537f: Revert: Use vite's virtual modules in order to avoid leaking node:async_hooks into a browser module.
astro-clerk-auth@0.6.7
Patch Changes
- 6a58eea: Use vite's virtual modules in order to avoid leaking node:async_hooks into a browser module.
Fixes a known issue:[plugin:vite:resolve] Module "async_hooks" has been externalized for browser compatibility, imported by "...".
astro-clerk-auth@0.6.6
Patch Changes
- 1b270da: Revert:
- Avoid using virtual module when injecting a script
- Experiment with virtual modules