@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.
- package/dist/index.js +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.
|
|
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";
|