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