@react-grab/opencode 0.1.0-beta.3 → 0.1.0-beta.4

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
@@ -8678,7 +8678,7 @@ async function fkill(inputs, options = {}) {
8678
8678
  }
8679
8679
  }
8680
8680
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
8681
- var VERSION = "0.1.0-beta.2";
8681
+ var VERSION = "0.1.0-beta.3";
8682
8682
  var checkIfRelayServerIsRunning = async (port, token) => {
8683
8683
  try {
8684
8684
  const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
package/dist/cli.js CHANGED
@@ -8668,7 +8668,7 @@ async function fkill(inputs, options = {}) {
8668
8668
  }
8669
8669
  }
8670
8670
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
8671
- var VERSION = "0.1.0-beta.2";
8671
+ var VERSION = "0.1.0-beta.3";
8672
8672
  var checkIfRelayServerIsRunning = async (port, token) => {
8673
8673
  try {
8674
8674
  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-beta.3",
3
+ "version": "0.1.0-beta.4",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "react-grab-opencode": "./dist/cli.cjs"
@@ -26,13 +26,13 @@
26
26
  "devDependencies": {
27
27
  "@types/node": "^22.10.7",
28
28
  "tsup": "^8.4.0",
29
- "@react-grab/utils": "0.1.0-beta.2"
29
+ "@react-grab/utils": "0.1.0-beta.4"
30
30
  },
31
31
  "dependencies": {
32
32
  "@opencode-ai/sdk": "^1.0.132",
33
33
  "fkill": "^9.0.0",
34
- "@react-grab/relay": "0.1.0-beta.2",
35
- "react-grab": "0.1.0-beta.3"
34
+ "@react-grab/relay": "0.1.0-beta.4",
35
+ "react-grab": "0.1.0-beta.4"
36
36
  },
37
37
  "scripts": {
38
38
  "dev": "tsup --watch",