@fails-components/webtransport-transport-http3-quiche 1.6.1 → 1.6.2

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 -4
  2. package/package.json +1 -1
package/CMakeLists.txt CHANGED
@@ -760,10 +760,6 @@ third_party/quiche/quiche/quic/core/quic_stream_id_manager.cc
760
760
  third_party/quiche/quiche/quic/core/quic_stream_id_manager.h
761
761
  third_party/quiche/quiche/quic/core/quic_stream_priority.cc
762
762
  third_party/quiche/quiche/quic/core/quic_stream_priority.h
763
- third_party/quiche/quiche/quic/core/quic_stream_send_buffer_base.cc
764
- third_party/quiche/quiche/quic/core/quic_stream_send_buffer_base.h
765
- third_party/quiche/quiche/quic/core/quic_stream_send_buffer.cc
766
- third_party/quiche/quiche/quic/core/quic_stream_send_buffer.h
767
763
  third_party/quiche/quiche/quic/core/quic_stream_send_buffer_inlining.cc
768
764
  third_party/quiche/quiche/quic/core/quic_stream_send_buffer_inlining.h
769
765
  third_party/quiche/quiche/quic/core/quic_stream_sequencer.cc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fails-components/webtransport-transport-http3-quiche",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "A component to add webtransport support (server and client) to node.js, transport using libquiche",
5
5
  "exports": {
6
6
  ".": {