@stytch/vanilla-js 5.9.0 → 5.9.2
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 +17 -0
- package/dist/adminPortal/index.esm.js +2 -2
- package/dist/adminPortal/index.js +2 -2
- package/dist/b2b/index.esm.js +248 -162
- package/dist/b2b/index.headless.esm.js +3 -3
- package/dist/b2b/index.headless.js +8 -2
- package/dist/b2b/index.js +252 -160
- package/dist/{extractErrorMessage-C0TeBTBa.js → extractErrorMessage-Ctw0yaGs.js} +1 -1
- package/dist/{extractErrorMessage-CYXucHbA.js → extractErrorMessage-D81ze9XY.js} +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.headless.esm.js +6 -2
- package/dist/index.headless.js +5 -1
- package/dist/index.js +1 -1
- package/dist/{internal-BeiYVaO7.js → internal-C-jiPhWR.js} +4 -0
- package/dist/{internal-HC6WhS3G.js → internal-CNzve7Hh.js} +5 -1
- package/dist/ui/components/PhoneInput.d.ts +1 -1
- package/dist/utils/handleParsePhoneNumber.d.ts +13 -0
- package/dist/utils/index.d.ts +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @stytch/vanilla-js
|
|
2
2
|
|
|
3
|
+
## 5.9.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2457672f: Relax the requirement for products specified in the UI config to have a corresponding `*Options` configuration set if the product can use default options.
|
|
8
|
+
- Updated dependencies [2457672f]
|
|
9
|
+
- @stytch/core@2.34.2
|
|
10
|
+
|
|
11
|
+
## 5.9.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 4fb5ef89: Admin Portal's SSO Connection Details page now has a Test Connection button for active SSO connections.
|
|
16
|
+
- 24f0e440: Allows discovery password reset flows to work without providing an explicit password reset url
|
|
17
|
+
- Updated dependencies [24f0e440]
|
|
18
|
+
- @stytch/core@2.34.1
|
|
19
|
+
|
|
3
20
|
## 5.9.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|