@datacore-one/cli 1.0.1 → 1.0.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/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -9199,7 +9199,7 @@ function restoreFromSnapshot(snapshot, options = {}) {
9199
9199
  }
9200
9200
 
9201
9201
  // src/index.ts
9202
- var VERSION = "1.0.1";
9202
+ var VERSION = "1.0.2";
9203
9203
  var args = process.argv.slice(2);
9204
9204
  var parsed = parseArgs(args);
9205
9205
  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.1",
3
+ "version": "1.0.2",
4
4
  "description": "CLI for setting up and managing Datacore installations",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -50,7 +50,7 @@
50
50
  "dependencies": {
51
51
  "chalk": "^5.3.0",
52
52
  "yaml": "^2.3.4",
53
- "glob": "^10.3.10",
53
+ "glob": "^11.0.0",
54
54
  "simple-git": "^3.22.0",
55
55
  "semver": "^7.5.4"
56
56
  }