@togglhq/cli 1.5.49 → 1.5.50

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-ae-8SzP7.js";
2
+ import { n as CommanderError, t as createProgram } from "./program-jxZPInrp.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-ae-8SzP7.js";
1
+ import { t as createProgram } from "./program-jxZPInrp.js";
2
2
  export { createProgram };
@@ -23923,6 +23923,7 @@ const generatedFocusOperations = [
23923
23923
  time_tracking_mode_fullscreen: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
23924
23924
  tooltip_onboarding_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
23925
23925
  tos_ack_decoupled_licenses: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
23926
+ trial_ended_modal_seen: /* @__PURE__ */ optional$1(/* @__PURE__ */ unknown$1()),
23926
23927
  welcome_modal_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
23927
23928
  whats_new_may_2026_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1()),
23928
23929
  whats_new_tasks_tour_dismissed: /* @__PURE__ */ optional$1(/* @__PURE__ */ boolean$1())
@@ -25852,4 +25853,4 @@ Common commands:
25852
25853
  //#endregion
25853
25854
  export { CommanderError as n, createProgram as t };
25854
25855
 
25855
- //# sourceMappingURL=program-ae-8SzP7.js.map
25856
+ //# sourceMappingURL=program-jxZPInrp.js.map
package/build/program.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as createProgram } from "./program-ae-8SzP7.js";
1
+ import { t as createProgram } from "./program-jxZPInrp.js";
2
2
  export { createProgram };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togglhq/cli",
3
- "version": "1.5.49",
3
+ "version": "1.5.50",
4
4
  "description": "Toggl CLI for Toggl 2.0 API operations.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",