@inteeka/task-cli 0.2.15 → 0.2.16
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/dist/cli.js +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -5113,7 +5113,7 @@ function checkBinary(name, command) {
|
|
|
5113
5113
|
}
|
|
5114
5114
|
|
|
5115
5115
|
// src/commands/version.ts
|
|
5116
|
-
var CLI_VERSION = true ? "0.2.
|
|
5116
|
+
var CLI_VERSION = true ? "0.2.16" : "0.0.0-dev";
|
|
5117
5117
|
function registerVersion(program2) {
|
|
5118
5118
|
program2.command("version").description("Print the CLI version").action(() => {
|
|
5119
5119
|
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.
|
|
3
|
+
"version": "0.2.16",
|
|
4
4
|
"description": "Task — agentic CLI for working through CLI-eligible tickets locally with Claude Code",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"private": false,
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"tsup": "^8.5.1",
|
|
33
33
|
"typescript": "^5.5.0",
|
|
34
34
|
"vitest": "^4.1.2",
|
|
35
|
-
"@task/constants": "0.0.1",
|
|
36
35
|
"@task/types": "0.0.1",
|
|
36
|
+
"@task/constants": "0.0.1",
|
|
37
37
|
"@task/validation": "0.0.1"
|
|
38
38
|
},
|
|
39
39
|
"engines": {
|