@stephendolan/chartmogul-cli 1.6.1 → 1.6.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/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -962,7 +962,7 @@ function createMcpCommand() {
|
|
|
962
962
|
}
|
|
963
963
|
|
|
964
964
|
// src/cli.ts
|
|
965
|
-
var version = true ? "1.6.
|
|
965
|
+
var version = true ? "1.6.2" : "0.0.0-dev";
|
|
966
966
|
var program = new Command10();
|
|
967
967
|
program.name("chartmogul").description("A command-line interface for ChartMogul analytics").version(version).option("-c, --compact", "Minified JSON output (single line)").hook("preAction", (thisCommand) => {
|
|
968
968
|
const options = thisCommand.opts();
|