@togglhq/cli 1.5.24 → 1.5.26

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/program.js CHANGED
@@ -1,2 +1,2 @@
1
- import { t as createProgram } from "./program-Bz9wasNE.js";
1
+ import { t as createProgram } from "./program-B03iyxXV.js";
2
2
  export { createProgram };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togglhq/cli",
3
- "version": "1.5.24",
3
+ "version": "1.5.26",
4
4
  "description": "Toggl CLI for Toggl 2.0 API operations.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -9,7 +9,7 @@
9
9
  "access": "public"
10
10
  },
11
11
  "bin": {
12
- "toggl": "./build/index.js"
12
+ "toggl": "./build/cli.js"
13
13
  },
14
14
  "exports": {
15
15
  ".": {
@@ -40,7 +40,7 @@
40
40
  "lint:fix": "oxlint --deny-warnings --fix src/**/*.ts tsdown.config.ts tsdown.config.internal.ts",
41
41
  "format": "oxfmt --write src skills package.json tsconfig.json tsdown.config.ts tsdown.config.internal.ts README.md",
42
42
  "format:check": "oxfmt --check src skills package.json tsconfig.json tsdown.config.ts tsdown.config.internal.ts README.md",
43
- "test": "vitest run",
43
+ "test": "pnpm --filter @toggl/operations run build && tsdown && vitest run",
44
44
  "link:global": "pnpm link --global",
45
45
  "unlink:global": "pnpm unlink --global"
46
46
  },
@@ -53,7 +53,7 @@
53
53
  "devDependencies": {
54
54
  "@toggl/cli-core": "workspace:^",
55
55
  "@toggl/operations": "workspace:^",
56
- "@toggl/queries": "0.15.17",
56
+ "@toggl/queries": "0.15.21",
57
57
  "@types/node": "22.19.11",
58
58
  "tsdown": "0.21.8",
59
59
  "typescript": "5.9.3",