@stytch/vanilla-js 6.0.7 → 6.0.9
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 +12 -0
- package/dist/cjs/{StytchSSRProxy-4bK96PqP.js → StytchSSRProxy-DjO95TII.js} +2 -2
- package/dist/cjs/{StytchSSRProxy-4bK96PqP.js.map → StytchSSRProxy-DjO95TII.js.map} +1 -1
- package/dist/cjs/b2b/index.cjs +3 -3
- package/dist/cjs/b2b/index.cjs.map +1 -1
- package/dist/cjs/b2b/index.headless.cjs +1 -1
- package/dist/cjs/index.cjs +3 -3
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.headless.cjs +1 -1
- package/dist/cjs/{shadcn-C9ZF6bjn.js → shadcn-DnwRqCY0.js} +2 -2
- package/dist/cjs/{shadcn-C9ZF6bjn.js.map → shadcn-DnwRqCY0.js.map} +1 -1
- package/dist/cjs-dev/{StytchSSRProxy-4d3oztg-.js → StytchSSRProxy-t6BtsVJa.js} +2 -2
- package/dist/cjs-dev/{StytchSSRProxy-4d3oztg-.js.map → StytchSSRProxy-t6BtsVJa.js.map} +1 -1
- package/dist/cjs-dev/b2b/index.cjs +3 -3
- package/dist/cjs-dev/b2b/index.cjs.map +1 -1
- package/dist/cjs-dev/b2b/index.headless.cjs +1 -1
- package/dist/cjs-dev/index.cjs +3 -3
- package/dist/cjs-dev/index.cjs.map +1 -1
- package/dist/cjs-dev/index.headless.cjs +1 -1
- package/dist/cjs-dev/{shadcn-BMlZ0kfy.js → shadcn-C7p3HE31.js} +2 -2
- package/dist/cjs-dev/{shadcn-BMlZ0kfy.js.map → shadcn-C7p3HE31.js.map} +1 -1
- package/dist/esm/packages/web/src/NetworkClient.mjs +1 -1
- package/dist/esm/packages/web/src/ui/b2b/screens/PasswordForgotForm.mjs +1 -1
- package/dist/esm/packages/web/src/ui/b2b/screens/PasswordForgotForm.mjs.map +1 -1
- package/dist/esm/packages/web/src/ui/b2c/screens/Secondary/usePasswordlessAuthenticate.mjs +1 -1
- package/dist/esm/packages/web/src/ui/b2c/screens/Secondary/usePasswordlessAuthenticate.mjs.map +1 -1
- package/dist/esm-dev/packages/web/src/NetworkClient.mjs +1 -1
- package/dist/esm-dev/packages/web/src/ui/b2b/screens/PasswordForgotForm.mjs +1 -1
- package/dist/esm-dev/packages/web/src/ui/b2b/screens/PasswordForgotForm.mjs.map +1 -1
- package/dist/esm-dev/packages/web/src/ui/b2c/screens/Secondary/usePasswordlessAuthenticate.mjs +1 -1
- package/dist/esm-dev/packages/web/src/ui/b2c/screens/Secondary/usePasswordlessAuthenticate.mjs.map +1 -1
- package/dist/iife/b2b/index.headless.js +1 -1
- package/dist/iife/b2b/index.js +2 -2
- package/dist/iife/b2b/index.js.map +1 -1
- package/dist/iife/index.headless.js +1 -1
- package/dist/iife/index.js +2 -2
- package/dist/iife/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @stytch/vanilla-js
|
|
2
2
|
|
|
3
|
+
## 6.0.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bd4651c: Fixes an issue where the email was empty when resending an email magic link for the Consumer StytchLogin component
|
|
8
|
+
|
|
9
|
+
## 6.0.8
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- b2d7758: Fixes an issue where the login redirect URL is not set properly in the B2B pre-built password reset UI
|
|
14
|
+
|
|
3
15
|
## 6.0.7
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -2139,7 +2139,7 @@ class NetworkClient {
|
|
|
2139
2139
|
sdk: {
|
|
2140
2140
|
// eslint-disable-next-line lingui/no-unlocalized-strings
|
|
2141
2141
|
identifier: 'Stytch.js Javascript SDK',
|
|
2142
|
-
version: "@stytch/vanilla-js" + '@' + "6.0.
|
|
2142
|
+
version: "@stytch/vanilla-js" + '@' + "6.0.9"
|
|
2143
2143
|
}
|
|
2144
2144
|
};
|
|
2145
2145
|
}
|
|
@@ -3092,4 +3092,4 @@ exports.parseOAuthAuthorizeParams = parseOAuthAuthorizeParams;
|
|
|
3092
3092
|
exports.parseOAuthLogoutParams = parseOAuthLogoutParams;
|
|
3093
3093
|
exports.removeResponseCommon = removeResponseCommon;
|
|
3094
3094
|
exports.ssrSafeClientFactory = ssrSafeClientFactory;
|
|
3095
|
-
//# sourceMappingURL=StytchSSRProxy-
|
|
3095
|
+
//# sourceMappingURL=StytchSSRProxy-DjO95TII.js.map
|