@togglhq/cli 1.5.54 → 1.5.56
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/build/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { n as CommanderError, t as createProgram } from "./program-
|
|
2
|
+
import { n as CommanderError, t as createProgram } from "./program-CosX-E05.js";
|
|
3
3
|
//#region src/cli.ts
|
|
4
4
|
try {
|
|
5
5
|
await createProgram({ enableUpdateNotification: true }).parseAsync(process.argv);
|
package/build/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as createProgram } from "./program-
|
|
1
|
+
import { t as createProgram } from "./program-CosX-E05.js";
|
|
2
2
|
export { createProgram };
|
|
@@ -19934,7 +19934,12 @@ const generatedFocusOperations = [
|
|
|
19934
19934
|
"project.tasks",
|
|
19935
19935
|
"project.board",
|
|
19936
19936
|
"project.timeline",
|
|
19937
|
-
"projects"
|
|
19937
|
+
"projects",
|
|
19938
|
+
"reports.summary",
|
|
19939
|
+
"reports.detailed",
|
|
19940
|
+
"reports.utilization",
|
|
19941
|
+
"reports.workload",
|
|
19942
|
+
"reports.profitability"
|
|
19938
19943
|
]),
|
|
19939
19944
|
icon_name: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
|
|
19940
19945
|
}) }),
|
|
@@ -25944,4 +25949,4 @@ Common commands:
|
|
|
25944
25949
|
//#endregion
|
|
25945
25950
|
export { CommanderError as n, createProgram as t };
|
|
25946
25951
|
|
|
25947
|
-
//# sourceMappingURL=program-
|
|
25952
|
+
//# sourceMappingURL=program-CosX-E05.js.map
|
package/build/program.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as createProgram } from "./program-
|
|
1
|
+
import { t as createProgram } from "./program-CosX-E05.js";
|
|
2
2
|
export { createProgram };
|