node-datachannel 0.5.3 → 0.5.4

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/CMakeLists.txt CHANGED
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
2
2
  cmake_policy(SET CMP0091 NEW)
3
3
  cmake_policy(SET CMP0042 NEW)
4
4
 
5
- project(node_datachannel VERSION 0.5.3)
5
+ project(node_datachannel VERSION 0.5.4)
6
6
 
7
7
  # -Dnapi_build_version=8
8
8
  add_definitions(-DNAPI_VERSION=8)
@@ -35,7 +35,7 @@ include(FetchContent)
35
35
  FetchContent_Declare(
36
36
  libdatachannel
37
37
  GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git
38
- GIT_TAG "v0.19.4"
38
+ GIT_TAG "v0.20.2"
39
39
  )
40
40
 
41
41
  option(NO_MEDIA "Disable media transport support in libdatachannel" OFF)
@@ -3832,9 +3832,9 @@
3832
3832
  }
3833
3833
  },
3834
3834
  "node_modules/follow-redirects": {
3835
- "version": "1.15.2",
3836
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
3837
- "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==",
3835
+ "version": "1.15.4",
3836
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz",
3837
+ "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==",
3838
3838
  "dev": true,
3839
3839
  "funding": [
3840
3840
  {
@@ -4702,9 +4702,9 @@
4702
4702
  }
4703
4703
  },
4704
4704
  "node_modules/ip": {
4705
- "version": "2.0.0",
4706
- "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
4707
- "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==",
4705
+ "version": "2.0.1",
4706
+ "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
4707
+ "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==",
4708
4708
  "dev": true
4709
4709
  },
4710
4710
  "node_modules/ipaddr.js": {
@@ -11877,9 +11877,9 @@
11877
11877
  }
11878
11878
  },
11879
11879
  "follow-redirects": {
11880
- "version": "1.15.2",
11881
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
11882
- "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==",
11880
+ "version": "1.15.4",
11881
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz",
11882
+ "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==",
11883
11883
  "dev": true
11884
11884
  },
11885
11885
  "foreground-child": {
@@ -12528,9 +12528,9 @@
12528
12528
  "dev": true
12529
12529
  },
12530
12530
  "ip": {
12531
- "version": "2.0.0",
12532
- "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
12533
- "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==",
12531
+ "version": "2.0.1",
12532
+ "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz",
12533
+ "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==",
12534
12534
  "dev": true
12535
12535
  },
12536
12536
  "ipaddr.js": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-datachannel",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "libdatachannel node bindings",
5
5
  "type": "module",
6
6
  "exports": {
@@ -294,6 +294,7 @@ void PeerConnectionWrapper::doResetCallbacks()
294
294
  mOnLocalDescriptionCallback.reset();
295
295
  mOnLocalCandidateCallback.reset();
296
296
  mOnStateChangeCallback.reset();
297
+ mOnIceStateChangeCallback.reset();
297
298
  mOnSignalingStateChangeCallback.reset();
298
299
  mOnGatheringStateChangeCallback.reset();
299
300
  mOnDataChannelCallback.reset();