@clerk/astro 3.4.13 → 3.4.14-canary.v20260707221855

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.13";
5
+ var version = "3.4.14-canary.v20260707221855";
6
6
 
7
7
  //#endregion
8
8
  //#region src/integration/snippets.ts
@@ -158,10 +158,10 @@ const createClerkClientWithOptions = (context, options) => createClerkClient$1({
158
158
  proxyUrl: getSafeEnv(context).proxyUrl,
159
159
  domain: getSafeEnv(context).domain,
160
160
  isSatellite: getSafeEnv(context).isSatellite,
161
- userAgent: `@clerk/astro@3.4.13`,
161
+ userAgent: `@clerk/astro@3.4.14-canary.v20260707221855`,
162
162
  sdkMetadata: {
163
163
  name: "@clerk/astro",
164
- version: "3.4.13",
164
+ version: "3.4.14-canary.v20260707221855",
165
165
  environment: import.meta.env.MODE
166
166
  },
167
167
  telemetry: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/astro",
3
- "version": "3.4.13",
3
+ "version": "3.4.14-canary.v20260707221855",
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.11.1",
83
- "@clerk/shared": "^4.25.0"
82
+ "@clerk/backend": "3.11.2-canary.v20260707221855",
83
+ "@clerk/shared": "4.25.1-canary.v20260707221855"
84
84
  },
85
85
  "devDependencies": {
86
86
  "astro": "^6.4.8",
87
- "@clerk/ui": "^1.25.0"
87
+ "@clerk/ui": "1.25.1-canary.v20260707221855"
88
88
  },
89
89
  "peerDependencies": {
90
90
  "astro": "^4.15.0 || ^5.0.0 || ^6.0.0"