@noy-db/hub 0.2.0-pre.3 → 0.2.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.
- 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.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>",
|
|
@@ -259,14 +259,14 @@
|
|
|
259
259
|
"node": ">=18.0.0"
|
|
260
260
|
},
|
|
261
261
|
"dependencies": {
|
|
262
|
-
"@noy-db/attestation": "0.2.0-pre.
|
|
262
|
+
"@noy-db/attestation": "0.2.0-pre.4"
|
|
263
263
|
},
|
|
264
264
|
"devDependencies": {
|
|
265
265
|
"@types/node": "^22.0.0",
|
|
266
266
|
"esbuild": "^0.25.0",
|
|
267
267
|
"zod": "^3.23.0",
|
|
268
268
|
"zod-to-json-schema": "^3.25.2",
|
|
269
|
-
"@noy-db/on-shamir": "0.2.0-pre.
|
|
269
|
+
"@noy-db/on-shamir": "0.2.0-pre.4"
|
|
270
270
|
},
|
|
271
271
|
"peerDependencies": {
|
|
272
272
|
"zod-to-json-schema": "^3.25.0"
|