@react-grab/gemini 0.0.89 → 0.0.91

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 = 8567;
7139
7139
 
7140
7140
  // src/cli.ts
7141
- var VERSION = "0.0.89";
7141
+ var VERSION = "0.0.91";
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 = 8567;
7131
7131
 
7132
7132
  // src/cli.ts
7133
- var VERSION = "0.0.89";
7133
+ var VERSION = "0.0.91";
7134
7134
  var serverPath = join(__dirname, "server.cjs");
7135
7135
  execa(process.execPath, [serverPath], {
7136
7136
  detached: true,
package/dist/server.cjs CHANGED
@@ -12129,7 +12129,7 @@ Check that the command is executable: chmod +x $(which ${commandName})`;
12129
12129
  };
12130
12130
 
12131
12131
  // src/server.ts
12132
- var VERSION = "0.0.89";
12132
+ var VERSION = "0.0.91";
12133
12133
  try {
12134
12134
  fetch(
12135
12135
  `https://www.react-grab.com/api/version?source=gemini&t=${Date.now()}`
package/dist/server.js CHANGED
@@ -12117,7 +12117,7 @@ Check that the command is executable: chmod +x $(which ${commandName})`;
12117
12117
  };
12118
12118
 
12119
12119
  // src/server.ts
12120
- var VERSION = "0.0.89";
12120
+ var VERSION = "0.0.91";
12121
12121
  try {
12122
12122
  fetch(
12123
12123
  `https://www.react-grab.com/api/version?source=gemini&t=${Date.now()}`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-grab/gemini",
3
- "version": "0.0.89",
3
+ "version": "0.0.91",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "react-grab-gemini": "./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.91"
30
30
  },
31
31
  "dependencies": {
32
32
  "@hono/node-server": "^1.19.6",
@@ -34,7 +34,7 @@
34
34
  "fkill": "^9.0.0",
35
35
  "hono": "^4.0.0",
36
36
  "picocolors": "^1.1.1",
37
- "react-grab": "0.0.89"
37
+ "react-grab": "0.0.91"
38
38
  },
39
39
  "scripts": {
40
40
  "dev": "tsup --watch",