@dxos/echo-pipeline 0.1.55-main.6f6b5eb → 0.1.55-main.8bdbdae
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-OJGL5427.mjs → chunk-PGLMQK5U.mjs} +7 -7
- package/dist/lib/browser/{chunk-OJGL5427.mjs.map → chunk-PGLMQK5U.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/index.cjs +6 -6
- package/dist/lib/node/index.cjs.map +2 -2
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +6 -6
- package/dist/lib/node/testing/index.cjs.map +2 -2
- package/dist/types/src/space/space-protocol.d.ts +2 -3
- package/dist/types/src/space/space-protocol.d.ts.map +1 -1
- package/package.json +30 -30
- package/src/space/space-protocol.ts +2 -3
|
@@ -1828,7 +1828,7 @@ var SpaceProtocol = class {
|
|
|
1828
1828
|
key: feed.key
|
|
1829
1829
|
}, {
|
|
1830
1830
|
F: __dxlog_file11,
|
|
1831
|
-
L:
|
|
1831
|
+
L: 95,
|
|
1832
1832
|
S: this,
|
|
1833
1833
|
C: (f, a) => f(...a)
|
|
1834
1834
|
});
|
|
@@ -1850,7 +1850,7 @@ var SpaceProtocol = class {
|
|
|
1850
1850
|
await this.blobSync.open();
|
|
1851
1851
|
log11("starting...", void 0, {
|
|
1852
1852
|
F: __dxlog_file11,
|
|
1853
|
-
L:
|
|
1853
|
+
L: 120,
|
|
1854
1854
|
S: this,
|
|
1855
1855
|
C: (f, a) => f(...a)
|
|
1856
1856
|
});
|
|
@@ -1863,7 +1863,7 @@ var SpaceProtocol = class {
|
|
|
1863
1863
|
});
|
|
1864
1864
|
log11("started", void 0, {
|
|
1865
1865
|
F: __dxlog_file11,
|
|
1866
|
-
L:
|
|
1866
|
+
L: 129,
|
|
1867
1867
|
S: this,
|
|
1868
1868
|
C: (f, a) => f(...a)
|
|
1869
1869
|
});
|
|
@@ -1873,14 +1873,14 @@ var SpaceProtocol = class {
|
|
|
1873
1873
|
if (this._connection) {
|
|
1874
1874
|
log11("stopping...", void 0, {
|
|
1875
1875
|
F: __dxlog_file11,
|
|
1876
|
-
L:
|
|
1876
|
+
L: 136,
|
|
1877
1877
|
S: this,
|
|
1878
1878
|
C: (f, a) => f(...a)
|
|
1879
1879
|
});
|
|
1880
1880
|
await this._connection.close();
|
|
1881
1881
|
log11("stopped", void 0, {
|
|
1882
1882
|
F: __dxlog_file11,
|
|
1883
|
-
L:
|
|
1883
|
+
L: 138,
|
|
1884
1884
|
S: this,
|
|
1885
1885
|
C: (f, a) => f(...a)
|
|
1886
1886
|
});
|
|
@@ -1948,7 +1948,7 @@ var SpaceProtocolSession = class {
|
|
|
1948
1948
|
var _a;
|
|
1949
1949
|
log11("Peer authenticated", void 0, {
|
|
1950
1950
|
F: __dxlog_file11,
|
|
1951
|
-
L:
|
|
1951
|
+
L: 235,
|
|
1952
1952
|
S: this,
|
|
1953
1953
|
C: (f, a) => f(...a)
|
|
1954
1954
|
});
|
|
@@ -2102,4 +2102,4 @@ export {
|
|
|
2102
2102
|
SpaceProtocolSession,
|
|
2103
2103
|
SpaceManager
|
|
2104
2104
|
};
|
|
2105
|
-
//# sourceMappingURL=chunk-
|
|
2105
|
+
//# sourceMappingURL=chunk-PGLMQK5U.mjs.map
|