@tiflis-io/tiflis-code-tunnel 0.3.12 → 0.3.13

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/main.js +1 -0
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1093,6 +1093,7 @@ var WebSocketServerWrapper = class {
1093
1093
  this.heartbeatInterval = setInterval(() => {
1094
1094
  this.deps.onTimeoutCheck?.();
1095
1095
  }, this.config.heartbeatIntervalMs);
1096
+ this.heartbeatInterval.unref();
1096
1097
  }
1097
1098
  /**
1098
1099
  * Broadcasts a message to all connected clients.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiflis-io/tiflis-code-tunnel",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "description": "Tunnel server for tiflis-code - reverse proxy for workstation connections",
5
5
  "author": "Roman Barinov <rbarinov@gmail.com>",
6
6
  "license": "FSL-1.1-NC",