@noy-db/hub 0.2.0-pre.25 → 0.2.0-pre.26
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.26",
|
|
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>",
|
|
@@ -299,14 +299,14 @@
|
|
|
299
299
|
"node": ">=18.0.0"
|
|
300
300
|
},
|
|
301
301
|
"dependencies": {
|
|
302
|
-
"@noy-db/attestation": "0.2.0-pre.
|
|
302
|
+
"@noy-db/attestation": "0.2.0-pre.26"
|
|
303
303
|
},
|
|
304
304
|
"devDependencies": {
|
|
305
305
|
"@types/node": "^22.0.0",
|
|
306
306
|
"esbuild": "^0.25.0",
|
|
307
307
|
"zod": "^3.23.0",
|
|
308
308
|
"zod-to-json-schema": "^3.25.2",
|
|
309
|
-
"@noy-db/on-shamir": "0.2.0-pre.
|
|
309
|
+
"@noy-db/on-shamir": "0.2.0-pre.26"
|
|
310
310
|
},
|
|
311
311
|
"peerDependencies": {
|
|
312
312
|
"zod-to-json-schema": "^3.25.0"
|