node-datachannel 0.20.0-alpha.2 → 0.20.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.
package/CMakeLists.txt CHANGED
@@ -29,7 +29,7 @@ include(FetchContent)
29
29
  FetchContent_Declare(
30
30
  libdatachannel
31
31
  GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git
32
- GIT_TAG "v0.21.2"
32
+ GIT_TAG "v0.22.1"
33
33
  )
34
34
 
35
35
  option(NO_MEDIA "Disable media transport support in libdatachannel" OFF)
package/README.md CHANGED
@@ -36,7 +36,7 @@ Please check [electron demo](/examples/electron-demo)
36
36
 
37
37
  WebRTC polyfills to be used for libraries like `simple-peer`.
38
38
 
39
- Please check [here for more](/polyfill)
39
+ Please check [here for more](/src/polyfill)
40
40
 
41
41
  ### web-platform-tests
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-datachannel",
3
- "version": "0.20.0-alpha.2",
3
+ "version": "0.20.0",
4
4
  "description": "WebRTC For Node.js and Electron. libdatachannel node bindings.",
5
5
  "main": "./dist/cjs/lib/index.cjs",
6
6
  "module": "./dist/esm/lib/index.mjs",