crc-native
Advanced tools
Comparing version 1.1.3 to 1.1.4
cmake_minimum_required(VERSION 3.25) | ||
find_package(cmake-bare REQUIRED PATHS node_modules/cmake-bare) | ||
find_package(cmake-napi REQUIRED PATHS node_modules/cmake-napi) | ||
project(crc_native C) | ||
include(bare) | ||
include(napi) | ||
if(NOT TARGET crc) | ||
@@ -9,0 +9,0 @@ add_subdirectory(vendor/libcrc EXCLUDE_FROM_ALL) |
{ | ||
"name": "crc-native", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "libcrc JavaScript bindings for Node.js", | ||
@@ -37,4 +37,6 @@ "main": "index.js", | ||
"brittle": "^3.1.0", | ||
"cmake-bare": "^1.1.7", | ||
"cmake-napi": "^1.0.2", | ||
"standard": "^17.0.0" | ||
} | ||
} |
@@ -65,2 +65,3 @@ cmake_minimum_required(VERSION 3.22) | ||
OUTPUT_NAME crc | ||
PREFIX lib | ||
) | ||
@@ -67,0 +68,0 @@ |
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
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
898581
4