bare-url 2.0.5 → 2.0.7

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
@@ -16,14 +16,14 @@ add_bare_module(bare_url)
16
16
 
17
17
  target_sources(
18
18
  ${bare_url}
19
- PUBLIC
20
- $<TARGET_OBJECTS:url>
21
19
  PRIVATE
22
20
  binding.c
23
21
  )
24
22
 
25
23
  target_link_libraries(
26
24
  ${bare_url}
25
+ PRIVATE
26
+ $<TARGET_OBJECTS:url>
27
27
  PUBLIC
28
28
  url
29
29
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-url",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "description": "WHATWG URL implementation for JavaScript",
5
5
  "main": "index.js",
6
6
  "files": [
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file