@inteeka/task-cli 0.1.1 → 0.1.2
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/dist/cli.js.map +1 -1
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -3125,7 +3125,7 @@ function checkBinary(name, command) {
|
|
|
3125
3125
|
}
|
|
3126
3126
|
|
|
3127
3127
|
// src/commands/version.ts
|
|
3128
|
-
var CLI_VERSION = "0.1.0";
|
|
3128
|
+
var CLI_VERSION = true ? "0.1.2" : "0.0.0-dev";
|
|
3129
3129
|
function registerVersion(program2) {
|
|
3130
3130
|
program2.command("version").description("Print the CLI version").action(() => {
|
|
3131
3131
|
process.stdout.write(CLI_VERSION + "\n");
|