@stackframe/stack 2.5.7 → 2.5.8

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.
@@ -151,7 +151,6 @@ type Auth = {
151
151
  }>;
152
152
  };
153
153
  type User = {
154
- readonly projectId: string;
155
154
  readonly id: string;
156
155
  readonly displayName: string | null;
157
156
  setDisplayName(displayName: string): Promise<void>;
@@ -151,7 +151,6 @@ type Auth = {
151
151
  }>;
152
152
  };
153
153
  type User = {
154
- readonly projectId: string;
155
154
  readonly id: string;
156
155
  readonly displayName: string | null;
157
156
  setDisplayName(displayName: string): Promise<void>;
@@ -61,7 +61,7 @@ var import_url = require("../utils/url");
61
61
  var import_auth = require("./auth");
62
62
  var import_cookie = require("./cookie");
63
63
  var NextNavigation = (0, import_compile_time.scrambleDuringCompileTime)(NextNavigationUnscrambled);
64
- var clientVersion = "js @stackframe/stack@2.5.7";
64
+ var clientVersion = "js @stackframe/stack@2.5.8";
65
65
  function getUrls(partial) {
66
66
  const handler = partial.handler ?? "/handler";
67
67
  return {
@@ -552,7 +552,6 @@ var _StackClientAppImpl = class __StackClientAppImpl {
552
552
  throw new import_errors.StackAssertionError("User not found");
553
553
  }
554
554
  return {
555
- projectId: crud.project_id,
556
555
  id: crud.id,
557
556
  displayName: crud.display_name,
558
557
  primaryEmail: crud.primary_email,