@clerk/backend 3.0.0-canary-core3.v20251203060337 → 3.0.0-snapshot.v20251203152900
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-WQRHLQMU.mjs → chunk-7GLRZ6ZO.mjs} +2 -2
- package/dist/{chunk-WQRHLQMU.mjs.map → chunk-7GLRZ6ZO.mjs.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/internal.js +1 -1
- package/dist/internal.js.map +1 -1
- package/dist/internal.mjs +1 -1
- package/package.json +2 -2
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
// src/constants.ts
|
|
32
32
|
var API_URL = "https://api.clerk.com";
|
|
33
33
|
var API_VERSION = "v1";
|
|
34
|
-
var USER_AGENT = `${"@clerk/backend"}@${"3.0.0-
|
|
34
|
+
var USER_AGENT = `${"@clerk/backend"}@${"3.0.0-snapshot.v20251203152900"}`;
|
|
35
35
|
var MAX_CACHE_LAST_UPDATED_AT_SECONDS = 5 * 60;
|
|
36
36
|
var SUPPORTED_BAPI_VERSION = "2025-11-10";
|
|
37
37
|
var Attributes = {
|
|
@@ -5547,4 +5547,4 @@ export {
|
|
|
5547
5547
|
debugRequestState,
|
|
5548
5548
|
createAuthenticateRequest
|
|
5549
5549
|
};
|
|
5550
|
-
//# sourceMappingURL=chunk-
|
|
5550
|
+
//# sourceMappingURL=chunk-7GLRZ6ZO.mjs.map
|