@stytch/react 19.17.0 → 19.18.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 +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @stytch/react
|
|
2
2
|
|
|
3
|
+
## 19.18.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5a0ad5c: Add external_id to Member and User types and add organization_external_id to Organization type
|
|
8
|
+
|
|
9
|
+
## 19.18.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 4c9c7ec: Support passing domain option to passkey auth in StytchLoginConfig
|
|
14
|
+
|
|
3
15
|
## 19.17.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stytch/react",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.18.1",
|
|
4
4
|
"description": "Stytch's official React Library",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.esm.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@stytch/internal-tsconfigs": "0.0.0",
|
|
42
42
|
"@stytch/jest-environment": "0.0.0",
|
|
43
43
|
"@stytch/js-utils": "0.0.1",
|
|
44
|
-
"@stytch/vanilla-js": "5.
|
|
44
|
+
"@stytch/vanilla-js": "5.44.1",
|
|
45
45
|
"@testing-library/react": "14.0.0",
|
|
46
46
|
"@types/jest": "29.5.14",
|
|
47
47
|
"@types/react": "18.3.26",
|