rivetplane 0.2.2 → 0.2.3

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 +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@ Rivetplane connects local ACP-compatible and OpenCode agent sessions to a remote
4
4
 
5
5
  ## Use the client
6
6
 
7
- Node.js 24 or later is required.
7
+ Node.js 22 or later is required. Rivetplane tests and publishes releases on Node.js 24.
8
8
 
9
9
  ```sh
10
10
  npx rivetplane login
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rivetplane",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Connect local agent harnesses to the Rivetplane control plane",
5
5
  "keywords": [
6
6
  "acp",
@@ -32,7 +32,7 @@
32
32
  "README.md"
33
33
  ],
34
34
  "engines": {
35
- "node": ">=24.0.0"
35
+ "node": ">=22.0.0"
36
36
  },
37
37
  "publishConfig": {
38
38
  "access": "public",