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/README.md +14 -1
- package/dist/{chunk-R7NUH44M.js → chunk-CWLRDV5P.js} +290 -399
- package/dist/chunk-CWLRDV5P.js.map +1 -0
- package/dist/{chunk-O3OUTZ2P.js → chunk-JFJQNJSJ.js} +394 -2
- package/dist/chunk-JFJQNJSJ.js.map +1 -0
- package/dist/index.cjs +930 -641
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/lib.cjs +626 -346
- package/dist/lib.cjs.map +1 -1
- package/dist/lib.d.cts +71 -17
- package/dist/lib.d.ts +71 -17
- package/dist/lib.js +3 -3
- package/dist/{loader-X37URHUV.js → loader-JTHA4BYG.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-O3OUTZ2P.js.map +0 -1
- package/dist/chunk-R7NUH44M.js.map +0 -1
- /package/dist/{loader-X37URHUV.js.map → loader-JTHA4BYG.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
saveStorageState,
|
|
29
29
|
tccGuidance,
|
|
30
30
|
updateBacklogFromSuite
|
|
31
|
-
} from "./chunk-
|
|
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-
|
|
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.
|
|
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-
|
|
1197
|
+
const { loadConfig: loadConfig2 } = await import("./loader-JTHA4BYG.js");
|
|
1198
1198
|
const result = loadConfig2(options.config);
|
|
1199
1199
|
configDir = result.configDir;
|
|
1200
1200
|
} catch {
|