@zixt/host 0.0.6 → 0.0.7

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -22,7 +22,7 @@ import WebSocket from "ws";
22
22
  // package.json
23
23
  var package_default = {
24
24
  name: "@zixt/host",
25
- version: "0.0.6",
25
+ version: "0.0.7",
26
26
  type: "module",
27
27
  exports: {
28
28
  ".": "./src/client.ts",
@@ -19830,7 +19830,7 @@ function signalWorkerGroup(child, signal) {
19830
19830
  }
19831
19831
  }
19832
19832
  function versionsRoot() {
19833
- return join3(homedir(), ".zixt", "host-versions");
19833
+ return process.env.ZIXT_HOST_VERSIONS_DIR ?? join3(homedir(), ".zixt", "host-versions");
19834
19834
  }
19835
19835
  function npmCommand() {
19836
19836
  return process.platform === "win32" ? "npm.cmd" : "npm";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zixt/host",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./src/client.ts",