@inteeka/task-cli 0.2.11 → 0.2.12

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 +1 -1
package/dist/cli.js CHANGED
@@ -4975,7 +4975,7 @@ function checkBinary(name, command) {
4975
4975
  }
4976
4976
 
4977
4977
  // src/commands/version.ts
4978
- var CLI_VERSION = true ? "0.2.11" : "0.0.0-dev";
4978
+ var CLI_VERSION = true ? "0.2.12" : "0.0.0-dev";
4979
4979
  function registerVersion(program2) {
4980
4980
  program2.command("version").description("Print the CLI version").action(() => {
4981
4981
  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.11",
3
+ "version": "0.2.12",
4
4
  "description": "Task — agentic CLI for working through CLI-eligible tickets locally with Claude Code",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,