@datacore-one/cli 1.0.10 → 1.0.11

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -11013,7 +11013,7 @@ async function initDatacore(options = {}) {
11013
11013
  }
11014
11014
 
11015
11015
  // src/index.ts
11016
- var VERSION = "1.0.10";
11016
+ var VERSION = "1.0.11";
11017
11017
  var args = process.argv.slice(2);
11018
11018
  var parsed = parseArgs(args);
11019
11019
  async function handleMeta(command, cmdArgs, flags, format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datacore-one/cli",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "CLI for setting up and managing Datacore installations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",