@react-grab/claude-code 0.1.1 → 0.1.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.
package/dist/cli.cjs CHANGED
@@ -7877,7 +7877,7 @@ async function fkill(inputs, options = {}) {
7877
7877
  }
7878
7878
  }
7879
7879
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
7880
- var VERSION = "0.1.0";
7880
+ var VERSION = "0.1.2";
7881
7881
  var checkIfRelayServerIsRunning = async (port, token) => {
7882
7882
  try {
7883
7883
  const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
package/dist/cli.js CHANGED
@@ -7849,7 +7849,7 @@ async function fkill(inputs, options = {}) {
7849
7849
  }
7850
7850
  }
7851
7851
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
7852
- var VERSION = "0.1.0";
7852
+ var VERSION = "0.1.2";
7853
7853
  var checkIfRelayServerIsRunning = async (port, token) => {
7854
7854
  try {
7855
7855
  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.1",
3
+ "version": "0.1.3",
4
4
  "bin": {
5
5
  "react-grab-claude-code": "./dist/cli.cjs"
6
6
  },
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@anthropic-ai/claude-agent-sdk": "^0.1.0",
28
- "@react-grab/relay": "0.1.1",
29
- "react-grab": "0.1.1"
28
+ "@react-grab/relay": "0.1.3",
29
+ "react-grab": "0.1.3"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.10.7",
33
33
  "tsup": "^8.4.0",
34
- "@react-grab/utils": "0.1.1"
34
+ "@react-grab/utils": "0.1.3"
35
35
  },
36
36
  "scripts": {
37
37
  "dev": "tsup --watch",