@react-grab/gemini 0.1.18 → 0.1.20

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 CHANGED
@@ -8373,7 +8373,7 @@ async function fkill(inputs, options = {}) {
8373
8373
  }
8374
8374
  }
8375
8375
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
8376
- var VERSION = "0.1.18";
8376
+ var VERSION = "0.1.20";
8377
8377
  var checkIfRelayServerIsRunning = async (port, token) => {
8378
8378
  try {
8379
8379
  const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
package/dist/server.js CHANGED
@@ -8362,7 +8362,7 @@ async function fkill(inputs, options = {}) {
8362
8362
  }
8363
8363
  }
8364
8364
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
8365
- var VERSION = "0.1.18";
8365
+ var VERSION = "0.1.20";
8366
8366
  var checkIfRelayServerIsRunning = async (port, token) => {
8367
8367
  try {
8368
8368
  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/gemini",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "bin": {
5
5
  "react-grab-gemini": "./dist/cli.cjs"
6
6
  },
@@ -30,13 +30,13 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "execa": "^9.6.0",
33
- "@react-grab/relay": "0.1.18",
34
- "react-grab": "0.1.18"
33
+ "react-grab": "0.1.20",
34
+ "@react-grab/relay": "0.1.20"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^22.10.7",
38
38
  "tsup": "^8.4.0",
39
- "@react-grab/utils": "0.1.18"
39
+ "@react-grab/utils": "0.1.20"
40
40
  },
41
41
  "scripts": {
42
42
  "dev": "tsup --watch",