@clerk/backend 3.0.0-canary-core3.v20251203181537 → 3.0.0-snapshot.v20251203203405

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-FKLCHJH3.mjs";
26
+ } from "./chunk-ZUP5X55M.mjs";
27
27
  import "./chunk-YBVFDYDR.mjs";
28
28
  import "./chunk-QYKVFAML.mjs";
29
29
  import "./chunk-HNJNM32R.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/error-CaInlA0_").y;
5
+ export declare const errorThrower: import("@clerk/shared/error-BRvlv2fP").v;
6
6
  export declare const isDevOrStagingUrl: (url: string | URL) => boolean;
7
7
  //# sourceMappingURL=shared.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/backend",
3
- "version": "3.0.0-canary-core3.v20251203181537",
3
+ "version": "3.0.0-snapshot.v20251203203405",
4
4
  "description": "Clerk Backend SDK - REST Client for Backend API & JWT verification utilities",
5
5
  "homepage": "https://clerk.com/",
6
6
  "bugs": {
@@ -89,7 +89,7 @@
89
89
  "cookie": "1.0.2",
90
90
  "standardwebhooks": "^1.0.0",
91
91
  "tslib": "2.8.1",
92
- "@clerk/shared": "^4.0.0-canary-core3.v20251203181537"
92
+ "@clerk/shared": "^4.0.0-snapshot.v20251203203405"
93
93
  },
94
94
  "devDependencies": {
95
95
  "@edge-runtime/vm": "5.0.0",