@clerk/backend 3.0.0-canary-core3.v20251203181537 → 3.0.0-snapshot.v20251203203405

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-FKLCHJH3.mjs";
5
+ } from "./chunk-ZUP5X55M.mjs";
6
6
  import "./chunk-YBVFDYDR.mjs";
7
7
  import {
8
8
  withLegacyReturn
package/dist/internal.js CHANGED
@@ -56,7 +56,7 @@ module.exports = __toCommonJS(internal_exports);
56
56
  // src/constants.ts
57
57
  var API_URL = "https://api.clerk.com";
58
58
  var API_VERSION = "v1";
59
- var USER_AGENT = `${"@clerk/backend"}@${"3.0.0-canary-core3.v20251203181537"}`;
59
+ var USER_AGENT = `${"@clerk/backend"}@${"3.0.0-snapshot.v20251203203405"}`;
60
60
  var MAX_CACHE_LAST_UPDATED_AT_SECONDS = 5 * 60;
61
61
  var SUPPORTED_BAPI_VERSION = "2025-11-10";
62
62
  var Attributes = {
@@ -2203,11 +2203,11 @@ var UserAPI = class extends AbstractAPI {
2203
2203
  path: joinPaths(basePath27, userId, "totp")
2204
2204
  });
2205
2205
  }
2206
- async __experimental_passwordCompromised(userId) {
2206
+ async __experimental_passwordUntrusted(userId) {
2207
2207
  this.requireId(userId);
2208
2208
  return this.request({
2209
2209
  method: "POST",
2210
- path: joinPaths(basePath27, userId, "password_compromised"),
2210
+ path: joinPaths(basePath27, userId, "password_untrusted"),
2211
2211
  bodyParams: {
2212
2212
  revokeAllSessions: false
2213
2213
  }