@react-grab/claude-code 0.1.0-beta.4 → 0.1.0-beta.6

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
@@ -7855,7 +7855,7 @@ async function fkill(inputs, options = {}) {
7855
7855
  }
7856
7856
  }
7857
7857
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
7858
- var VERSION = "0.1.0-beta.3";
7858
+ var VERSION = "0.1.0-beta.5";
7859
7859
  var checkIfRelayServerIsRunning = async (port, token) => {
7860
7860
  try {
7861
7861
  const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
package/dist/cli.js CHANGED
@@ -7827,7 +7827,7 @@ async function fkill(inputs, options = {}) {
7827
7827
  }
7828
7828
  }
7829
7829
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
7830
- var VERSION = "0.1.0-beta.3";
7830
+ var VERSION = "0.1.0-beta.5";
7831
7831
  var checkIfRelayServerIsRunning = async (port, token) => {
7832
7832
  try {
7833
7833
  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/claude-code",
3
- "version": "0.1.0-beta.4",
3
+ "version": "0.1.0-beta.6",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "react-grab-claude-code": "./dist/cli.cjs"
@@ -26,12 +26,12 @@
26
26
  "devDependencies": {
27
27
  "@types/node": "^22.10.7",
28
28
  "tsup": "^8.4.0",
29
- "@react-grab/utils": "0.1.0-beta.4"
29
+ "@react-grab/utils": "0.1.0-beta.6"
30
30
  },
31
31
  "dependencies": {
32
32
  "@anthropic-ai/claude-agent-sdk": "^0.1.0",
33
- "@react-grab/relay": "0.1.0-beta.4",
34
- "react-grab": "0.1.0-beta.4"
33
+ "@react-grab/relay": "0.1.0-beta.6",
34
+ "react-grab": "0.1.0-beta.6"
35
35
  },
36
36
  "scripts": {
37
37
  "dev": "tsup --watch",