@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
|
@@ -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.
|
|
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,
|