prowl-tools 0.1.7 → 0.1.8

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 CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  saveStorageState,
29
29
  tccGuidance,
30
30
  updateBacklogFromSuite
31
- } from "./chunk-R7NUH44M.js";
31
+ } from "./chunk-CWLRDV5P.js";
32
32
  import {
33
33
  CONFIG_DIR,
34
34
  findConfigPath,
@@ -38,7 +38,7 @@ import {
38
38
  loadHuntTags,
39
39
  normalizeHuntName,
40
40
  resolveViewport
41
- } from "./chunk-O3OUTZ2P.js";
41
+ } from "./chunk-JFJQNJSJ.js";
42
42
 
43
43
  // src/cli/program.ts
44
44
  import { Command as Command14 } from "commander";
@@ -46,7 +46,7 @@ import { Command as Command14 } from "commander";
46
46
  // package.json
47
47
  var package_default = {
48
48
  name: "prowl-tools",
49
- version: "0.1.7",
49
+ version: "0.1.8",
50
50
  description: "E2E testing for native macOS apps and web apps from declarative YAML hunts.",
51
51
  type: "module",
52
52
  license: "Apache-2.0",
@@ -1194,7 +1194,7 @@ function buildGenerateCommand() {
1194
1194
  } else if (options.output) {
1195
1195
  let configDir;
1196
1196
  try {
1197
- const { loadConfig: loadConfig2 } = await import("./loader-X37URHUV.js");
1197
+ const { loadConfig: loadConfig2 } = await import("./loader-JTHA4BYG.js");
1198
1198
  const result = loadConfig2(options.config);
1199
1199
  configDir = result.configDir;
1200
1200
  } catch {