@noy-db/cli 0.2.0-pre.8 → 0.3.0-pre.1

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/README.md CHANGED
@@ -27,7 +27,7 @@ See the [main repository](https://github.com/vLannaAi/noy-db#readme) for setup,
27
27
 
28
28
  - Source — [`packages/cli`](https://github.com/vLannaAi/noy-db/tree/main/packages/cli)
29
29
  - Issues — [github.com/vLannaAi/noy-db/issues](https://github.com/vLannaAi/noy-db/issues)
30
- - Spec — [`SPEC.md`](https://github.com/vLannaAi/noy-db/blob/main/SPEC.md)
30
+ - Spec — [`SPEC.md`](https://github.com/vLannaAi/noy-db-docs/blob/main/SPEC.md)
31
31
 
32
32
  ## License
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noy-db/cli",
3
- "version": "0.2.0-pre.8",
3
+ "version": "0.3.0-pre.1",
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>",
@@ -20,17 +20,10 @@
20
20
  },
21
21
  "exports": {
22
22
  ".": {
23
- "import": {
24
- "types": "./dist/index.d.ts",
25
- "default": "./dist/index.js"
26
- },
27
- "require": {
28
- "types": "./dist/index.d.cts",
29
- "default": "./dist/index.cjs"
30
- }
23
+ "types": "./dist/index.d.ts",
24
+ "default": "./dist/index.js"
31
25
  }
32
26
  },
33
- "main": "./dist/index.cjs",
34
27
  "module": "./dist/index.js",
35
28
  "types": "./dist/index.d.ts",
36
29
  "files": [
@@ -39,22 +32,22 @@
39
32
  "LICENSE"
40
33
  ],
41
34
  "engines": {
42
- "node": ">=18.0.0"
35
+ "node": ">=22.0.0"
43
36
  },
44
37
  "peerDependencies": {
45
38
  "yaml": "^2.9.0",
46
- "@noy-db/to-meter": "0.2.0-pre.8",
47
- "@noy-db/to-probe": "0.2.0-pre.8",
48
- "@noy-db/hub": "0.2.0-pre.8"
39
+ "@noy-db/to-meter": "0.3.0-pre.1",
40
+ "@noy-db/hub": "0.3.0-pre.1",
41
+ "@noy-db/to-probe": "0.3.0-pre.1"
49
42
  },
50
43
  "devDependencies": {
51
44
  "@types/node": "^22.0.0",
52
45
  "yaml": "^2.9.0",
53
- "zod": "^3.23.0",
46
+ "zod": "^4.0.0",
54
47
  "zod-to-json-schema": "^3.25.2",
55
- "@noy-db/hub": "0.2.0-pre.8",
56
- "@noy-db/to-probe": "0.2.0-pre.8",
57
- "@noy-db/to-meter": "0.2.0-pre.8"
48
+ "@noy-db/to-probe": "0.3.0-pre.1",
49
+ "@noy-db/hub": "0.3.0-pre.1",
50
+ "@noy-db/to-meter": "0.3.0-pre.1"
58
51
  },
59
52
  "keywords": [
60
53
  "noy-db",