@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,5 +1,6 @@
1
1
  'use strict';
2
2
 
3
+ require('timers-browserify');
3
4
  var utils = require('@streamr/utils');
4
5
  var eventemitter3 = require('eventemitter3');
5
6
  var sample = require('lodash/sample');
@@ -2801,7 +2802,7 @@ const parseVersion = (version) => {
2801
2802
  }
2802
2803
  };
2803
2804
 
2804
- var version = "103.3.0";
2805
+ var version = "103.3.1";
2805
2806
 
2806
2807
  const logger$x = new utils.Logger('Handshaker');
2807
2808
  // Optimally the Outgoing and Incoming Handshakers could be their own separate classes