node-datachannel
Advanced tools
Comparing version 0.2.2 to 0.2.3
cmake_minimum_required(VERSION 3.15) | ||
cmake_policy(SET CMP0091 NEW) | ||
project(node_datachannel VERSION 0.2.2) | ||
project(node_datachannel VERSION 0.2.3) | ||
@@ -30,3 +30,3 @@ include_directories(${CMAKE_JS_INC}) | ||
GIT_REPOSITORY https://github.com/paullouisageneau/libdatachannel.git | ||
GIT_TAG "v0.16.4" | ||
GIT_TAG "v0.16.5" | ||
) | ||
@@ -33,0 +33,0 @@ |
@@ -93,3 +93,3 @@ export as namespace NodeDataChannel; | ||
// Must be same as rtc enum class Direction | ||
export enum Direction { | ||
export const enum Direction { | ||
SendOnly = 'SendOnly', | ||
@@ -96,0 +96,0 @@ RecvOnly = 'RecvOnly', |
{ | ||
"name": "node-datachannel", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "libdatachannel node bindings", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
1238806