@inteeka/task-cli 0.2.24 → 0.2.25

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +3 -3
package/dist/cli.js CHANGED
@@ -5663,7 +5663,7 @@ function checkBinary(name, command) {
5663
5663
  }
5664
5664
 
5665
5665
  // src/commands/version.ts
5666
- var CLI_VERSION = true ? "0.2.24" : "0.0.0-dev";
5666
+ var CLI_VERSION = true ? "0.2.25" : "0.0.0-dev";
5667
5667
  function registerVersion(program2) {
5668
5668
  program2.command("version").description("Print the CLI version").action(() => {
5669
5669
  process.stdout.write(CLI_VERSION + "\n");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inteeka/task-cli",
3
- "version": "0.2.24",
3
+ "version": "0.2.25",
4
4
  "description": "Task — agentic CLI for working through CLI-eligible tickets locally with Claude Code",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,
@@ -34,9 +34,9 @@
34
34
  "tsup": "^8.5.1",
35
35
  "typescript": "^5.5.0",
36
36
  "vitest": "^4.1.2",
37
+ "@task/constants": "0.0.1",
37
38
  "@task/types": "0.0.1",
38
- "@task/validation": "0.0.1",
39
- "@task/constants": "0.0.1"
39
+ "@task/validation": "0.0.1"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=20"