@zixt/host 0.0.168 → 0.0.169
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
|
@@ -28,7 +28,7 @@ import { homedir as homedir6 } from "node:os";
|
|
|
28
28
|
// package.json
|
|
29
29
|
var package_default = {
|
|
30
30
|
name: "@zixt/host",
|
|
31
|
-
version: "0.0.
|
|
31
|
+
version: "0.0.169",
|
|
32
32
|
type: "module",
|
|
33
33
|
exports: {
|
|
34
34
|
".": "./src/client.ts",
|
|
@@ -42876,7 +42876,7 @@ function createCliRunner(adapter, opts = {}) {
|
|
|
42876
42876
|
);
|
|
42877
42877
|
}
|
|
42878
42878
|
let browserPack = null;
|
|
42879
|
-
if (
|
|
42879
|
+
if (opts.browserManager && browserAvailable) {
|
|
42880
42880
|
browserPack = createBrowserToolPack({
|
|
42881
42881
|
manager: opts.browserManager,
|
|
42882
42882
|
projectId: task.projectId,
|