@react-grab/claude-code 0.0.89 → 0.0.90

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
@@ -7138,7 +7138,7 @@ var import_picocolors = __toESM(require_picocolors());
7138
7138
  var DEFAULT_PORT = 4567;
7139
7139
 
7140
7140
  // src/cli.ts
7141
- var VERSION = "0.0.89";
7141
+ var VERSION = "0.0.90";
7142
7142
  var serverPath = path2.join(__dirname, "server.cjs");
7143
7143
  execa(process.execPath, [serverPath], {
7144
7144
  detached: true,
package/dist/cli.js CHANGED
@@ -7130,7 +7130,7 @@ var import_picocolors = __toESM(require_picocolors());
7130
7130
  var DEFAULT_PORT = 4567;
7131
7131
 
7132
7132
  // src/cli.ts
7133
- var VERSION = "0.0.89";
7133
+ var VERSION = "0.0.90";
7134
7134
  var serverPath = join(__dirname, "server.cjs");
7135
7135
  execa(process.execPath, [serverPath], {
7136
7136
  detached: true,
package/dist/server.cjs CHANGED
@@ -18187,7 +18187,7 @@ Check that the command is executable: chmod +x $(which ${commandName})`;
18187
18187
  };
18188
18188
 
18189
18189
  // src/server.ts
18190
- var VERSION = "0.0.89";
18190
+ var VERSION = "0.0.90";
18191
18191
  try {
18192
18192
  fetch(
18193
18193
  `https://www.react-grab.com/api/version?source=claude-code&t=${Date.now()}`
package/dist/server.js CHANGED
@@ -18158,7 +18158,7 @@ Check that the command is executable: chmod +x $(which ${commandName})`;
18158
18158
  };
18159
18159
 
18160
18160
  // src/server.ts
18161
- var VERSION = "0.0.89";
18161
+ var VERSION = "0.0.90";
18162
18162
  try {
18163
18163
  fetch(
18164
18164
  `https://www.react-grab.com/api/version?source=claude-code&t=${Date.now()}`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-grab/claude-code",
3
- "version": "0.0.89",
3
+ "version": "0.0.90",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "react-grab-claude-code": "./dist/cli.cjs"
@@ -26,7 +26,7 @@
26
26
  "devDependencies": {
27
27
  "@types/node": "^22.10.7",
28
28
  "tsup": "^8.4.0",
29
- "@react-grab/utils": "0.0.89"
29
+ "@react-grab/utils": "0.0.90"
30
30
  },
31
31
  "dependencies": {
32
32
  "@anthropic-ai/claude-agent-sdk": "^0.1.0",
@@ -35,7 +35,7 @@
35
35
  "fkill": "^9.0.0",
36
36
  "hono": "^4.0.0",
37
37
  "picocolors": "^1.1.1",
38
- "react-grab": "0.0.89"
38
+ "react-grab": "0.0.90"
39
39
  },
40
40
  "scripts": {
41
41
  "dev": "tsup --watch",