@clerk/backend 3.5.0-snapshot.v20260602000601 → 3.5.0

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/internal.mjs CHANGED
@@ -23,7 +23,7 @@ import {
23
23
  stripPrivateDataFromObject,
24
24
  unauthenticatedMachineObject,
25
25
  verifyMachineAuthToken
26
- } from "./chunk-PNQRXNB4.mjs";
26
+ } from "./chunk-H3NCOZAT.mjs";
27
27
  import "./chunk-YBVFDYDR.mjs";
28
28
  import "./chunk-J2CDX2WG.mjs";
29
29
  import "./chunk-RZ7A7F6X.mjs";
@@ -2,6 +2,6 @@ export { deprecated, deprecatedProperty } from '@clerk/shared/deprecated';
2
2
  export { getCookieSuffix, getSuffixedCookieName, isDevelopmentFromSecretKey, isProductionFromSecretKey, parsePublishableKey, } from '@clerk/shared/keys';
3
3
  export { retry } from '@clerk/shared/retry';
4
4
  export { addClerkPrefix, getClerkJsMajorVersionOrTag, getScriptUrl } from '@clerk/shared/url';
5
- export declare const errorThrower: import("@clerk/shared/index-CGoXnuxo").or;
5
+ export declare const errorThrower: import("@clerk/shared/error").ErrorThrower;
6
6
  export declare const isDevOrStagingUrl: (url: string | URL) => boolean;
7
7
  //# sourceMappingURL=shared.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../src/util/shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC1E,OAAO,EACL,eAAe,EACf,qBAAqB,EACrB,0BAA0B,EAC1B,yBAAyB,EACzB,mBAAmB,GACpB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,2BAA2B,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAK9F,eAAO,MAAM,YAAY,2CAAuD,CAAC;AAEjF,eAAO,MAAQ,iBAAiB,gCAAiC,CAAC"}
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../src/util/shared.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC1E,OAAO,EACL,eAAe,EACf,qBAAqB,EACrB,0BAA0B,EAC1B,yBAAyB,EACzB,mBAAmB,GACpB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,2BAA2B,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAK9F,eAAO,MAAM,YAAY,4CAAuD,CAAC;AAEjF,eAAO,MAAQ,iBAAiB,gCAAiC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/backend",
3
- "version": "3.5.0-snapshot.v20260602000601",
3
+ "version": "3.5.0",
4
4
  "description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
5
5
  "homepage": "https://clerk.com/",
6
6
  "bugs": {
@@ -99,7 +99,7 @@
99
99
  "dependencies": {
100
100
  "standardwebhooks": "^1.0.0",
101
101
  "tslib": "2.8.1",
102
- "@clerk/shared": "4.14.1-snapshot.v20260602000601"
102
+ "@clerk/shared": "^4.15.0"
103
103
  },
104
104
  "devDependencies": {
105
105
  "@edge-runtime/vm": "5.0.0",