@rivetkit/next-js 0.0.0-pr.4702.d108c6a → 0.0.0-pr.4711.a8b8acd

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,7 +4,7 @@ RivetKit Next.js is a framework for building serverless and edge applications us
4
4
 
5
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/rivet/issues)
7
+ [Discord](https://rivet.dev/discord) — [Documentation](https://rivet.dev/docs) — [Issues](https://github.com/rivet-dev/rivet/issues)
8
8
 
9
9
  ## License
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rivetkit/next-js",
3
- "version": "0.0.0-pr.4702.d108c6a",
3
+ "version": "0.0.0-pr.4711.a8b8acd",
4
4
  "description": "Next.js integration for RivetKit actors and client",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -52,9 +52,9 @@
52
52
  "check-types": "tsc --noEmit"
53
53
  },
54
54
  "dependencies": {
55
- "@rivetkit/react": "0.0.0-pr.4702.d108c6a",
55
+ "@rivetkit/react": "0.0.0-pr.4711.a8b8acd",
56
56
  "hono": "^4.8.3",
57
- "rivetkit": "0.0.0-pr.4702.d108c6a"
57
+ "rivetkit": "0.0.0-pr.4711.a8b8acd"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": "^18 || ^19",