bare-buffer 2.0.4 → 2.0.5

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.
Files changed (2) hide show
  1. package/CMakeLists.txt +2 -5
  2. package/package.json +1 -1
package/CMakeLists.txt CHANGED
@@ -20,9 +20,6 @@ add_bare_module(bare_buffer)
20
20
 
21
21
  target_sources(
22
22
  ${bare_buffer}
23
- PUBLIC
24
- $<TARGET_OBJECTS:base64>
25
- $<TARGET_OBJECTS:hex>
26
23
  PRIVATE
27
24
  binding.c
28
25
  )
@@ -30,6 +27,6 @@ target_sources(
30
27
  target_link_libraries(
31
28
  ${bare_buffer}
32
29
  PUBLIC
33
- base64
34
- hex
30
+ base64_static
31
+ hex_static
35
32
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-buffer",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Native buffers for JavaScript",
5
5
  "main": "index.js",
6
6
  "files": [