@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.js CHANGED
@@ -1459,7 +1459,7 @@ var M2MToken = class _M2MToken {
1459
1459
  // src/constants.ts
1460
1460
  var API_URL = "https://api.clerk.com";
1461
1461
  var API_VERSION = "v1";
1462
- var USER_AGENT = `${"@clerk/backend"}@${"3.8.4"}`;
1462
+ var USER_AGENT = `${"@clerk/backend"}@${"3.8.5-canary.v20260625215331"}`;
1463
1463
  var MAX_CACHE_LAST_UPDATED_AT_SECONDS = 5 * 60;
1464
1464
  var SUPPORTED_BAPI_VERSION = "2026-05-12";
1465
1465
  var Attributes = {