@react-grab/relay 0.1.3 → 0.1.4
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/connection.cjs +1 -1
- package/dist/connection.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/connection.cjs
CHANGED
|
@@ -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.
|
|
8017
|
+
var VERSION = "0.1.3";
|
|
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`;
|
package/dist/connection.js
CHANGED
|
@@ -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.
|
|
8007
|
+
var VERSION = "0.1.3";
|
|
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.
|
|
8019
|
+
var VERSION = "0.1.3";
|
|
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.
|
|
8009
|
+
var VERSION = "0.1.3";
|
|
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.
|
|
3
|
+
"version": "0.1.4",
|
|
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.
|
|
34
|
+
"@react-grab/utils": "0.1.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "^22.10.7",
|