@react-grab/gemini 0.1.0-beta.6 → 0.1.0-beta.8

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
@@ -8352,7 +8352,7 @@ async function fkill(inputs, options = {}) {
8352
8352
  }
8353
8353
  }
8354
8354
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
8355
- var VERSION = "0.1.0-beta.5";
8355
+ var VERSION = "0.1.0-beta.7";
8356
8356
  var checkIfRelayServerIsRunning = async (port, token) => {
8357
8357
  try {
8358
8358
  const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
package/dist/cli.js CHANGED
@@ -8341,7 +8341,7 @@ async function fkill(inputs, options = {}) {
8341
8341
  }
8342
8342
  }
8343
8343
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
8344
- var VERSION = "0.1.0-beta.5";
8344
+ var VERSION = "0.1.0-beta.7";
8345
8345
  var checkIfRelayServerIsRunning = async (port, token) => {
8346
8346
  try {
8347
8347
  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.0-beta.6",
3
+ "version": "0.1.0-beta.8",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "react-grab-gemini": "./dist/cli.cjs"
@@ -26,12 +26,12 @@
26
26
  "devDependencies": {
27
27
  "@types/node": "^22.10.7",
28
28
  "tsup": "^8.4.0",
29
- "@react-grab/utils": "0.1.0-beta.6"
29
+ "@react-grab/utils": "0.1.0-beta.8"
30
30
  },
31
31
  "dependencies": {
32
32
  "execa": "^9.6.0",
33
- "@react-grab/relay": "0.1.0-beta.6",
34
- "react-grab": "0.1.0-beta.6"
33
+ "@react-grab/relay": "0.1.0-beta.8",
34
+ "react-grab": "0.1.0-beta.8"
35
35
  },
36
36
  "scripts": {
37
37
  "dev": "tsup --watch",