@react-grab/amp 0.1.0-beta.1 → 0.1.0-beta.2

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
@@ -7836,7 +7836,7 @@ async function fkill(inputs, options = {}) {
7836
7836
  }
7837
7837
  }
7838
7838
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
7839
- var VERSION = "0.1.0-beta.1";
7839
+ var VERSION = "0.1.0-beta.2";
7840
7840
  var checkIfRelayServerIsRunning = async (port, token) => {
7841
7841
  try {
7842
7842
  const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
package/dist/cli.js CHANGED
@@ -7825,7 +7825,7 @@ async function fkill(inputs, options = {}) {
7825
7825
  }
7826
7826
  }
7827
7827
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
7828
- var VERSION = "0.1.0-beta.1";
7828
+ var VERSION = "0.1.0-beta.2";
7829
7829
  var checkIfRelayServerIsRunning = async (port, token) => {
7830
7830
  try {
7831
7831
  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.0-beta.1",
3
+ "version": "0.1.0-beta.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "react-grab-amp": "./dist/cli.cjs"
@@ -26,13 +26,13 @@
26
26
  "devDependencies": {
27
27
  "@types/node": "^22.10.7",
28
28
  "tsup": "^8.4.0",
29
- "@react-grab/utils": "0.1.0-beta.1"
29
+ "@react-grab/utils": "0.1.0-beta.2"
30
30
  },
31
31
  "dependencies": {
32
32
  "@sourcegraph/amp": "^0.0.1767830505-ga62310",
33
33
  "@sourcegraph/amp-sdk": "^0.1.0-20251210081226-g90e3892",
34
- "react-grab": "0.1.0-beta.1",
35
- "@react-grab/relay": "0.1.0-beta.1"
34
+ "react-grab": "0.1.0-beta.2",
35
+ "@react-grab/relay": "0.1.0-beta.2"
36
36
  },
37
37
  "scripts": {
38
38
  "dev": "tsup --watch",