@streamr/dht 103.3.0 → 103.3.1

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.
@@ -1,3 +1,4 @@
1
+ import 'timers-browserify';
1
2
  import { binaryToHex, hexToBinary, randomBytes, areEqualBinaries, Logger, computeMd5, Defer, MetricsContext, CountMetric, LevelMetric, RateMetric, waitForEvent, setAbortableTimeout, raceForEvent, ipv4ToNumber, wait, EcdsaSecp256k1Evm, Gate, withTimeout, scheduleAtInterval, MapWithTtl, executeSafePromise, merge, addManagedEventListener, until } from '@streamr/utils';
2
3
  import { EventEmitter } from 'eventemitter3';
3
4
  import sample from 'lodash/sample';
@@ -2799,7 +2800,7 @@ const parseVersion = (version) => {
2799
2800
  }
2800
2801
  };
2801
2802
 
2802
- var version = "103.3.0";
2803
+ var version = "103.3.1";
2803
2804
 
2804
2805
  const logger$x = new Logger('Handshaker');
2805
2806
  // Optimally the Outgoing and Incoming Handshakers could be their own separate classes