@stytch/react 19.15.1 → 19.15.2
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @stytch/react
|
|
2
2
|
|
|
3
|
+
## 19.15.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2fabc69: Fix endpoint options still being preferred for custom endpoint config
|
|
8
|
+
- 4311e82: Fix last used Oauth method not updated when Google One Tap fallback button is clicked
|
|
9
|
+
- 25e43f0: Add types for Member.is_admin
|
|
10
|
+
|
|
3
11
|
## 19.15.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stytch/react",
|
|
3
|
-
"version": "19.15.
|
|
3
|
+
"version": "19.15.2",
|
|
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.41.
|
|
44
|
+
"@stytch/vanilla-js": "5.41.1",
|
|
45
45
|
"@testing-library/react": "14.0.0",
|
|
46
46
|
"@types/jest": "29.5.14",
|
|
47
47
|
"@types/react": "18.3.26",
|