@togglhq/cli 1.5.50 → 1.5.51
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-Bl5Y5amM.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-Bl5Y5amM.js";
|
|
2
2
|
export { createProgram };
|
|
@@ -15860,6 +15860,7 @@ const generatedFocusOperations = [
|
|
|
15860
15860
|
target_seconds: /* @__PURE__ */ number$2(),
|
|
15861
15861
|
task_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
15862
15862
|
weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
15863
|
+
active: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
15863
15864
|
client_ids: /* @__PURE__ */ optional$1(/* @__PURE__ */ array$1(/* @__PURE__ */ number$2())),
|
|
15864
15865
|
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
|
|
15865
15866
|
}) }),
|
|
@@ -15989,6 +15990,7 @@ const generatedFocusOperations = [
|
|
|
15989
15990
|
target_seconds: /* @__PURE__ */ number$2(),
|
|
15990
15991
|
task_ids: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
15991
15992
|
weekdays: /* @__PURE__ */ array$1(/* @__PURE__ */ number$2()),
|
|
15993
|
+
active: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
|
|
15992
15994
|
client_ids: /* @__PURE__ */ optional$1(/* @__PURE__ */ array$1(/* @__PURE__ */ number$2())),
|
|
15993
15995
|
description: /* @__PURE__ */ optional$1(/* @__PURE__ */ string$1())
|
|
15994
15996
|
}) }),
|
|
@@ -25853,4 +25855,4 @@ Common commands:
|
|
|
25853
25855
|
//#endregion
|
|
25854
25856
|
export { CommanderError as n, createProgram as t };
|
|
25855
25857
|
|
|
25856
|
-
//# sourceMappingURL=program-
|
|
25858
|
+
//# sourceMappingURL=program-Bl5Y5amM.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-Bl5Y5amM.js";
|
|
2
2
|
export { createProgram };
|