@alook/cli 0.0.85 → 0.0.87

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -19657,7 +19657,7 @@ var WS_RECONNECT_INIT = 1000;
19657
19657
  var WS_RECONNECT_MAX = 30000;
19658
19658
  var WS_PING_INTERVAL = 25000;
19659
19659
  var WS_LIVENESS_TIMEOUT = 50000;
19660
- var WS_DO_DEV_PORT = 8789;
19660
+ var WS_DO_DEV_PORT = Number(process.env.ALOOK_WS_DO_PORT) || 8789;
19661
19661
 
19662
19662
  class DaemonWsClient {
19663
19663
  opts;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alook/cli",
3
- "version": "0.0.85",
3
+ "version": "0.0.87",
4
4
  "description": "Alook CLI — Enable Your Person Colleague",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/alookai/alook#readme",