@stytch/stytch-react 4.1.1 → 4.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,11 @@
1
- # Stytch-React
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.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",
@@ -64,4 +64,4 @@
64
64
  "peerDependencies": {
65
65
  "react": ">= 16.x.x"
66
66
  }
67
- }
67
+ }