@noy-db/by-peer 0.3.0-pre.5 → 0.3.0-pre.6
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noy-db/by-peer",
|
|
3
|
-
"version": "0.3.0-pre.
|
|
3
|
+
"version": "0.3.0-pre.6",
|
|
4
4
|
"description": "WebRTC peer-to-peer transport for noy-db — direct browser-to-browser channel with signaling-agnostic handshake",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "vLannaAi <vicio@lanna.ai>",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"node": ">=22.0.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@noy-db/hub": "0.3.0-pre.
|
|
35
|
+
"@noy-db/hub": "0.3.0-pre.6"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@noy-db/
|
|
39
|
-
"@noy-db/
|
|
38
|
+
"@noy-db/hub": "0.3.0-pre.6",
|
|
39
|
+
"@noy-db/to-memory": "0.3.0-pre.6"
|
|
40
40
|
},
|
|
41
41
|
"keywords": [
|
|
42
42
|
"noy-db",
|