@dev-anywhere/relay 0.4.42 → 0.4.44

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -46,7 +46,7 @@ PORT=3100 dev-anywhere-relay
46
46
 
47
47
  **Production warning:** always set both `RELAY_PROXY_TOKEN` and `RELAY_CLIENT_TOKEN`. Without a client token, anyone who can reach the relay can connect to `/client`, list proxies, and attempt to bind to a proxy.
48
48
 
49
- For the bundled web client, open the app once with `?relayToken=<RELAY_CLIENT_TOKEN>` in the page URL. The token is stored in local browser storage and appended to `/client` WebSocket connections.
49
+ For the bundled web client, open the app URL, then paste `RELAY_CLIENT_TOKEN` in Settings -> Relay Token. The token is stored in browser-local storage and appended to `/client` WebSocket connections.
50
50
 
51
51
  ## TLS
52
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-anywhere/relay",
3
- "version": "0.4.42",
3
+ "version": "0.4.44",
4
4
  "description": "Relay server for DEV Anywhere — bridges local AI CLI proxies to remote web clients via WebSocket.",
5
5
  "keywords": [
6
6
  "claude-code",
@@ -54,7 +54,7 @@
54
54
  "@types/node": "^22.15.30",
55
55
  "@types/ws": "^8.18.1",
56
56
  "vitest": "^4.1.2",
57
- "@dev-anywhere/shared": "0.4.42"
57
+ "@dev-anywhere/shared": "0.4.44"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "tsup && rm -f tsconfig.build.tsbuildinfo && tsc -p tsconfig.build.json --emitDeclarationOnly --outDir dist",