@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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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.1" : "0.0.0-dev";
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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stephendolan/chartmogul-cli",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "A command-line interface for ChartMogul analytics",
5
5
  "type": "module",
6
6
  "main": "./dist/cli.js",