@dxos/echo-pipeline 0.4.7-main.aa6dc1f → 0.4.7-main.b51ad3a
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-UIMWNUNO.mjs → chunk-BYZPBYNX.mjs} +2 -2
- package/dist/lib/browser/{chunk-UIMWNUNO.mjs.map → chunk-BYZPBYNX.mjs.map} +1 -1
- 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-Z3IT3GUD.cjs → chunk-7XDZSF5L.cjs} +5 -5
- package/dist/lib/node/{chunk-Z3IT3GUD.cjs.map → chunk-7XDZSF5L.cjs.map} +1 -1
- package/dist/lib/node/index.cjs +29 -29
- package/dist/lib/node/index.cjs.map +1 -1
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +16 -16
- package/package.json +33 -33
- package/src/automerge/automerge-host.ts +1 -1
|
@@ -3162,7 +3162,7 @@ var AutomergeHost = class {
|
|
|
3162
3162
|
// Hosts, running in the worker, don't share documents unless requested by other peers.
|
|
3163
3163
|
sharePolicy: async (peerId, documentId) => {
|
|
3164
3164
|
if (peerId.startsWith("client-")) {
|
|
3165
|
-
return
|
|
3165
|
+
return false;
|
|
3166
3166
|
}
|
|
3167
3167
|
if (!documentId) {
|
|
3168
3168
|
return false;
|
|
@@ -3421,4 +3421,4 @@ export {
|
|
|
3421
3421
|
MeshNetworkAdapter,
|
|
3422
3422
|
AutomergeHost
|
|
3423
3423
|
};
|
|
3424
|
-
//# sourceMappingURL=chunk-
|
|
3424
|
+
//# sourceMappingURL=chunk-BYZPBYNX.mjs.map
|