@stytch/vanilla-js 2.0.4 → 2.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 +23 -0
- package/dist/b2b/index.d.ts +1 -1
- package/dist/b2b/index.esm.d.ts +1 -1
- package/dist/b2b/index.esm.js +5758 -5423
- package/dist/b2b/index.js +5736 -5401
- package/dist/index.esm.js +1 -1
- package/dist/index.headless.esm.js +1233 -1206
- package/dist/index.headless.js +1216 -1189
- package/dist/index.js +1 -1
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @stytch/vanilla-js
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 67d42f0: Add Device Fingerprinting Bot Detection to SDKs
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [67d42f0]
|
|
12
|
+
- Updated dependencies [42bf09d]
|
|
13
|
+
- Updated dependencies [a07cf3a]
|
|
14
|
+
- @stytch/core@1.1.0
|
|
15
|
+
|
|
16
|
+
## 2.0.5
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- 81c47aa: Add new option to confiugre domain cookie should be set to
|
|
21
|
+
- 0bac513: Fixed a display bug on host websites modifying box-sizing
|
|
22
|
+
- 8066f95: fix bug with alignment of PhoneInput
|
|
23
|
+
- Updated dependencies [81c47aa]
|
|
24
|
+
- @stytch/core@1.0.1
|
|
25
|
+
|
|
3
26
|
## 2.0.4
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
package/dist/b2b/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IHeadlessB2BDiscoveryClient, IHeadlessB2BMagicLinksClient, IHeadlessB2BMemberClient, IHeadlessB2BOAuthClient, IHeadlessB2BOrganizationClient, IHeadlessB2BOTPsClient, IHeadlessB2BSessionClient, IHeadlessB2BSSOClient, StytchClientOptions } from "@stytch/core/public";
|
|
2
2
|
import { Callbacks as Callbacks$0 } from "@stytch/core/public";
|
|
3
3
|
import { StyleConfig as StyleConfig$0 } from "@stytch/core/public";
|
|
4
4
|
import { StytchB2BUIConfig as StytchB2BUIConfig$0 } from "@stytch/core/public";
|
package/dist/b2b/index.esm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IHeadlessB2BDiscoveryClient, IHeadlessB2BMagicLinksClient, IHeadlessB2BMemberClient, IHeadlessB2BOAuthClient, IHeadlessB2BOrganizationClient, IHeadlessB2BOTPsClient, IHeadlessB2BSessionClient, IHeadlessB2BSSOClient, StytchClientOptions } from "@stytch/core/public";
|
|
2
2
|
import { Callbacks as Callbacks$0 } from "@stytch/core/public";
|
|
3
3
|
import { StyleConfig as StyleConfig$0 } from "@stytch/core/public";
|
|
4
4
|
import { StytchB2BUIConfig as StytchB2BUIConfig$0 } from "@stytch/core/public";
|