@inteeka/task-cli 0.2.35 → 0.2.37
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 +2 -2
package/dist/cli.js
CHANGED
|
@@ -7274,7 +7274,7 @@ function checkBinary(name, command) {
|
|
|
7274
7274
|
}
|
|
7275
7275
|
|
|
7276
7276
|
// src/commands/version.ts
|
|
7277
|
-
var CLI_VERSION = true ? "0.2.
|
|
7277
|
+
var CLI_VERSION = true ? "0.2.37" : "0.0.0-dev";
|
|
7278
7278
|
function registerVersion(program2) {
|
|
7279
7279
|
program2.command("version").description("Print the CLI version").action(() => {
|
|
7280
7280
|
process.stdout.write(CLI_VERSION + "\n");
|