node-datachannel
Advanced tools
Comparing version 0.8.0 to 0.9.0
@@ -5,3 +5,3 @@ cmake_minimum_required(VERSION 3.15) | ||
project(node_datachannel VERSION 0.8.0) | ||
project(node_datachannel VERSION 0.9.0) | ||
@@ -33,3 +33,3 @@ # -Dnapi_build_version=8 | ||
GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git | ||
GIT_TAG "v0.20.3" | ||
GIT_TAG "v0.21.0" | ||
) | ||
@@ -36,0 +36,0 @@ |
@@ -183,2 +183,3 @@ import * as stream from 'stream'; | ||
maxMessageSize(): number; | ||
requestBitrate(bitRate: number): boolean; | ||
setBufferedAmountLowThreshold(newSize: number): void; | ||
@@ -185,0 +186,0 @@ requestKeyframe(): boolean; |
{ | ||
"name": "node-datachannel", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"description": "libdatachannel node bindings", | ||
@@ -102,2 +102,2 @@ "type": "module", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1083068
20128