@react-grab/relay 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.
@@ -7992,7 +7992,7 @@ ${context.content.join("\n\n")}`;
7992
7992
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
7993
7993
 
7994
7994
  // src/connection.ts
7995
- var VERSION = "0.1.0-beta.1";
7995
+ var VERSION = "0.1.0-beta.2";
7996
7996
  var checkIfRelayServerIsRunning = async (port, token) => {
7997
7997
  try {
7998
7998
  const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
@@ -7982,7 +7982,7 @@ ${context.content.join("\n\n")}`;
7982
7982
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
7983
7983
 
7984
7984
  // src/connection.ts
7985
- var VERSION = "0.1.0-beta.1";
7985
+ var VERSION = "0.1.0-beta.2";
7986
7986
  var checkIfRelayServerIsRunning = async (port, token) => {
7987
7987
  try {
7988
7988
  const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
package/dist/index.cjs CHANGED
@@ -7994,7 +7994,7 @@ async function fkill(inputs, options = {}) {
7994
7994
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
7995
7995
 
7996
7996
  // src/connection.ts
7997
- var VERSION = "0.1.0-beta.1";
7997
+ var VERSION = "0.1.0-beta.2";
7998
7998
  var checkIfRelayServerIsRunning = async (port, token) => {
7999
7999
  try {
8000
8000
  const healthUrl = token ? `http://localhost:${port}/health?${RELAY_TOKEN_PARAM}=${encodeURIComponent(token)}` : `http://localhost:${port}/health`;
package/dist/index.js CHANGED
@@ -7984,7 +7984,7 @@ async function fkill(inputs, options = {}) {
7984
7984
  var sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
7985
7985
 
7986
7986
  // src/connection.ts
7987
- var VERSION = "0.1.0-beta.1";
7987
+ var VERSION = "0.1.0-beta.2";
7988
7988
  var checkIfRelayServerIsRunning = async (port, token) => {
7989
7989
  try {
7990
7990
  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.0-beta.1",
3
+ "version": "0.1.0-beta.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -36,7 +36,7 @@
36
36
  "fkill": "^9.0.0",
37
37
  "picocolors": "^1.1.1",
38
38
  "ws": "^8.18.0",
39
- "@react-grab/utils": "0.1.0-beta.1"
39
+ "@react-grab/utils": "0.1.0-beta.2"
40
40
  },
41
41
  "scripts": {
42
42
  "dev": "tsup --watch",