@noy-db/hub 0.2.0-pre.20 → 0.2.0-pre.21
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noy-db/hub",
|
|
3
|
-
"version": "0.2.0-pre.
|
|
3
|
+
"version": "0.2.0-pre.21",
|
|
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>",
|
|
@@ -289,14 +289,14 @@
|
|
|
289
289
|
"node": ">=18.0.0"
|
|
290
290
|
},
|
|
291
291
|
"dependencies": {
|
|
292
|
-
"@noy-db/attestation": "0.2.0-pre.
|
|
292
|
+
"@noy-db/attestation": "0.2.0-pre.21"
|
|
293
293
|
},
|
|
294
294
|
"devDependencies": {
|
|
295
295
|
"@types/node": "^22.0.0",
|
|
296
296
|
"esbuild": "^0.25.0",
|
|
297
297
|
"zod": "^3.23.0",
|
|
298
298
|
"zod-to-json-schema": "^3.25.2",
|
|
299
|
-
"@noy-db/on-shamir": "0.2.0-pre.
|
|
299
|
+
"@noy-db/on-shamir": "0.2.0-pre.21"
|
|
300
300
|
},
|
|
301
301
|
"peerDependencies": {
|
|
302
302
|
"zod-to-json-schema": "^3.25.0"
|