@xdevops/issue-auto-finish 1.0.73 → 1.0.74
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/{chunk-RFMARJ5D.js → chunk-MY5XUQKB.js} +2 -2
- package/dist/chunk-MY5XUQKB.js.map +1 -0
- package/dist/{chunk-VM5NQHEO.js → chunk-PGTOY4YU.js} +1 -1
- package/dist/{chunk-BCOL4JRM.js → chunk-SXRMGTQF.js} +2 -2
- package/dist/cli.js +2 -2
- package/dist/index.js +2 -2
- package/dist/lib.js +1 -1
- package/dist/{restart-PD3WUJGI.js → restart-P56E4WML.js} +2 -2
- package/dist/run.js +2 -2
- package/dist/{start-2NRFI3LI.js → start-5AXLAE7J.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-RFMARJ5D.js.map +0 -1
- /package/dist/{chunk-VM5NQHEO.js.map → chunk-PGTOY4YU.js.map} +0 -0
- /package/dist/{chunk-BCOL4JRM.js.map → chunk-SXRMGTQF.js.map} +0 -0
- /package/dist/{restart-PD3WUJGI.js.map → restart-P56E4WML.js.map} +0 -0
- /package/dist/{start-2NRFI3LI.js.map → start-5AXLAE7J.js.map} +0 -0
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
setE2eOverride,
|
|
34
34
|
setNoteSyncOverride,
|
|
35
35
|
validatePhaseRegistry
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-MY5XUQKB.js";
|
|
37
37
|
import {
|
|
38
38
|
AsyncMutex,
|
|
39
39
|
BaseTracker,
|
|
@@ -8878,4 +8878,4 @@ function migrateKnowledgeDir(srcDir, destDir) {
|
|
|
8878
8878
|
export {
|
|
8879
8879
|
main
|
|
8880
8880
|
};
|
|
8881
|
-
//# sourceMappingURL=chunk-
|
|
8881
|
+
//# sourceMappingURL=chunk-SXRMGTQF.js.map
|
package/dist/cli.js
CHANGED
|
@@ -91,7 +91,7 @@ program.command("init").description("Launch the interactive web setup wizard").o
|
|
|
91
91
|
await initCommand({ port: parseInt(opts.port, 10), config: opts.config });
|
|
92
92
|
});
|
|
93
93
|
program.command("start").description("Start the issue-auto-finish daemon service").option("-c, --config <path>", "Path to .env config file").option("-d, --daemon", "Run as a background daemon").action(async (opts) => {
|
|
94
|
-
const { startCommand } = await import("./start-
|
|
94
|
+
const { startCommand } = await import("./start-5AXLAE7J.js");
|
|
95
95
|
await startCommand({ config: opts.config, daemon: opts.daemon });
|
|
96
96
|
});
|
|
97
97
|
program.command("stop").description("Stop the running service").option("-p, --port <port>", "Web UI port", defaults.port).option("-H, --host <host>", "Service host", defaults.host).option("-f, --force", "Force kill via SIGKILL").action(async (opts) => {
|
|
@@ -103,7 +103,7 @@ program.command("stop").description("Stop the running service").option("-p, --po
|
|
|
103
103
|
});
|
|
104
104
|
});
|
|
105
105
|
program.command("restart").description("Restart the service (stop + start)").option("-c, --config <path>", "Path to .env config file").option("-p, --port <port>", "Web UI port", defaults.port).option("-H, --host <host>", "Service host", defaults.host).option("-d, --daemon", "Restart as a background daemon").action(async (opts) => {
|
|
106
|
-
const { restartCommand } = await import("./restart-
|
|
106
|
+
const { restartCommand } = await import("./restart-P56E4WML.js");
|
|
107
107
|
await restartCommand({
|
|
108
108
|
config: opts.config,
|
|
109
109
|
host: opts.host,
|
package/dist/index.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
main
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-SXRMGTQF.js";
|
|
4
4
|
import "./chunk-WR3O4ATI.js";
|
|
5
5
|
import "./chunk-ZPHUJTZP.js";
|
|
6
6
|
import "./chunk-NZ7K73B7.js";
|
|
7
7
|
import "./chunk-C4NES56F.js";
|
|
8
8
|
import "./chunk-3V3GQCB7.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-MY5XUQKB.js";
|
|
10
10
|
import "./chunk-6S7ERGQ7.js";
|
|
11
11
|
import "./chunk-ACVOOHAR.js";
|
|
12
12
|
import "./chunk-KWODU7HB.js";
|
package/dist/lib.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
startCommand
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-PGTOY4YU.js";
|
|
4
4
|
import {
|
|
5
5
|
stopCommand
|
|
6
6
|
} from "./chunk-WIEUIU6L.js";
|
|
@@ -43,4 +43,4 @@ async function restartCommand(options) {
|
|
|
43
43
|
export {
|
|
44
44
|
restartCommand
|
|
45
45
|
};
|
|
46
|
-
//# sourceMappingURL=restart-
|
|
46
|
+
//# sourceMappingURL=restart-P56E4WML.js.map
|
package/dist/run.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
main
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-SXRMGTQF.js";
|
|
4
4
|
import "./chunk-WR3O4ATI.js";
|
|
5
5
|
import "./chunk-ZPHUJTZP.js";
|
|
6
6
|
import "./chunk-NZ7K73B7.js";
|
|
7
7
|
import "./chunk-C4NES56F.js";
|
|
8
8
|
import "./chunk-3V3GQCB7.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-MY5XUQKB.js";
|
|
10
10
|
import "./chunk-6S7ERGQ7.js";
|
|
11
11
|
import "./chunk-ACVOOHAR.js";
|
|
12
12
|
import "./chunk-KWODU7HB.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
startCommand
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-PGTOY4YU.js";
|
|
4
4
|
import "./chunk-B7XUZJOK.js";
|
|
5
5
|
import "./chunk-C4NES56F.js";
|
|
6
6
|
import "./chunk-SKA53TLK.js";
|
|
@@ -11,4 +11,4 @@ import "./chunk-GF2RRYHB.js";
|
|
|
11
11
|
export {
|
|
12
12
|
startCommand
|
|
13
13
|
};
|
|
14
|
-
//# sourceMappingURL=start-
|
|
14
|
+
//# sourceMappingURL=start-5AXLAE7J.js.map
|