@stytch/vanilla-js 5.32.0 → 5.34.0
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 +24 -0
- package/dist/adminPortal/index.esm.js +1 -1
- package/dist/adminPortal/index.js +1 -1
- package/dist/b2b/index.d.ts +6 -2
- package/dist/b2b/index.esm.js +111 -29
- package/dist/b2b/index.headless.esm.js +3 -3
- package/dist/b2b/index.headless.js +2 -2
- package/dist/b2b/index.js +110 -28
- package/dist/{extractErrorMessage-hNE67QNg.js → extractErrorMessage-CEiFKbfj.js} +1 -1
- package/dist/{extractErrorMessage-BIEjUI58.js → extractErrorMessage-CXo-CAns.js} +1 -1
- package/dist/index.d.ts +38 -3
- package/dist/index.esm.js +1 -1
- package/dist/index.headless.esm.js +24 -24
- package/dist/index.headless.js +24 -24
- package/dist/index.js +1 -1
- package/dist/{internal-BXoDnRvg.js → internal-BfhZpZd3.js} +941 -922
- package/dist/{internal-Bze1KTyN.js → internal-DTqpPDZg.js} +941 -922
- package/dist/{types-BZJ7-EK3.d.ts → types-C1nZnwOa.d.ts} +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @stytch/vanilla-js
|
|
2
2
|
|
|
3
|
+
## 5.34.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 2e86f80: Add Encrypted SAML Assertion support
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [2e86f80]
|
|
12
|
+
- @stytch/core@2.61.0
|
|
13
|
+
|
|
14
|
+
## 5.33.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- 14e5e22: Introduce trustedAuthTokenParams to IDP component
|
|
19
|
+
- 2fc35e7: Export parseOAuthParams function for passing to OAuthAuthorize endpoints
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 2fc35e7: Add parseOAuthParams util function for parsing OAuth parameters
|
|
24
|
+
- Updated dependencies [14e5e22]
|
|
25
|
+
- @stytch/core@2.60.0
|
|
26
|
+
|
|
3
27
|
## 5.32.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|