node-rtc-connection 1.0.16 → 1.0.17

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/dist/index.cjs CHANGED
@@ -5319,7 +5319,7 @@ function requireRTCPeerConnection () {
5319
5319
  return RTCPeerConnection_1;
5320
5320
  }
5321
5321
 
5322
- var version = "1.0.16";
5322
+ var version = "1.0.17";
5323
5323
  var require$$10 = {
5324
5324
  version: version};
5325
5325
 
package/dist/index.mjs CHANGED
@@ -5317,7 +5317,7 @@ function requireRTCPeerConnection () {
5317
5317
  return RTCPeerConnection_1;
5318
5318
  }
5319
5319
 
5320
- var version = "1.0.16";
5320
+ var version = "1.0.17";
5321
5321
  var require$$10 = {
5322
5322
  version: version};
5323
5323
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-rtc-connection",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "WebRTC DataChannel implementation for Node.js with STUN, TURN, NAT traversal, and encryption. Pure Node.js, no native dependencies.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",