@stackframe/stack 2.5.4 → 2.5.5
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 +8 -0
- package/dist/components/oauth-button-group.js.map +1 -1
- package/dist/esm/components/oauth-button-group.js.map +1 -1
- package/dist/esm/lib/stack-app.js +2 -2
- package/dist/esm/lib/stack-app.js.map +1 -1
- package/dist/lib/stack-app.js +2 -2
- package/dist/lib/stack-app.js.map +1 -1
- package/package.json +4 -4
package/dist/lib/stack-app.js
CHANGED
|
@@ -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.
|
|
64
|
+
var clientVersion = "js @stackframe/stack@2.5.5";
|
|
65
65
|
function getUrls(partial) {
|
|
66
66
|
const handler = partial.handler ?? "/handler";
|
|
67
67
|
return {
|
|
@@ -502,7 +502,7 @@ var _StackClientAppImpl = class __StackClientAppImpl {
|
|
|
502
502
|
config: {
|
|
503
503
|
credentialEnabled: crud.config.credential_enabled,
|
|
504
504
|
magicLinkEnabled: crud.config.magic_link_enabled,
|
|
505
|
-
oauthProviders: crud.config.
|
|
505
|
+
oauthProviders: crud.config.enabled_oauth_providers.map((p) => ({
|
|
506
506
|
id: p.id
|
|
507
507
|
}))
|
|
508
508
|
}
|