@stytch/nextjs 20.1.0 → 20.2.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.
@@ -12,5 +12,5 @@ import { StytchB2BHeadlessClient } from "@stytch/vanilla-js/b2b/headless";
12
12
  * )
13
13
  * @returns A {@link StytchB2BHeadlessClient}
14
14
  */
15
- declare const createStytchB2BHeadlessClient: (_PUBLIC_TOKEN: string, options?: import("core/dist/public").StytchClientOptions | undefined) => StytchB2BHeadlessClient;
15
+ declare const createStytchB2BHeadlessClient: (_PUBLIC_TOKEN: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchB2BHeadlessClient;
16
16
  export { createStytchB2BHeadlessClient };
@@ -12,5 +12,5 @@ import { StytchB2BHeadlessClient } from "@stytch/vanilla-js/b2b/headless";
12
12
  * )
13
13
  * @returns A {@link StytchB2BHeadlessClient}
14
14
  */
15
- declare const createStytchB2BHeadlessClient: (_PUBLIC_TOKEN: string, options?: import("core/dist/public").StytchClientOptions | undefined) => StytchB2BHeadlessClient;
15
+ declare const createStytchB2BHeadlessClient: (_PUBLIC_TOKEN: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchB2BHeadlessClient;
16
16
  export { createStytchB2BHeadlessClient };
@@ -13,5 +13,5 @@ import { StytchB2BUIClient } from "@stytch/vanilla-js/b2b";
13
13
  * )
14
14
  * @returns A {@link StytchB2BUIClient}
15
15
  */
16
- declare const createStytchB2BUIClient: (_PUBLIC_TOKEN: string, options?: import("core/dist/public").StytchClientOptions | undefined) => StytchB2BUIClient;
16
+ declare const createStytchB2BUIClient: (_PUBLIC_TOKEN: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchB2BUIClient;
17
17
  export { createStytchB2BUIClient };
@@ -13,5 +13,5 @@ import { StytchB2BUIClient } from "@stytch/vanilla-js/b2b";
13
13
  * )
14
14
  * @returns A {@link StytchB2BUIClient}
15
15
  */
16
- declare const createStytchB2BUIClient: (_PUBLIC_TOKEN: string, options?: import("core/dist/public").StytchClientOptions | undefined) => StytchB2BUIClient;
16
+ declare const createStytchB2BUIClient: (_PUBLIC_TOKEN: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchB2BUIClient;
17
17
  export { createStytchB2BUIClient };
@@ -12,5 +12,5 @@ import { StytchHeadlessClient } from "@stytch/vanilla-js/headless";
12
12
  * )
13
13
  * @returns A {@link StytchHeadlessClient}
14
14
  */
15
- declare const createStytchHeadlessClient: (_PUBLIC_TOKEN: string, options?: import("core/dist/public").StytchClientOptions | undefined) => StytchHeadlessClient;
15
+ declare const createStytchHeadlessClient: (_PUBLIC_TOKEN: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchHeadlessClient;
16
16
  export { createStytchHeadlessClient };
@@ -12,5 +12,5 @@ import { StytchHeadlessClient } from "@stytch/vanilla-js/headless";
12
12
  * )
13
13
  * @returns A {@link StytchHeadlessClient}
14
14
  */
15
- declare const createStytchHeadlessClient: (_PUBLIC_TOKEN: string, options?: import("core/dist/public").StytchClientOptions | undefined) => StytchHeadlessClient;
15
+ declare const createStytchHeadlessClient: (_PUBLIC_TOKEN: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchHeadlessClient;
16
16
  export { createStytchHeadlessClient };
@@ -13,5 +13,5 @@ import { StytchUIClient } from "@stytch/vanilla-js";
13
13
  * )
14
14
  * @returns A {@link StytchUIClient}
15
15
  */
16
- declare const createStytchUIClient: (_PUBLIC_TOKEN: string, options?: import("core/dist/public").StytchClientOptions | undefined) => StytchUIClient;
16
+ declare const createStytchUIClient: (_PUBLIC_TOKEN: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchUIClient;
17
17
  export { createStytchUIClient };
@@ -13,5 +13,5 @@ import { StytchUIClient } from "@stytch/vanilla-js";
13
13
  * )
14
14
  * @returns A {@link StytchUIClient}
15
15
  */
16
- declare const createStytchUIClient: (_PUBLIC_TOKEN: string, options?: import("core/dist/public").StytchClientOptions | undefined) => StytchUIClient;
16
+ declare const createStytchUIClient: (_PUBLIC_TOKEN: string, options?: import("@stytch/core/public").StytchClientOptions | undefined) => StytchUIClient;
17
17
  export { createStytchUIClient };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stytch/nextjs",
3
- "version": "20.1.0",
3
+ "version": "20.2.0",
4
4
  "description": "Stytch's official Next.js Library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.esm.js",
@@ -23,7 +23,7 @@
23
23
  "devDependencies": {
24
24
  "@babel/runtime": "7.18.6",
25
25
  "@stytch/js-utils": "0.0.0",
26
- "@stytch/vanilla-js": "4.13.0",
26
+ "@stytch/vanilla-js": "4.14.0",
27
27
  "@testing-library/react": "14.0.0",
28
28
  "eslint-config-custom": "0.0.1",
29
29
  "react": "18.2.0",
@@ -33,7 +33,7 @@
33
33
  "typescript": "5.3.3"
34
34
  },
35
35
  "peerDependencies": {
36
- "@stytch/vanilla-js": "^4.13.0",
36
+ "@stytch/vanilla-js": "^4.14.0",
37
37
  "react": ">= 17.0.2",
38
38
  "react-dom": ">= 17.0.2"
39
39
  },