@noy-db/in-devtools 0.4.0-pre.3 → 0.4.0-pre.5

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/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -14,7 +14,7 @@ pnpm add @noy-db/hub @noy-db/in-devtools
14
14
 
15
15
  ## What it is
16
16
 
17
- `createInspector(db, { meter? })` turns a live `Noydb` instance into serializable, read-only views for a CLI, a browser panel, or the terminal TUI ([`@noy-db/in-devtools-tui`](https://www.npmjs.com/package/@noy-db/in-devtools-tui)). It is a pure consumer of public hub APIs — read-only and zero-knowledge-respecting: it never holds passphrases and shows only what the caller's unlocked session can already read.
17
+ `createInspector(db, { meter? })` turns a live `Noydb` instance into serializable, read-only views for a CLI, a browser panel, or the terminal TUI ([`@noy-db/in-devtools-tui`](https://www.npmjs.com/package/@noy-db/in-devtools-tui)). It is a pure consumer of public hub APIs — read-only and zero-knowledge-respecting: it never holds secrets and shows only what the caller's unlocked session can already read.
18
18
 
19
19
  ```ts
20
20
  import { createInspector } from '@noy-db/in-devtools'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noy-db/in-devtools",
3
- "version": "0.4.0-pre.3",
3
+ "version": "0.4.0-pre.5",
4
4
  "description": "Framework-agnostic read-only inspector for a live noy-db — vaults, collections, schema, stats, records, and live writes.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -17,11 +17,11 @@
17
17
  "README.md"
18
18
  ],
19
19
  "peerDependencies": {
20
- "@noy-db/hub": "0.4.0-pre.3"
20
+ "@noy-db/hub": "0.4.0-pre.5"
21
21
  },
22
22
  "devDependencies": {
23
- "@noy-db/hub": "0.4.0-pre.3",
24
- "@noy-db/to-meter": "0.4.0-pre.3"
23
+ "@noy-db/hub": "0.4.0-pre.5",
24
+ "@noy-db/to-meter": "0.4.0-pre.5"
25
25
  },
26
26
  "engines": {
27
27
  "node": ">=22.0.0"