bare-url 2.3.0 → 2.3.1

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
@@ -1,11 +1,11 @@
1
- cmake_minimum_required(VERSION 3.25)
1
+ cmake_minimum_required(VERSION 4.0)
2
2
 
3
3
  find_package(cmake-bare REQUIRED PATHS node_modules/cmake-bare)
4
4
  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#9c5d642")
8
+ fetch_package("github:holepunchto/libutf#6b1a36f")
9
9
  fetch_package("github:holepunchto/liburl#03f1488")
10
10
 
11
11
  add_bare_module(bare_url)
@@ -19,7 +19,9 @@ target_sources(
19
19
  target_link_libraries(
20
20
  ${bare_url}
21
21
  PRIVATE
22
+ $<TARGET_OBJECTS:utf>
22
23
  $<TARGET_OBJECTS:url>
23
24
  PUBLIC
25
+ utf
24
26
  url
25
27
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-url",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
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