@dxos/echo-pipeline 0.1.53-main.b6f5d87 → 0.1.53-main.d095ee3
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-ZZV4HWSG.mjs → chunk-VTZ6AASA.mjs} +10 -7
- package/dist/lib/browser/{chunk-ZZV4HWSG.mjs.map → chunk-VTZ6AASA.mjs.map} +3 -3
- 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 +9 -6
- package/dist/lib/node/index.cjs.map +3 -3
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +9 -6
- package/dist/lib/node/testing/index.cjs.map +3 -3
- package/dist/types/src/space/space-protocol.d.ts +3 -0
- package/dist/types/src/space/space-protocol.d.ts.map +1 -1
- package/package.json +30 -30
- package/src/space/space-protocol.ts +6 -0
|
@@ -1780,7 +1780,7 @@ var SpaceProtocol = class {
|
|
|
1780
1780
|
key: feed.key
|
|
1781
1781
|
}, {
|
|
1782
1782
|
file: "space-protocol.ts",
|
|
1783
|
-
line:
|
|
1783
|
+
line: 96,
|
|
1784
1784
|
scope: this,
|
|
1785
1785
|
callSite: (f, a) => f(...a)
|
|
1786
1786
|
});
|
|
@@ -1802,7 +1802,7 @@ var SpaceProtocol = class {
|
|
|
1802
1802
|
await this.blobSync.open();
|
|
1803
1803
|
log11("starting...", {}, {
|
|
1804
1804
|
file: "space-protocol.ts",
|
|
1805
|
-
line:
|
|
1805
|
+
line: 121,
|
|
1806
1806
|
scope: this,
|
|
1807
1807
|
callSite: (f, a) => f(...a)
|
|
1808
1808
|
});
|
|
@@ -1815,7 +1815,7 @@ var SpaceProtocol = class {
|
|
|
1815
1815
|
});
|
|
1816
1816
|
log11("started", {}, {
|
|
1817
1817
|
file: "space-protocol.ts",
|
|
1818
|
-
line:
|
|
1818
|
+
line: 130,
|
|
1819
1819
|
scope: this,
|
|
1820
1820
|
callSite: (f, a) => f(...a)
|
|
1821
1821
|
});
|
|
@@ -1825,14 +1825,14 @@ var SpaceProtocol = class {
|
|
|
1825
1825
|
if (this._connection) {
|
|
1826
1826
|
log11("stopping...", {}, {
|
|
1827
1827
|
file: "space-protocol.ts",
|
|
1828
|
-
line:
|
|
1828
|
+
line: 137,
|
|
1829
1829
|
scope: this,
|
|
1830
1830
|
callSite: (f, a) => f(...a)
|
|
1831
1831
|
});
|
|
1832
1832
|
await this._connection.close();
|
|
1833
1833
|
log11("stopped", {}, {
|
|
1834
1834
|
file: "space-protocol.ts",
|
|
1835
|
-
line:
|
|
1835
|
+
line: 139,
|
|
1836
1836
|
scope: this,
|
|
1837
1837
|
callSite: (f, a) => f(...a)
|
|
1838
1838
|
});
|
|
@@ -1885,6 +1885,9 @@ var SpaceProtocolSession = class {
|
|
|
1885
1885
|
get authStatus() {
|
|
1886
1886
|
return this._authStatus;
|
|
1887
1887
|
}
|
|
1888
|
+
get stats() {
|
|
1889
|
+
return this._teleport.stats;
|
|
1890
|
+
}
|
|
1888
1891
|
get stream() {
|
|
1889
1892
|
return this._teleport.stream;
|
|
1890
1893
|
}
|
|
@@ -1897,7 +1900,7 @@ var SpaceProtocolSession = class {
|
|
|
1897
1900
|
var _a;
|
|
1898
1901
|
log11("Peer authenticated", {}, {
|
|
1899
1902
|
file: "space-protocol.ts",
|
|
1900
|
-
line:
|
|
1903
|
+
line: 236,
|
|
1901
1904
|
scope: this,
|
|
1902
1905
|
callSite: (f, a) => f(...a)
|
|
1903
1906
|
});
|
|
@@ -2050,4 +2053,4 @@ export {
|
|
|
2050
2053
|
SpaceProtocolSession,
|
|
2051
2054
|
SpaceManager
|
|
2052
2055
|
};
|
|
2053
|
-
//# sourceMappingURL=chunk-
|
|
2056
|
+
//# sourceMappingURL=chunk-VTZ6AASA.mjs.map
|