@stackframe/stack 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.
@@ -66,7 +66,7 @@ var sc = __toESM(require("@stackframe/stack-sc"));
66
66
  var isReactServer2 = false;
67
67
  isReactServer2 = sc.isReactServer;
68
68
  var NextNavigation = (0, import_compile_time.scrambleDuringCompileTime)(NextNavigationUnscrambled);
69
- var clientVersion = "js @stackframe/stack@2.7.18";
69
+ var clientVersion = "js @stackframe/stack@2.7.19";
70
70
  if (clientVersion.startsWith("STACK_COMPILE_TIME")) {
71
71
  throw new import_errors.StackAssertionError("Client version was not replaced. Something went wrong during build!");
72
72
  }
@@ -2030,7 +2030,6 @@ var _StackAdminAppImpl = class extends _StackServerAppImpl {
2030
2030
  credentialEnabled: data.config.credential_enabled,
2031
2031
  magicLinkEnabled: data.config.magic_link_enabled,
2032
2032
  passkeyEnabled: data.config.passkey_enabled,
2033
- legacyGlobalJwtSigning: data.config.legacy_global_jwt_signing,
2034
2033
  clientTeamCreationEnabled: data.config.client_team_creation_enabled,
2035
2034
  clientUserDeletionEnabled: data.config.client_user_deletion_enabled,
2036
2035
  allowLocalhost: data.config.allow_localhost,
@@ -2345,8 +2344,7 @@ function adminProjectUpdateOptionsToCrud(options) {
2345
2344
  client_team_creation_enabled: options.config?.clientTeamCreationEnabled,
2346
2345
  client_user_deletion_enabled: options.config?.clientUserDeletionEnabled,
2347
2346
  team_creator_default_permissions: options.config?.teamCreatorDefaultPermissions,
2348
- team_member_default_permissions: options.config?.teamMemberDefaultPermissions,
2349
- legacy_global_jwt_signing: options.config?.legacyGlobalJwtSigning
2347
+ team_member_default_permissions: options.config?.teamMemberDefaultPermissions
2350
2348
  }
2351
2349
  };
2352
2350
  }