@dxos/echo-pipeline 0.3.10-main.ee543cf → 0.3.10-next.63eb179
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/dist/lib/browser/{chunk-W3SSYW3X.mjs → chunk-6XOL2DVG.mjs} +1 -4
- package/dist/lib/browser/{chunk-W3SSYW3X.mjs.map → chunk-6XOL2DVG.mjs.map} +2 -2
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +1 -1
- package/dist/lib/node/{chunk-KTFCZMAY.cjs → chunk-2RIO52RK.cjs} +4 -7
- package/dist/lib/node/{chunk-KTFCZMAY.cjs.map → chunk-2RIO52RK.cjs.map} +2 -2
- package/dist/lib/node/index.cjs +26 -26
- package/dist/lib/node/index.cjs.map +1 -1
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +15 -15
- package/package.json +33 -33
- package/src/automerge/automerge-host.test.ts +48 -51
- package/src/automerge/automerge-host.ts +0 -10
|
@@ -2935,9 +2935,6 @@ var MeshNetworkAdapter = class extends NetworkAdapter {
|
|
|
2935
2935
|
peerId: this.peerId
|
|
2936
2936
|
}, {
|
|
2937
2937
|
onStartReplication: async (info) => {
|
|
2938
|
-
if (this._extensions.has(info.id)) {
|
|
2939
|
-
return;
|
|
2940
|
-
}
|
|
2941
2938
|
peerInfo = info;
|
|
2942
2939
|
this._extensions.set(info.id, extension);
|
|
2943
2940
|
this.emit("peer-candidate", {
|
|
@@ -3040,4 +3037,4 @@ export {
|
|
|
3040
3037
|
SpaceManager,
|
|
3041
3038
|
AutomergeHost
|
|
3042
3039
|
};
|
|
3043
|
-
//# sourceMappingURL=chunk-
|
|
3040
|
+
//# sourceMappingURL=chunk-6XOL2DVG.mjs.map
|