@noy-db/hub 0.6.0-pre.3 → 0.6.0-pre.4

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.
@@ -37,7 +37,7 @@ export type { ExtractPartitionResult } from './extract-partition.js';
37
37
  export { adoptPartition, unsealDeks, createOwnerOnAdoptedPartition } from './adopt-partition.js';
38
38
  export type { AdoptPartitionOptions, AdoptPartitionResult, CreateOwnerResult, CreateOwnerOptions, CreateOwnerStandardOptions, CreateOwnerManagedOptions, } from './adopt-partition.js';
39
39
  export { TransferSealError, AdoptionStateError, PartitionExtractionError } from '../kernel/errors.js';
40
- export type { WriteHook } from '../port/with/write-hooks.js';
40
+ export type { WriteHook, WriteEvent } from '../port/with/write-hooks.js';
41
41
  export type { WriteQueue } from '../kernel/write-queue.js';
42
42
  export type { WriteConflict } from '../kernel/types.js';
43
43
  export type { AccessibleVault } from '../kernel/types.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noy-db/hub",
3
- "version": "0.6.0-pre.3",
3
+ "version": "0.6.0-pre.4",
4
4
  "description": "Zero-knowledge, offline-first, encrypted document store — core library with AES-256-GCM, PBKDF2, multi-user keyring, and sync engine",
5
5
  "license": "MIT",
6
6
  "author": "vLannaAi <vicio@lanna.ai>",
@@ -210,14 +210,14 @@
210
210
  "node": ">=22.0.0"
211
211
  },
212
212
  "dependencies": {
213
- "@noy-db/attestation": "0.6.0-pre.3"
213
+ "@noy-db/attestation": "0.6.0-pre.4"
214
214
  },
215
215
  "devDependencies": {
216
216
  "@types/node": "^22.0.0",
217
217
  "esbuild": "^0.25.0",
218
218
  "zod": "^4.0.0",
219
219
  "zod-to-json-schema": "^3.25.2",
220
- "@noy-db/on-shamir": "0.6.0-pre.3"
220
+ "@noy-db/on-shamir": "0.6.0-pre.4"
221
221
  },
222
222
  "peerDependencies": {
223
223
  "zod-to-json-schema": "^3.25.0"