@clerk/backend 3.2.2-canary.v20260320105540 → 3.2.2

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-YKVUXFKN.mjs";
5
+ } from "./chunk-GSO4M56Z.mjs";
6
6
  import "./chunk-YBVFDYDR.mjs";
7
7
  import {
8
8
  withLegacyReturn
package/dist/internal.js CHANGED
@@ -229,7 +229,7 @@ module.exports = __toCommonJS(internal_exports);
229
229
  // src/constants.ts
230
230
  var API_URL = "https://api.clerk.com";
231
231
  var API_VERSION = "v1";
232
- var USER_AGENT = `${"@clerk/backend"}@${"3.2.2-canary.v20260320105540"}`;
232
+ var USER_AGENT = `${"@clerk/backend"}@${"3.2.2"}`;
233
233
  var MAX_CACHE_LAST_UPDATED_AT_SECONDS = 5 * 60;
234
234
  var SUPPORTED_BAPI_VERSION = "2025-11-10";
235
235
  var Attributes = {