@clerk/backend 3.0.0-snapshot.v20251218183643 → 3.0.0-snapshot.v20251224145055
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/chunk-3SCGTTJP.mjs +39 -0
- package/dist/{chunk-HPLBV4ZC.mjs → chunk-QP27WD36.mjs} +172 -7
- package/dist/chunk-QP27WD36.mjs.map +1 -0
- package/dist/constants.d.ts +1 -0
- package/dist/constants.d.ts.map +1 -1
- package/dist/errors.mjs +1 -1
- package/dist/index.js +179 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/internal.js +179 -3
- package/dist/internal.js.map +1 -1
- package/dist/internal.mjs +2 -2
- package/dist/jwt/index.mjs +1 -1
- package/dist/tokens/handshake.d.ts.map +1 -1
- package/dist/util/shared.d.ts +1 -1
- package/dist/webhooks.mjs +1 -1
- package/package.json +3 -3
- package/dist/chunk-HPLBV4ZC.mjs.map +0 -1
- package/dist/chunk-RPS7XK5K.mjs +0 -12
- /package/dist/{chunk-RPS7XK5K.mjs.map → chunk-3SCGTTJP.mjs.map} +0 -0
package/dist/chunk-RPS7XK5K.mjs
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
var __typeError = (msg) => {
|
|
2
|
-
throw TypeError(msg);
|
|
3
|
-
};
|
|
4
|
-
var __accessCheck = (obj, member, msg) => member.has(obj) || __typeError("Cannot " + msg);
|
|
5
|
-
var __privateAdd = (obj, member, value) => member.has(obj) ? __typeError("Cannot add the same private member more than once") : member instanceof WeakSet ? member.add(obj) : member.set(obj, value);
|
|
6
|
-
var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "access private method"), method);
|
|
7
|
-
|
|
8
|
-
export {
|
|
9
|
-
__privateAdd,
|
|
10
|
-
__privateMethod
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=chunk-RPS7XK5K.mjs.map
|
|
File without changes
|