@togglhq/cli 1.5.55 → 1.5.57
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-doZZkLlh.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-doZZkLlh.js";
|
|
2
2
|
export { createProgram };
|
|
@@ -15933,11 +15933,7 @@ const generatedFocusOperations = [
|
|
|
15933
15933
|
comparison: /* @__PURE__ */ picklist$1(["more_than", "less_than"]),
|
|
15934
15934
|
end_date: /* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ isoDate$1()),
|
|
15935
15935
|
icon: /* @__PURE__ */ string$1(),
|
|
15936
|
-
monthly_anchor: /* @__PURE__ */ picklist$1([
|
|
15937
|
-
"calendar",
|
|
15938
|
-
"month_end",
|
|
15939
|
-
"first_workday"
|
|
15940
|
-
]),
|
|
15936
|
+
monthly_anchor: /* @__PURE__ */ picklist$1(["calendar", "first_workday"]),
|
|
15941
15937
|
name: /* @__PURE__ */ string$1(),
|
|
15942
15938
|
project_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
15943
15939
|
recurrence: /* @__PURE__ */ picklist$1([
|
|
@@ -16062,11 +16058,7 @@ const generatedFocusOperations = [
|
|
|
16062
16058
|
comparison: /* @__PURE__ */ picklist$1(["more_than", "less_than"]),
|
|
16063
16059
|
end_date: /* @__PURE__ */ pipe$2(/* @__PURE__ */ string$1(), /* @__PURE__ */ isoDate$1()),
|
|
16064
16060
|
icon: /* @__PURE__ */ string$1(),
|
|
16065
|
-
monthly_anchor: /* @__PURE__ */ picklist$1([
|
|
16066
|
-
"calendar",
|
|
16067
|
-
"month_end",
|
|
16068
|
-
"first_workday"
|
|
16069
|
-
]),
|
|
16061
|
+
monthly_anchor: /* @__PURE__ */ picklist$1(["calendar", "first_workday"]),
|
|
16070
16062
|
name: /* @__PURE__ */ string$1(),
|
|
16071
16063
|
project_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
16072
16064
|
recurrence: /* @__PURE__ */ picklist$1([
|
|
@@ -25949,4 +25941,4 @@ Common commands:
|
|
|
25949
25941
|
//#endregion
|
|
25950
25942
|
export { CommanderError as n, createProgram as t };
|
|
25951
25943
|
|
|
25952
|
-
//# sourceMappingURL=program-
|
|
25944
|
+
//# sourceMappingURL=program-doZZkLlh.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-doZZkLlh.js";
|
|
2
2
|
export { createProgram };
|