@noy-db/cli 0.4.0 → 0.5.0

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/bin/noydb.js CHANGED
@@ -885,7 +885,7 @@ ${usage()}
885
885
  }
886
886
 
887
887
  // src/bin/noydb.ts
888
- var VERSION2 = "0.4.0";
888
+ var VERSION2 = "0.5.0";
889
889
  function usage2() {
890
890
  return [
891
891
  "noydb \u2014 command-line tools for @noy-db",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noy-db/cli",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "Command-line tool for noy-db — inspect .noydb bundles without decrypting, verify integrity, validate config objects, scaffold topology profiles, and monitor a live vault's store metrics.",
5
5
  "license": "MIT",
6
6
  "author": "vLannaAi <vicio@lanna.ai>",
@@ -36,16 +36,16 @@
36
36
  },
37
37
  "peerDependencies": {
38
38
  "yaml": "^2.9.0",
39
- "@noy-db/hub": "0.4.0",
40
- "@noy-db/to-meter": "0.4.0"
39
+ "@noy-db/hub": "0.5.0",
40
+ "@noy-db/to-meter": "0.5.0"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^22.0.0",
44
44
  "yaml": "^2.9.0",
45
45
  "zod": "^4.0.0",
46
46
  "zod-to-json-schema": "^3.25.2",
47
- "@noy-db/to-meter": "0.4.0",
48
- "@noy-db/hub": "0.4.0"
47
+ "@noy-db/hub": "0.5.0",
48
+ "@noy-db/to-meter": "0.5.0"
49
49
  },
50
50
  "keywords": [
51
51
  "noy-db",