@rivetkit/react 2.1.11-rc.1 → 2.2.1-pr.4600.b74ff3b

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,10 +2,10 @@
2
2
 
3
3
  _Library to build and scale stateful workloads_
4
4
 
5
- [Learn More →](https://github.com/rivet-dev/rivetkit)
5
+ [Learn More →](https://github.com/rivet-dev/rivet)
6
6
 
7
- [Discord](https://rivet.dev/discord) — [Documentation](https://rivetkit.org) — [Issues](https://github.com/rivet-dev/rivetkit/issues)
7
+ [Discord](https://rivet.dev/discord) — [Documentation](https://rivetkit.org) — [Issues](https://github.com/rivet-dev/rivet/issues)
8
8
 
9
9
  ## License
10
10
 
11
- Apache 2.0
11
+ Apache 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivetkit/react",
3
- "version": "2.1.11-rc.1",
3
+ "version": "2.2.1-pr.4600.b74ff3b",
4
4
  "description": "React hooks and components for RivetKit client applications",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -32,9 +32,9 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
+ "@rivetkit/framework-base": "2.2.1-pr.4600.b74ff3b",
35
36
  "@tanstack/react-store": "^0.7.1",
36
- "@rivetkit/framework-base": "2.1.11-rc.1",
37
- "rivetkit": "^2.1.11-rc.1"
37
+ "rivetkit": "^2.2.1-pr.4600.b74ff3b"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "react": "^18 || ^19",