@clerk/backend 3.2.9-snapshot.v20260413190318 → 3.2.9
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-HX7GHZFT.mjs → chunk-EQOZORTW.mjs} +3 -3
- package/dist/{chunk-HX7GHZFT.mjs.map → chunk-EQOZORTW.mjs.map} +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/internal.js +2 -2
- 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
|
@@ -194,7 +194,7 @@ var require_dist = __commonJS({
|
|
|
194
194
|
// src/constants.ts
|
|
195
195
|
var API_URL = "https://api.clerk.com";
|
|
196
196
|
var API_VERSION = "v1";
|
|
197
|
-
var USER_AGENT = `${"@clerk/backend"}@${"3.2.9
|
|
197
|
+
var USER_AGENT = `${"@clerk/backend"}@${"3.2.9"}`;
|
|
198
198
|
var MAX_CACHE_LAST_UPDATED_AT_SECONDS = 5 * 60;
|
|
199
199
|
var SUPPORTED_BAPI_VERSION = "2025-11-10";
|
|
200
200
|
var Attributes = {
|
|
@@ -2562,7 +2562,7 @@ import { ClerkAPIResponseError, parseError } from "@clerk/shared/error";
|
|
|
2562
2562
|
// ../../node_modules/.pnpm/map-obj@5.0.2/node_modules/map-obj/index.js
|
|
2563
2563
|
var isObject = (value) => typeof value === "object" && value !== null;
|
|
2564
2564
|
var isObjectCustom = (value) => isObject(value) && !(value instanceof RegExp) && !(value instanceof Error) && !(value instanceof Date) && !(globalThis.Blob && value instanceof globalThis.Blob);
|
|
2565
|
-
var mapObjectSkip = Symbol("mapObjectSkip");
|
|
2565
|
+
var mapObjectSkip = /* @__PURE__ */ Symbol("mapObjectSkip");
|
|
2566
2566
|
var _mapObject = (object, mapper, options, isSeen = /* @__PURE__ */ new WeakMap()) => {
|
|
2567
2567
|
options = {
|
|
2568
2568
|
deep: false,
|
|
@@ -6250,4 +6250,4 @@ export {
|
|
|
6250
6250
|
debugRequestState,
|
|
6251
6251
|
createAuthenticateRequest
|
|
6252
6252
|
};
|
|
6253
|
-
//# sourceMappingURL=chunk-
|
|
6253
|
+
//# sourceMappingURL=chunk-EQOZORTW.mjs.map
|