@stytch/vanilla-js 6.0.7 → 6.0.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.
Files changed (31) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/{StytchSSRProxy-4bK96PqP.js → StytchSSRProxy-CYec4c7H.js} +2 -2
  3. package/dist/cjs/{StytchSSRProxy-4bK96PqP.js.map → StytchSSRProxy-CYec4c7H.js.map} +1 -1
  4. package/dist/cjs/b2b/index.cjs +3 -3
  5. package/dist/cjs/b2b/index.cjs.map +1 -1
  6. package/dist/cjs/b2b/index.headless.cjs +1 -1
  7. package/dist/cjs/index.cjs +2 -2
  8. package/dist/cjs/index.headless.cjs +1 -1
  9. package/dist/cjs/{shadcn-C9ZF6bjn.js → shadcn-DyU73sgU.js} +2 -2
  10. package/dist/cjs/{shadcn-C9ZF6bjn.js.map → shadcn-DyU73sgU.js.map} +1 -1
  11. package/dist/cjs-dev/{StytchSSRProxy-4d3oztg-.js → StytchSSRProxy-DzmpC9_x.js} +2 -2
  12. package/dist/cjs-dev/{StytchSSRProxy-4d3oztg-.js.map → StytchSSRProxy-DzmpC9_x.js.map} +1 -1
  13. package/dist/cjs-dev/b2b/index.cjs +3 -3
  14. package/dist/cjs-dev/b2b/index.cjs.map +1 -1
  15. package/dist/cjs-dev/b2b/index.headless.cjs +1 -1
  16. package/dist/cjs-dev/index.cjs +2 -2
  17. package/dist/cjs-dev/index.headless.cjs +1 -1
  18. package/dist/cjs-dev/{shadcn-BMlZ0kfy.js → shadcn-B1WlFgq_.js} +2 -2
  19. package/dist/cjs-dev/{shadcn-BMlZ0kfy.js.map → shadcn-B1WlFgq_.js.map} +1 -1
  20. package/dist/esm/packages/web/src/NetworkClient.mjs +1 -1
  21. package/dist/esm/packages/web/src/ui/b2b/screens/PasswordForgotForm.mjs +1 -1
  22. package/dist/esm/packages/web/src/ui/b2b/screens/PasswordForgotForm.mjs.map +1 -1
  23. package/dist/esm-dev/packages/web/src/NetworkClient.mjs +1 -1
  24. package/dist/esm-dev/packages/web/src/ui/b2b/screens/PasswordForgotForm.mjs +1 -1
  25. package/dist/esm-dev/packages/web/src/ui/b2b/screens/PasswordForgotForm.mjs.map +1 -1
  26. package/dist/iife/b2b/index.headless.js +1 -1
  27. package/dist/iife/b2b/index.js +2 -2
  28. package/dist/iife/b2b/index.js.map +1 -1
  29. package/dist/iife/index.headless.js +1 -1
  30. package/dist/iife/index.js +1 -1
  31. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @stytch/vanilla-js
2
2
 
3
+ ## 6.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - b2d7758: Fixes an issue where the login redirect URL is not set properly in the B2B pre-built password reset UI
8
+
3
9
  ## 6.0.7
4
10
 
5
11
  ### 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.7"
2142
+ version: "@stytch/vanilla-js" + '@' + "6.0.8"
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-4bK96PqP.js.map
3095
+ //# sourceMappingURL=StytchSSRProxy-CYec4c7H.js.map