@react-grab/opencode 0.1.0 → 0.1.2

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/cli.cjs CHANGED
@@ -8700,7 +8700,7 @@ async function fkill(inputs, options = {}) {
8700
8700
  }
8701
8701
  }
8702
8702
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
8703
- var VERSION = "0.1.0";
8703
+ var VERSION = "0.1.1";
8704
8704
  var checkIfRelayServerIsRunning = async (port, token) => {
8705
8705
  try {
8706
8706
  const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
package/dist/cli.js CHANGED
@@ -8690,7 +8690,7 @@ async function fkill(inputs, options = {}) {
8690
8690
  }
8691
8691
  }
8692
8692
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
8693
- var VERSION = "0.1.0";
8693
+ var VERSION = "0.1.1";
8694
8694
  var checkIfRelayServerIsRunning = async (port, token) => {
8695
8695
  try {
8696
8696
  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.0",
3
+ "version": "0.1.2",
4
4
  "bin": {
5
5
  "react-grab-opencode": "./dist/cli.cjs"
6
6
  },
@@ -26,13 +26,13 @@
26
26
  "dependencies": {
27
27
  "@opencode-ai/sdk": "^1.0.132",
28
28
  "fkill": "^9.0.0",
29
- "@react-grab/relay": "0.1.0",
30
- "react-grab": "0.1.0"
29
+ "@react-grab/relay": "0.1.2",
30
+ "react-grab": "0.1.2"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^22.10.7",
34
34
  "tsup": "^8.4.0",
35
- "@react-grab/utils": "0.1.0"
35
+ "@react-grab/utils": "0.1.2"
36
36
  },
37
37
  "scripts": {
38
38
  "dev": "tsup --watch",