bare-buffer
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -23,2 +23,5 @@ cmake_minimum_required(VERSION 3.25) | ||
${bare_buffer} | ||
PUBLIC | ||
$<TARGET_OBJECTS:base64> | ||
$<TARGET_OBJECTS:hex> | ||
PRIVATE | ||
@@ -31,4 +34,4 @@ binding.c | ||
PUBLIC | ||
base64_static | ||
hex_static | ||
base64 | ||
hex | ||
) |
{ | ||
"name": "bare-buffer", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Native buffers for JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
289951