bare-url 2.4.7 → 2.5.0

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
@@ -5,8 +5,11 @@ find_package(cmake-fetch REQUIRED PATHS node_modules/cmake-fetch)
5
5
 
6
6
  project(bare_url C)
7
7
 
8
- fetch_package("github:holepunchto/libutf#f0d532e")
9
- fetch_package("github:holepunchto/liburl#2f0e4c1")
8
+ fetch_package("github:holepunchto/libutf#a1ceca8")
9
+ fetch_package("github:holepunchto/libpunycode#e91ee34")
10
+ fetch_package("github:holepunchto/libnormalize#0e81f65")
11
+ fetch_package("github:holepunchto/libidna#1471406")
12
+ fetch_package("github:holepunchto/liburl#fc3abba")
10
13
 
11
14
  add_bare_module(bare_url)
12
15
 
@@ -20,8 +23,14 @@ target_link_libraries(
20
23
  ${bare_url}
21
24
  PRIVATE
22
25
  $<TARGET_OBJECTS:utf>
26
+ $<TARGET_OBJECTS:punycode>
27
+ $<TARGET_OBJECTS:normalize>
28
+ $<TARGET_OBJECTS:idna>
23
29
  $<TARGET_OBJECTS:url>
24
30
  PUBLIC
25
31
  utf
32
+ punycode
33
+ normalize
34
+ idna
26
35
  url
27
36
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-url",
3
- "version": "2.4.7",
3
+ "version": "2.5.0",
4
4
  "description": "WHATWG URL implementation for JavaScript",
5
5
  "exports": {
6
6
  "./package": "./package.json",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file