@fails-components/webtransport-transport-http3-quiche 1.5.2 → 1.5.3

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 +0 -6
  2. package/package.json +2 -2
package/CMakeLists.txt CHANGED
@@ -836,12 +836,6 @@ third_party/quiche/quiche/web_transport/web_transport_headers.h
836
836
  third_party/quiche/quiche/web_transport/web_transport_priority_scheduler.cc
837
837
  third_party/quiche/quiche/web_transport/web_transport_priority_scheduler.h
838
838
  )
839
- # workaround gquiche problem
840
- target_precompile_headers(
841
- gquiche
842
- PRIVATE
843
- <cstdint>
844
- )
845
839
 
846
840
  IF(APPLE OR WIN32)
847
841
  target_sources(gquiche PRIVATE third_party/googleurl/url/url_idna_ascii_only.cc)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fails-components/webtransport-transport-http3-quiche",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "A component to add webtransport support (server and client) to node.js, transport using libquiche",
5
5
  "exports": {
6
6
  ".": {
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "@types/debug": "^4.1.7",
40
40
  "bindings": "^1.5.0",
41
- "cmake-js": "^7.2.1",
41
+ "cmake-js": "^8.0.0",
42
42
  "debug": "^4.3.4",
43
43
  "node-addon-api": "^7.0.0",
44
44
  "prebuild-install": "^7.1.1"