@fails-components/webtransport-transport-http3-quiche 1.1.2 → 1.1.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 +2 -0
  2. package/package.json +1 -1
package/CMakeLists.txt CHANGED
@@ -762,6 +762,8 @@ third_party/quiche/quiche/quic/core/uber_received_packet_manager.cc
762
762
  third_party/quiche/quiche/quic/core/uber_received_packet_manager.h
763
763
  third_party/quiche/quiche/quic/core/web_transport_stats.h
764
764
  third_party/quiche/quiche/quic/core/web_transport_stats.cc
765
+ third_party/quiche/quiche/quic/core/web_transport_write_blocked_list.h
766
+ third_party/quiche/quiche/quic/core/web_transport_write_blocked_list.cc
765
767
  third_party/quiche/quiche/quic/platform/api/quic_bug_tracker.h
766
768
  third_party/quiche/quiche/quic/platform/api/quic_client_stats.h
767
769
  third_party/quiche/quiche/quic/platform/api/quic_export.h
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fails-components/webtransport-transport-http3-quiche",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "A component to add webtransport support (server and client) to node.js, transport using libquiche",
5
5
  "exports": {
6
6
  ".": {