@stytch/stytch-react 4.1.0 → 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 -6
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.0",
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://github.com/stytchauth/stytch-react#readme",
53
+ "homepage": "https://stytch.com/docs/sdks/javascript-sdk",
58
54
  "files": [
59
55
  "dist",
60
56
  "src",