bare-buffer
Advanced tools
Comparing version 2.5.10 to 2.5.11
cmake_minimum_required(VERSION 3.25) | ||
find_package(cmake-bare REQUIRED PATHS node_modules/cmake-bare) | ||
find_package(cmake-fetch REQUIRED PATHS node_modules/cmake-fetch) | ||
project(bare_buffer C) | ||
if(NOT TARGET utf) | ||
add_subdirectory(vendor/libutf EXCLUDE_FROM_ALL) | ||
endif() | ||
fetch_package("github:holepunchto/libutf#65b6ba0") | ||
fetch_package("github:holepunchto/libbase64#4cd8d8b") | ||
fetch_package("github:holepunchto/libhex#939999b") | ||
if(NOT TARGET base64) | ||
add_subdirectory(vendor/libbase64 EXCLUDE_FROM_ALL) | ||
endif() | ||
if(NOT TARGET hex) | ||
add_subdirectory(vendor/libhex EXCLUDE_FROM_ALL) | ||
endif() | ||
add_bare_module(bare_buffer) | ||
@@ -20,0 +13,0 @@ |
{ | ||
"name": "bare-buffer", | ||
"version": "2.5.10", | ||
"version": "2.5.11", | ||
"description": "Native buffers for JavaScript", | ||
@@ -16,9 +16,3 @@ "exports": { | ||
"lib", | ||
"prebuilds", | ||
"vendor/libbase64/include", | ||
"vendor/libbase64/src", | ||
"vendor/libhex/include", | ||
"vendor/libhex/src", | ||
"vendor/libutf/include", | ||
"vendor/libutf/src" | ||
"prebuilds" | ||
], | ||
@@ -42,4 +36,5 @@ "addon": true, | ||
"cmake-bare": "^1.1.6", | ||
"cmake-fetch": "^1.0.0", | ||
"standard": "^17.0.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
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
530024
4
26