@zixt/host 0.0.74 → 0.0.75

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 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -31,7 +31,7 @@ import { homedir as homedir2 } from "node:os";
31
31
  // package.json
32
32
  var package_default = {
33
33
  name: "@zixt/host",
34
- version: "0.0.74",
34
+ version: "0.0.75",
35
35
  type: "module",
36
36
  exports: {
37
37
  ".": "./src/client.ts",
@@ -21663,7 +21663,6 @@ var HostClient = class _HostClient {
21663
21663
  this.runnerRuntimeFeatureActive = false;
21664
21664
  this.hostConsoleFeatureActive = false;
21665
21665
  this.opts.browser?.attach(null);
21666
- void this.opts.browser?.closeAll("machine_offline");
21667
21666
  if (code === CLOSE_CODES.revoked) {
21668
21667
  this.opts.onStatus?.("revoked");
21669
21668
  this.stopped = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zixt/host",
3
- "version": "0.0.74",
3
+ "version": "0.0.75",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/client.ts",