@clerk/backend 3.8.4 → 3.8.5-canary.v20260625215331

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/index.mjs CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  createAuthenticateRequest,
3
3
  createBackendApiClient,
4
4
  verifyToken
5
- } from "./chunk-7KNTREEZ.mjs";
5
+ } from "./chunk-T4WJTAUA.mjs";
6
6
  import "./chunk-YBVFDYDR.mjs";
7
7
  import {
8
8
  withLegacyReturn
package/dist/internal.js CHANGED
@@ -320,7 +320,7 @@ module.exports = __toCommonJS(internal_exports);
320
320
  // src/constants.ts
321
321
  var API_URL = "https://api.clerk.com";
322
322
  var API_VERSION = "v1";
323
- var USER_AGENT = `${"@clerk/backend"}@${"3.8.4"}`;
323
+ var USER_AGENT = `${"@clerk/backend"}@${"3.8.5-canary.v20260625215331"}`;
324
324
  var MAX_CACHE_LAST_UPDATED_AT_SECONDS = 5 * 60;
325
325
  var SUPPORTED_BAPI_VERSION = "2026-05-12";
326
326
  var Attributes = {