polydev-ai 1.10.3 → 1.10.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.
@@ -30,7 +30,7 @@ class TunnelClient {
30
30
  // Configurable intervals
31
31
  this.HEARTBEAT_INTERVAL_MS = 30_000; // 30s
32
32
  this.POLL_INTERVAL_MS = 3_000; // 3s
33
- this.CLI_TIMEOUT_MS = 120_000; // 2 min per request
33
+ this.CLI_TIMEOUT_MS = 240_000; // 4 min per request (matches server-side timeout)
34
34
 
35
35
  // Try to load freshest token from file on construction
36
36
  // (env var may be stale if process was started long ago)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polydev-ai",
3
- "version": "1.10.3",
3
+ "version": "1.10.4",
4
4
  "engines": {
5
5
  "node": ">=20.x <=22.x"
6
6
  },