@clerk/backend 3.0.0-snapshot.v20251216175437 → 3.0.0-snapshot.v20251217165918
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/api/endpoints/UserApi.d.ts +5 -1
- package/dist/api/endpoints/UserApi.d.ts.map +1 -1
- package/dist/{chunk-NLVQVT7W.mjs → chunk-LGRX3TE4.mjs} +14 -7
- package/dist/chunk-LGRX3TE4.mjs.map +1 -0
- package/dist/index.js +13 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/internal.js +13 -6
- package/dist/internal.js.map +1 -1
- package/dist/internal.mjs +1 -1
- package/dist/util/shared.d.ts +1 -1
- package/package.json +2 -2
- package/dist/chunk-NLVQVT7W.mjs.map +0 -1
package/dist/internal.mjs
CHANGED
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
stripPrivateDataFromObject,
|
|
24
24
|
unauthenticatedMachineObject,
|
|
25
25
|
verifyMachineAuthToken
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-LGRX3TE4.mjs";
|
|
27
27
|
import "./chunk-YBVFDYDR.mjs";
|
|
28
28
|
import "./chunk-SNA7AD3D.mjs";
|
|
29
29
|
import "./chunk-TCIXZLLW.mjs";
|
package/dist/util/shared.d.ts
CHANGED
|
@@ -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-
|
|
5
|
+
export declare const errorThrower: import("@clerk/shared/error-D_08BTAz").y;
|
|
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-snapshot.
|
|
3
|
+
"version": "3.0.0-snapshot.v20251217165918",
|
|
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-snapshot.
|
|
92
|
+
"@clerk/shared": "4.0.0-snapshot.v20251217165918"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@edge-runtime/vm": "5.0.0",
|