@lanonasis/cli 2.0.6 → 2.0.7

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.
@@ -45,7 +45,7 @@ program
45
45
  .alias(isOnasisInvocation ? 'lanonasis' : 'memory')
46
46
  .alias(isOnasisInvocation ? 'memory' : 'maas')
47
47
  .description(colors.info(`🧠 ${isOnasisInvocation ? 'Onasis-Core Golden Contract CLI' : 'LanOnasis Enterprise CLI'} - Memory as a Service, API Management & Infrastructure Orchestration`))
48
- .version('2.0.1', '-v, --version', 'display version number')
48
+ .version('2.0.6', '-v, --version', 'display version number')
49
49
  .option('-V, --verbose', 'enable verbose logging')
50
50
  .option('--api-url <url>', 'override API URL')
51
51
  .option('--output <format>', 'output format (json, table, yaml)', 'table')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanonasis/cli",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "LanOnasis Enterprise CLI - Memory as a Service, API Key Management, and Infrastructure Orchestration",
5
5
  "main": "dist/index-simple.js",
6
6
  "bin": {