@intuned/runtime-dev 1.3.24-pipe.2 → 1.3.24-pipe.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.
@@ -408,8 +408,7 @@ var require_interfaceClient = __commonJS({
408
408
  }
409
409
  }
410
410
  async close() {
411
- this.socket.end();
412
- this.socket.destroy();
411
+ await (0, util_1.promisify)(this.socket.end)().catch(() => void 0);
413
412
  }
414
413
  get closed() {
415
414
  return this.socket.closed;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuned/runtime-dev",
3
- "version": "1.3.24-pipe.2",
3
+ "version": "1.3.24-pipe.4",
4
4
  "description": "Intuned runtime",
5
5
  "packageManager": "yarn@4.12.0",
6
6
  "main": "./dist/index.js",