@fails-components/webtransport-transport-http3-quiche 1.6.7 → 1.6.8

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 -0
  2. package/package.json +1 -1
package/CMakeLists.txt CHANGED
@@ -654,6 +654,8 @@ third_party/quiche/quiche/quic/core/qpack/value_splitting_header_list.cc
654
654
  third_party/quiche/quiche/quic/core/qpack/value_splitting_header_list.h
655
655
  third_party/quiche/quiche/quic/core/quic_ack_listener_interface.cc
656
656
  third_party/quiche/quiche/quic/core/quic_ack_listener_interface.h
657
+ third_party/quiche/quiche/quic/core/quic_ack_timestamp_list.cc
658
+ third_party/quiche/quiche/quic/core/quic_ack_timestamp_list.h
657
659
  third_party/quiche/quiche/quic/core/quic_alarm.cc
658
660
  third_party/quiche/quiche/quic/core/quic_alarm.h
659
661
  third_party/quiche/quiche/quic/core/quic_alarm_factory.h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fails-components/webtransport-transport-http3-quiche",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "description": "A component to add webtransport support (server and client) to node.js, transport using libquiche",
5
5
  "exports": {
6
6
  ".": {