@react-grab/opencode 0.1.19 → 0.1.21
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.
- package/dist/server.cjs +1 -1
- package/dist/server.js +1 -1
- package/package.json +4 -4
package/dist/server.cjs
CHANGED
|
@@ -8699,7 +8699,7 @@ async function fkill(inputs, options = {}) {
|
|
|
8699
8699
|
}
|
|
8700
8700
|
}
|
|
8701
8701
|
var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
|
|
8702
|
-
var VERSION = "0.1.
|
|
8702
|
+
var VERSION = "0.1.21";
|
|
8703
8703
|
var checkIfRelayServerIsRunning = async (port, token) => {
|
|
8704
8704
|
try {
|
|
8705
8705
|
const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
|
package/dist/server.js
CHANGED
|
@@ -8689,7 +8689,7 @@ async function fkill(inputs, options = {}) {
|
|
|
8689
8689
|
}
|
|
8690
8690
|
}
|
|
8691
8691
|
var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
|
|
8692
|
-
var VERSION = "0.1.
|
|
8692
|
+
var VERSION = "0.1.21";
|
|
8693
8693
|
var checkIfRelayServerIsRunning = async (port, token) => {
|
|
8694
8694
|
try {
|
|
8695
8695
|
const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-grab/opencode",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.21",
|
|
4
4
|
"bin": {
|
|
5
5
|
"react-grab-opencode": "./dist/cli.cjs"
|
|
6
6
|
},
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@opencode-ai/sdk": "^1.0.132",
|
|
33
33
|
"fkill": "^9.0.0",
|
|
34
|
-
"@react-grab/relay": "0.1.
|
|
35
|
-
"react-grab": "0.1.
|
|
34
|
+
"@react-grab/relay": "0.1.21",
|
|
35
|
+
"react-grab": "0.1.21"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/node": "^22.10.7",
|
|
39
39
|
"tsup": "^8.4.0",
|
|
40
|
-
"@react-grab/utils": "0.1.
|
|
40
|
+
"@react-grab/utils": "0.1.21"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"dev": "tsup --watch",
|