@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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @stackframe/stack
2
2
 
3
+ ## 2.5.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Improved docs
8
+ - Updated dependencies
9
+ - @stackframe/stack-shared@2.5.8
10
+ - @stackframe/stack-ui@2.5.8
11
+ - @stackframe/stack-sc@2.5.8
12
+
3
13
  ## 2.5.7
4
14
 
5
15
  ### Patch Changes
@@ -22,7 +22,7 @@ import { constructRedirectUrl } from "../utils/url";
22
22
  import { addNewOAuthProviderOrScope, callOAuthCallback, signInWithOAuth } from "./auth";
23
23
  import { deleteCookie, getCookie, setOrDeleteCookie } from "./cookie";
24
24
  var NextNavigation = scrambleDuringCompileTime(NextNavigationUnscrambled);
25
- var clientVersion = "js @stackframe/stack@2.5.7";
25
+ var clientVersion = "js @stackframe/stack@2.5.8";
26
26
  function getUrls(partial) {
27
27
  const handler = partial.handler ?? "/handler";
28
28
  return {
@@ -513,7 +513,6 @@ var _StackClientAppImpl = class __StackClientAppImpl {
513
513
  throw new StackAssertionError("User not found");
514
514
  }
515
515
  return {
516
- projectId: crud.project_id,
517
516
  id: crud.id,
518
517
  displayName: crud.display_name,
519
518
  primaryEmail: crud.primary_email,