@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 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
@@ -1,4 +1,4 @@
1
- import { IHeadlessB2BSessionClient, IHeadlessB2BMagicLinksClient, IHeadlessB2BOrganizationClient, IHeadlessB2BOAuthClient, IHeadlessB2BMemberClient, IHeadlessB2BSSOClient, IHeadlessB2BDiscoveryClient, IHeadlessB2BOTPsClient, StytchClientOptions } from "@stytch/core/public";
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";
@@ -1,4 +1,4 @@
1
- import { IHeadlessB2BSessionClient, IHeadlessB2BMagicLinksClient, IHeadlessB2BOrganizationClient, IHeadlessB2BOAuthClient, IHeadlessB2BMemberClient, IHeadlessB2BSSOClient, IHeadlessB2BDiscoveryClient, IHeadlessB2BOTPsClient, StytchClientOptions } from "@stytch/core/public";
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";