@stytch/stytch-react 4.1.0 → 4.1.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/README.md +8 -1
- package/package.json +2 -6
package/README.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Note
|
|
2
|
+
|
|
3
|
+
This repository is no longer used for active development. Please make future PRs in the
|
|
4
|
+
new [js-sdk-turbo](https://github.com/stytchauth/js-sdk-turbo) repository. We will continue
|
|
5
|
+
to fix bugs and security vulnerabilities in this repository until this version of the SDK
|
|
6
|
+
is sunsetted.
|
|
7
|
+
|
|
8
|
+
## Stytch-React
|
|
2
9
|
|
|
3
10
|
Stytch's React Library
|
|
4
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stytch/stytch-react",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.2",
|
|
4
4
|
"description": "Stytch's official React Library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -47,14 +47,10 @@
|
|
|
47
47
|
"rollup-plugin-ts": "^2.0.5",
|
|
48
48
|
"typescript": "^4.4.4"
|
|
49
49
|
},
|
|
50
|
-
"repository": {
|
|
51
|
-
"type": "git",
|
|
52
|
-
"url": "git+https://github.com/stytchauth/stytch-react.git"
|
|
53
|
-
},
|
|
54
50
|
"bugs": {
|
|
55
51
|
"url": "https://github.com/stytchauth/stytch-react/issues"
|
|
56
52
|
},
|
|
57
|
-
"homepage": "https://
|
|
53
|
+
"homepage": "https://stytch.com/docs/sdks/javascript-sdk",
|
|
58
54
|
"files": [
|
|
59
55
|
"dist",
|
|
60
56
|
"src",
|