@stytch/nextjs 2.0.3 → 3.0.1

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,24 @@
1
1
  # @stytch/nextjs
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c924765: Include the b2b directory in package.json for the B2B SDK entrypoint
8
+ - Updated dependencies [c924765]
9
+ - @stytch/vanilla-js@0.11.2
10
+
11
+ ## 3.0.0
12
+
13
+ ### Minor Changes
14
+
15
+ - c0e42bc: Add B2B Discovery headless client and session exchange method
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [c0e42bc]
20
+ - @stytch/vanilla-js@0.11.0
21
+
3
22
  ## 2.0.3
4
23
 
5
24
  ### Patch Changes
@@ -0,0 +1,6 @@
1
+ {
2
+ "internal": true,
3
+ "main": "../dist/b2b/index.js",
4
+ "module": "../dist/b2b/index.esm.js",
5
+ "types": "../dist/b2b/index.d.ts"
6
+ }