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
[email protected]
[email protected]
Patch Changes
- 9e05766: Set
vite
configuration to targetes2022
. - 7d8a6dc: Recreate types from astro in order to avoid issues with exported types in Astro 3 and 4 where used directly.
Astro 3 exported the types as generics whereas in Astro 4 those were regular types, this was causing the end type consumed in the package to beany
.
[email protected]
Patch Changes
- b72d6d1: Bump @clerk packages:
@clerk/backend
to1.0.0-beta-v5.19
@clerk/clerk-js
to5.0.0-beta-v5.21
@clerk/shared
to2.0.0-beta-v5.12
@clerk/types
to4.0.0-beta-v5.14
- 5de3bec: Introduce the usage of AsyncLocalStorage to pass authObject as initial value for useAuth.
- Changed
compilerOptions.target
fromES2020
toES2022
. - Renamed
$ssrState
store to$initialState
.
- Changed
[email protected]
Patch Changes
- b20a1f8: Improve package.json of astro-clerk-auth
Remove @clerk/* packages fromexternal
in tsup config
[email protected]
Patch Changes
- cd923d8: Remove carret from dependecies and remove unecessary module and type definitions in package.json.
- 2f191a5: Update description of package.json.
- 0837c36: Rename
componentPropsMap
to__astro_clerk_component_props
. - 39fbfae: Remove duplication when injecting scripts in the integration.
- 159af70: Update clerk-js to 5.0.0-beta-v5.20. Add clerk as dependencies instead of peer dependencies.
[email protected]
Patch Changes
- 3915562: Initial release of the package.