@stackframe/js 2.7.18 → 2.7.19

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.
@@ -62,7 +62,7 @@ var import_auth = require("./auth");
62
62
  var import_cookie = require("./cookie");
63
63
  var isReactServer = false;
64
64
  var NextNavigation = (0, import_compile_time.scrambleDuringCompileTime)(NextNavigationUnscrambled);
65
- var clientVersion = "js @stackframe/js@2.7.18";
65
+ var clientVersion = "js @stackframe/js@2.7.19";
66
66
  if (clientVersion.startsWith("STACK_COMPILE_TIME")) {
67
67
  throw new import_errors.StackAssertionError("Client version was not replaced. Something went wrong during build!");
68
68
  }
@@ -1796,7 +1796,6 @@ var _StackAdminAppImpl = class extends _StackServerAppImpl {
1796
1796
  credentialEnabled: data.config.credential_enabled,
1797
1797
  magicLinkEnabled: data.config.magic_link_enabled,
1798
1798
  passkeyEnabled: data.config.passkey_enabled,
1799
- legacyGlobalJwtSigning: data.config.legacy_global_jwt_signing,
1800
1799
  clientTeamCreationEnabled: data.config.client_team_creation_enabled,
1801
1800
  clientUserDeletionEnabled: data.config.client_user_deletion_enabled,
1802
1801
  allowLocalhost: data.config.allow_localhost,
@@ -2079,8 +2078,7 @@ function adminProjectUpdateOptionsToCrud(options) {
2079
2078
  client_team_creation_enabled: options.config?.clientTeamCreationEnabled,
2080
2079
  client_user_deletion_enabled: options.config?.clientUserDeletionEnabled,
2081
2080
  team_creator_default_permissions: options.config?.teamCreatorDefaultPermissions,
2082
- team_member_default_permissions: options.config?.teamMemberDefaultPermissions,
2083
- legacy_global_jwt_signing: options.config?.legacyGlobalJwtSigning
2081
+ team_member_default_permissions: options.config?.teamMemberDefaultPermissions
2084
2082
  }
2085
2083
  };
2086
2084
  }