@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');
3
4
  var utils = require('@streamr/utils');
4
5
  var eventemitter3 = require('eventemitter3');
5
6
  var sample = require('lodash/sample');
@@ -2811,7 +2812,7 @@ const parseVersion = (version) => {
2811
2812
  }
2812
2813
  };
2813
2814
 
2814
- var version = "103.3.0";
2815
+ var version = "103.3.1";
2815
2816
 
2816
2817
  const logger$z = new utils.Logger('Handshaker');
2817
2818
  // Optimally the Outgoing and Incoming Handshakers could be their own separate classes