@stytch/vanilla-js 5.32.0 → 5.33.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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @stytch/vanilla-js
2
2
 
3
+ ## 5.33.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 14e5e22: Introduce trustedAuthTokenParams to IDP component
8
+ - 2fc35e7: Export parseOAuthParams function for passing to OAuthAuthorize endpoints
9
+
10
+ ### Patch Changes
11
+
12
+ - 2fc35e7: Add parseOAuthParams util function for parsing OAuth parameters
13
+ - Updated dependencies [14e5e22]
14
+ - @stytch/core@2.60.0
15
+
3
16
  ## 5.32.0
4
17
 
5
18
  ### Minor Changes