@streamr/dht 103.3.1 → 103.6.0-rc.0

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.
@@ -2812,7 +2812,7 @@ const parseVersion = (version) => {
2812
2812
  }
2813
2813
  };
2814
2814
 
2815
- var version = "103.3.1";
2815
+ var version = "103.6.0-rc.0";
2816
2816
 
2817
2817
  const logger$z = new utils.Logger('Handshaker');
2818
2818
  // Optimally the Outgoing and Incoming Handshakers could be their own separate classes
@@ -7807,6 +7807,13 @@ class SimulatorTransport extends ConnectionManager {
7807
7807
  }
7808
7808
  }
7809
7809
 
7810
+ /**
7811
+ * Stub for the Node.js build — `installWebrtcBridge` is a browser-only API.
7812
+ */
7813
+ function installWebrtcBridge(_worker) {
7814
+ throw new Error('installWebrtcBridge is only supported in browser environments');
7815
+ }
7816
+
7810
7817
  exports.ConnectionManager = ConnectionManager;
7811
7818
  exports.DataEntry = DataEntry;
7812
7819
  exports.DefaultConnectorFacade = DefaultConnectorFacade;
@@ -7827,6 +7834,7 @@ exports.areEqualPeerDescriptors = areEqualPeerDescriptors;
7827
7834
  exports.createOutgoingHandshaker = createOutgoingHandshaker;
7828
7835
  exports.getRandomRegion = getRandomRegion;
7829
7836
  exports.getRegionDelayMatrix = getRegionDelayMatrix;
7837
+ exports.installWebrtcBridge = installWebrtcBridge;
7830
7838
  exports.randomDhtAddress = randomDhtAddress;
7831
7839
  exports.toDhtAddress = toDhtAddress;
7832
7840
  exports.toDhtAddressRaw = toDhtAddressRaw;