@dxos/network-manager 0.6.14-main.7bd9c89 → 0.6.14-main.f49f251
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-MKIVP7G3.mjs → chunk-RUNQZNCV.mjs} +1 -4
- package/dist/lib/browser/{chunk-MKIVP7G3.mjs.map → chunk-RUNQZNCV.mjs.map} +1 -1
- package/dist/lib/browser/index.mjs +1 -2
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/testing/index.mjs +1 -4
- package/dist/lib/browser/testing/index.mjs.map +1 -1
- package/dist/lib/browser/transport/tcp/index.mjs +0 -1
- package/dist/lib/browser/transport/tcp/index.mjs.map +1 -1
- package/package.json +25 -33
- package/dist/lib/browser/chunk-GW3YM55A.mjs +0 -14
- package/dist/lib/browser/chunk-GW3YM55A.mjs.map +0 -7
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import "@dxos/node-std/globals";
|
|
2
|
-
import {
|
|
3
|
-
Buffer
|
|
4
|
-
} from "./chunk-GW3YM55A.mjs";
|
|
5
2
|
|
|
6
3
|
// packages/core/mesh/network-manager/src/swarm/connection.ts
|
|
7
4
|
import { DeferredTask, Event, sleep, scheduleTask, scheduleTaskInterval, synchronized, Trigger } from "@dxos/async";
|
|
@@ -4373,4 +4370,4 @@ export {
|
|
|
4373
4370
|
RtcTransportService,
|
|
4374
4371
|
createTeleportProtocolFactory
|
|
4375
4372
|
};
|
|
4376
|
-
//# sourceMappingURL=chunk-
|
|
4373
|
+
//# sourceMappingURL=chunk-RUNQZNCV.mjs.map
|