@react-grab/relay 0.1.1 → 0.1.3

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.
@@ -8014,7 +8014,7 @@ ${context.content.join("\n\n")}`;
8014
8014
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
8015
8015
 
8016
8016
  // src/connection.ts
8017
- var VERSION = "0.1.0";
8017
+ var VERSION = "0.1.2";
8018
8018
  var checkIfRelayServerIsRunning = async (port, token) => {
8019
8019
  try {
8020
8020
  const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
@@ -8004,7 +8004,7 @@ ${context.content.join("\n\n")}`;
8004
8004
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
8005
8005
 
8006
8006
  // src/connection.ts
8007
- var VERSION = "0.1.0";
8007
+ var VERSION = "0.1.2";
8008
8008
  var checkIfRelayServerIsRunning = async (port, token) => {
8009
8009
  try {
8010
8010
  const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
package/dist/index.cjs CHANGED
@@ -8016,7 +8016,7 @@ async function fkill(inputs, options = {}) {
8016
8016
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
8017
8017
 
8018
8018
  // src/connection.ts
8019
- var VERSION = "0.1.0";
8019
+ var VERSION = "0.1.2";
8020
8020
  var checkIfRelayServerIsRunning = async (port, token) => {
8021
8021
  try {
8022
8022
  const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
package/dist/index.js CHANGED
@@ -8006,7 +8006,7 @@ async function fkill(inputs, options = {}) {
8006
8006
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
8007
8007
 
8008
8008
  // src/connection.ts
8009
- var VERSION = "0.1.0";
8009
+ var VERSION = "0.1.2";
8010
8010
  var checkIfRelayServerIsRunning = async (port, token) => {
8011
8011
  try {
8012
8012
  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/relay",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -31,7 +31,7 @@
31
31
  "fkill": "^9.0.0",
32
32
  "picocolors": "^1.1.1",
33
33
  "ws": "^8.18.0",
34
- "@react-grab/utils": "0.1.1"
34
+ "@react-grab/utils": "0.1.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^22.10.7",