@stytch/vanilla-js 2.0.4 → 2.0.5
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 +10 -0
- package/dist/b2b/index.esm.js +4168 -4157
- package/dist/b2b/index.js +4052 -4041
- package/dist/index.esm.js +1 -1
- package/dist/index.headless.esm.js +536 -524
- package/dist/index.headless.js +508 -496
- package/dist/index.js +1 -1
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @stytch/vanilla-js
|
|
2
2
|
|
|
3
|
+
## 2.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 81c47aa: Add new option to confiugre domain cookie should be set to
|
|
8
|
+
- 0bac513: Fixed a display bug on host websites modifying box-sizing
|
|
9
|
+
- 8066f95: fix bug with alignment of PhoneInput
|
|
10
|
+
- Updated dependencies [81c47aa]
|
|
11
|
+
- @stytch/core@1.0.1
|
|
12
|
+
|
|
3
13
|
## 2.0.4
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|