@clerk/astro 3.4.7 → 3.4.8-canary.v20260624133132

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 = "3.4.7";
5
+ var version = "3.4.8-canary.v20260624133132";
6
6
 
7
7
  //#endregion
8
8
  //#region src/integration/snippets.ts
@@ -157,10 +157,10 @@ const createClerkClientWithOptions = (context, options) => createClerkClient$1({
157
157
  proxyUrl: getSafeEnv(context).proxyUrl,
158
158
  domain: getSafeEnv(context).domain,
159
159
  isSatellite: getSafeEnv(context).isSatellite,
160
- userAgent: `@clerk/astro@3.4.7`,
160
+ userAgent: `@clerk/astro@3.4.8-canary.v20260624133132`,
161
161
  sdkMetadata: {
162
162
  name: "@clerk/astro",
163
- version: "3.4.7",
163
+ version: "3.4.8-canary.v20260624133132",
164
164
  environment: import.meta.env.MODE
165
165
  },
166
166
  telemetry: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/astro",
3
- "version": "3.4.7",
3
+ "version": "3.4.8-canary.v20260624133132",
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.6",
81
81
  "nanostores": "1.0.1",
82
- "@clerk/backend": "^3.8.3",
83
- "@clerk/shared": "^4.21.0"
82
+ "@clerk/backend": "3.8.4-canary.v20260624133132",
83
+ "@clerk/shared": "4.21.1-canary.v20260624133132"
84
84
  },
85
85
  "devDependencies": {
86
86
  "astro": "^6.0.0",
87
- "@clerk/ui": "^1.21.0"
87
+ "@clerk/ui": "1.21.1-canary.v20260624133132"
88
88
  },
89
89
  "peerDependencies": {
90
90
  "astro": "^4.15.0 || ^5.0.0 || ^6.0.0"