node-datachannel
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -1,3 +0,3 @@ | ||
cmake_minimum_required(VERSION 3.11) | ||
project(node_datachannel VERSION 0.0.8) | ||
cmake_minimum_required(VERSION 3.14) | ||
project(node_datachannel VERSION 0.0.9) | ||
@@ -4,0 +4,0 @@ include_directories(${CMAKE_JS_INC}) |
{ | ||
"name": "node-datachannel", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "libdatachannel node bindings", | ||
@@ -18,3 +18,3 @@ "main": "lib/index.js", | ||
"clean": "cmake-js clean", | ||
"test": "node test/connectivity.js" | ||
"test": "jest" | ||
}, | ||
@@ -37,2 +37,3 @@ "repository": { | ||
"cmake-js": "^6.1.0", | ||
"jest": "^26.1.0", | ||
"nan": "^2.14.1", | ||
@@ -49,2 +50,2 @@ "napi-thread-safe-callback": "0.0.6", | ||
} | ||
} | ||
} |
@@ -115,5 +115,9 @@ # node-datachannel - libdatachannel node bindings | ||
### Test | ||
```sh | ||
> npm run test # Unit tests | ||
> node test/connectivity.js # Connectivity | ||
``` | ||
> node test/main.js | ||
``` | ||
### Examples | ||
Check `examples` folder |
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
1235448
20259
123
6