@react-grab/amp 0.1.17 → 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 CHANGED
@@ -7857,7 +7857,7 @@ async function fkill(inputs, options = {}) {
7857
7857
  }
7858
7858
  }
7859
7859
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
7860
- var VERSION = "0.1.17";
7860
+ var VERSION = "0.1.18";
7861
7861
  var checkIfRelayServerIsRunning = async (port, token) => {
7862
7862
  try {
7863
7863
  const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
package/dist/server.js CHANGED
@@ -7846,7 +7846,7 @@ async function fkill(inputs, options = {}) {
7846
7846
  }
7847
7847
  }
7848
7848
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
7849
- var VERSION = "0.1.17";
7849
+ var VERSION = "0.1.18";
7850
7850
  var checkIfRelayServerIsRunning = async (port, token) => {
7851
7851
  try {
7852
7852
  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/amp",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "bin": {
5
5
  "react-grab-amp": "./dist/cli.cjs"
6
6
  },
@@ -31,13 +31,13 @@
31
31
  "dependencies": {
32
32
  "@sourcegraph/amp": "^0.0.1767830505-ga62310",
33
33
  "@sourcegraph/amp-sdk": "^0.1.0-20251210081226-g90e3892",
34
- "@react-grab/relay": "0.1.17",
35
- "react-grab": "0.1.17"
34
+ "@react-grab/relay": "0.1.18",
35
+ "react-grab": "0.1.18"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "^22.10.7",
39
39
  "tsup": "^8.4.0",
40
- "@react-grab/utils": "0.1.17"
40
+ "@react-grab/utils": "0.1.18"
41
41
  },
42
42
  "scripts": {
43
43
  "dev": "tsup --watch",