bare-buffer 2.5.8 → 2.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CMakeLists.txt CHANGED
@@ -26,6 +26,9 @@ target_sources(
26
26
 
27
27
  target_link_libraries(
28
28
  ${bare_buffer}
29
+ PRIVATE
30
+ $<TARGET_OBJECTS:base64>
31
+ $<TARGET_OBJECTS:hex>
29
32
  PUBLIC
30
33
  base64
31
34
  hex
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-buffer",
3
- "version": "2.5.8",
3
+ "version": "2.5.9",
4
4
  "description": "Native buffers for JavaScript",
5
5
  "exports": {
6
6
  ".": "./index.js",