@stytch/vanilla-js 2.0.2 → 2.0.4
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/b2b/index.esm.js +4625 -4461
- package/dist/b2b/index.js +4590 -4426
- package/dist/index.esm.js +1 -1
- package/dist/index.headless.esm.js +1111 -859
- package/dist/index.headless.js +990 -738
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @stytch/vanilla-js
|
|
2
2
|
|
|
3
|
+
## 2.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2b8f0e6: Fix PKCE logic for password resets log in without password flow
|
|
8
|
+
- Updated dependencies [2b8f0e6]
|
|
9
|
+
- @stytch/core@1.0.0
|
|
10
|
+
|
|
11
|
+
## 2.0.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 1b1ea1b: updateStateAndTokens call in resetBySession and resetExistingPassword
|
|
16
|
+
- 47cd46c: fix bug where password reset email for returning passwordless user is not sent
|
|
17
|
+
- Updated dependencies [1b1ea1b]
|
|
18
|
+
- @stytch/core@0.15.2
|
|
19
|
+
|
|
3
20
|
## 2.0.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|