Adopt the Commonlib-owned P2P transport

This commit is contained in:
vorotamoroz
2026-07-18 16:01:19 +00:00
parent 6cc06bf20f
commit 3e22c2eda8
6 changed files with 66 additions and 32 deletions
+21 -22
View File
@@ -22,8 +22,7 @@
"@smithy/querystring-builder": "^4.2.9",
"@smithy/types": "^4.14.3",
"@smithy/util-retry": "^4.4.5",
"@trystero-p2p/nostr": "^0.24.0",
"@vrtmrz/livesync-commonlib": "0.1.0-rc.1",
"@vrtmrz/livesync-commonlib": "0.1.0-rc.2",
"diff-match-patch": "^1.0.5",
"fflate": "^0.8.2",
"idb": "^8.0.3",
@@ -3951,22 +3950,6 @@
"dev": true,
"license": "MIT"
},
"node_modules/@trystero-p2p/core": {
"version": "0.24.0",
"resolved": "https://registry.npmjs.org/@trystero-p2p/core/-/core-0.24.0.tgz",
"integrity": "sha512-W5ATiflgzZLE21fN2VA3YsK2yBJEzCvhmJ/9q2Vm3QT/gcdqDpcBxsO0DYCy/wE1PBEwoB+A75eBNtGIGAPdxw==",
"license": "MIT"
},
"node_modules/@trystero-p2p/nostr": {
"version": "0.24.0",
"resolved": "https://registry.npmjs.org/@trystero-p2p/nostr/-/nostr-0.24.0.tgz",
"integrity": "sha512-LmsJSicsFU/rhmOWYaP/OxFl3rwGieX+q0eh0pAWUQM7IXbMu6tLC5+aAimtHitikPv9r6sck6EUTWMin8dBAw==",
"license": "MIT",
"dependencies": {
"@noble/secp256k1": "^3.1.0",
"@trystero-p2p/core": "0.24.0"
}
},
"node_modules/@tsconfig/svelte": {
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/@tsconfig/svelte/-/svelte-5.0.8.tgz",
@@ -4978,9 +4961,9 @@
}
},
"node_modules/@vrtmrz/livesync-commonlib": {
"version": "0.1.0-rc.1",
"resolved": "https://registry.npmjs.org/@vrtmrz/livesync-commonlib/-/livesync-commonlib-0.1.0-rc.1.tgz",
"integrity": "sha512-OTZ2l1GyWBe7NWMRrWInZVfiGKTsh9zvjhpWj43Tsox/2JFNaa5LfZBunGV5UcjvGpD5cXGDAw94cQ9TdJBAdg==",
"version": "0.1.0-rc.2",
"resolved": "https://registry.npmjs.org/@vrtmrz/livesync-commonlib/-/livesync-commonlib-0.1.0-rc.2.tgz",
"integrity": "sha512-+aPm7TCLXlksOX43xXgl+I7hi6z8eJBFYvkdCtxJfk2DuWRG5V3akp0Z2CHss4J1L8mq4MDCAXKAALKP67uS+Q==",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.808.0",
@@ -4989,7 +4972,7 @@
"@smithy/middleware-apply-body-checksum": "^4.3.9",
"@smithy/types": "^4.14.3",
"@smithy/util-retry": "^4.4.5",
"@trystero-p2p/nostr": "^0.24.0",
"@trystero-p2p/nostr": "0.25.3",
"diff-match-patch": "^1.0.5",
"events": "^3.3.0",
"fflate": "^0.8.2",
@@ -5024,6 +5007,22 @@
}
}
},
"node_modules/@vrtmrz/livesync-commonlib/node_modules/@trystero-p2p/core": {
"version": "0.25.3",
"resolved": "https://registry.npmjs.org/@trystero-p2p/core/-/core-0.25.3.tgz",
"integrity": "sha512-lQKNq/ha+vF6kQZrpaXJGzlzxLF/Fhizoy5dwJUYQlkqRrbPup/Jov2EpPX/CPr2X+f79HxVzonkeni3MxmCuQ==",
"license": "MIT"
},
"node_modules/@vrtmrz/livesync-commonlib/node_modules/@trystero-p2p/nostr": {
"version": "0.25.3",
"resolved": "https://registry.npmjs.org/@trystero-p2p/nostr/-/nostr-0.25.3.tgz",
"integrity": "sha512-nZV9Fl/GXuhIkJSQ+wIkdMoRLO1oSTUL/+vZorukaojeAdOpT/61e8b9Vzbt8L1ktMTaGPEJHw2BG/B5BCwBuw==",
"license": "MIT",
"dependencies": {
"@noble/secp256k1": "^3.1.0",
"@trystero-p2p/core": "0.25.3"
}
},
"node_modules/@vrtmrz/obsidian-test-session": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@vrtmrz/obsidian-test-session/-/obsidian-test-session-0.2.0.tgz",