@react-grab/amp 0.1.5 → 0.1.7

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