@dxos/network-manager 0.1.54 → 0.1.55-main.0618d91
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-HDCPX2MD.mjs → chunk-MIYEP22D.mjs} +2 -2
- package/dist/lib/browser/{chunk-HDCPX2MD.mjs.map → chunk-MIYEP22D.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 +2 -2
- package/dist/lib/browser/testing/index.mjs.map +3 -3
- package/dist/lib/node/index.cjs +1 -1
- package/dist/lib/node/index.cjs.map +3 -3
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/testing/index.cjs +2 -2
- package/dist/lib/node/testing/index.cjs.map +3 -3
- package/dist/types/src/connection-log.d.ts.map +1 -1
- package/dist/types/src/testing/test-wire-protocol.d.ts +1 -1
- package/dist/types/src/testing/test-wire-protocol.d.ts.map +1 -1
- package/package.json +17 -17
- package/src/connection-log.ts +3 -2
- package/src/testing/test-wire-protocol.ts +1 -1
|
@@ -1393,7 +1393,7 @@ var ConnectionLog = class {
|
|
|
1393
1393
|
this.update.emit();
|
|
1394
1394
|
});
|
|
1395
1395
|
(_b = (_a = connection.protocol) == null ? void 0 : _a.stats) == null ? void 0 : _b.on((stats) => {
|
|
1396
|
-
connectionInfo.streams = stats;
|
|
1396
|
+
connectionInfo.streams = stats.channels;
|
|
1397
1397
|
this.update.emit();
|
|
1398
1398
|
});
|
|
1399
1399
|
});
|
|
@@ -2398,4 +2398,4 @@ export {
|
|
|
2398
2398
|
WebRTCTransportProxyFactory,
|
|
2399
2399
|
createTeleportProtocolFactory
|
|
2400
2400
|
};
|
|
2401
|
-
//# sourceMappingURL=chunk-
|
|
2401
|
+
//# sourceMappingURL=chunk-MIYEP22D.mjs.map
|