@dxos/network-manager 2.29.1 → 2.29.2-dev.f64f2a6f

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/src/shims.d.ts CHANGED
@@ -2,6 +2,6 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
+ declare module '@koush/wrtc';
5
6
  declare module 'nanomessage-rpc';
6
- declare module 'wrtc';
7
7
  declare module 'xor-distance';
@@ -2,10 +2,10 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
+ import wrtc from '@koush/wrtc';
5
6
  import assert from 'assert';
6
7
  import debug from 'debug';
7
8
  import SimplePeerConstructor, { Instance as SimplePeer } from 'simple-peer';
8
- import wrtc from 'wrtc';
9
9
 
10
10
  import { Event } from '@dxos/async';
11
11
  import { PublicKey } from '@dxos/crypto';
@@ -2,9 +2,9 @@
2
2
  // Copyright 2020 DXOS.org
3
3
  //
4
4
 
5
+ import wrtc from '@koush/wrtc';
5
6
  import { it as test } from 'mocha';
6
7
  import SimplePeerConstructor from 'simple-peer';
7
- import wrtc from 'wrtc';
8
8
 
9
9
  import { sleep } from '@dxos/async';
10
10