@stytch/vanilla-js 1.0.4 → 1.1.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,24 @@
1
1
  # @stytch/vanilla-js
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e7302d7: The intermediate session token will now be stored as a cookie after calls to the B2B magic link discovery authenticate endpoint and the OAuth discovery authenticate endpoint.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [e7302d7]
12
+ - @stytch/core@0.14.0
13
+
14
+ ## 1.0.5
15
+
16
+ ### Patch Changes
17
+
18
+ - d847d9d: Added new OAuth Providers
19
+ - Updated dependencies [d847d9d]
20
+ - @stytch/core@0.13.5
21
+
3
22
  ## 1.0.4
4
23
 
5
24
  ### Patch Changes