@clerk/astro 4.0.21 → 4.0.22-canary.v20260901201136

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import { envField } from "astro/config";
2
2
 
3
3
  //#region package.json
4
4
  var name = "@clerk/astro";
5
- var version = "4.0.21";
5
+ var version = "4.0.22-canary.v20260901201136";
6
6
 
7
7
  //#endregion
8
8
  //#region src/integration/snippets.ts
@@ -159,10 +159,10 @@ const createClerkClientWithOptions = (context, options) => createClerkClient$1({
159
159
  proxyUrl: getSafeEnv(context).proxyUrl,
160
160
  domain: getSafeEnv(context).domain,
161
161
  isSatellite: getSafeEnv(context).isSatellite,
162
- userAgent: `@clerk/astro@4.0.21`,
162
+ userAgent: `@clerk/astro@4.0.22-canary.v20260901201136`,
163
163
  sdkMetadata: {
164
164
  name: "@clerk/astro",
165
- version: "4.0.21",
165
+ version: "4.0.22-canary.v20260901201136",
166
166
  environment: import.meta.env.MODE
167
167
  },
168
168
  telemetry: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/astro",
3
- "version": "4.0.21",
3
+ "version": "4.0.22-canary.v20260901201136",
4
4
  "description": "Clerk SDK for Astro",
5
5
  "keywords": [
6
6
  "auth",
@@ -79,12 +79,12 @@
79
79
  "dependencies": {
80
80
  "nanoid": "5.1.16",
81
81
  "nanostores": "1.0.1",
82
- "@clerk/backend": "^3.17.0",
83
- "@clerk/shared": "^4.30.2"
82
+ "@clerk/backend": "3.17.1-canary.v20260901201136",
83
+ "@clerk/shared": "4.30.3-canary.v20260901201136"
84
84
  },
85
85
  "devDependencies": {
86
86
  "astro": "^7.0.0",
87
- "@clerk/ui": "^1.31.0"
87
+ "@clerk/ui": "1.31.1-canary.v20260901201136"
88
88
  },
89
89
  "peerDependencies": {
90
90
  "astro": "^5.0.0 || ^6.0.0 || ^7.0.0"