@fails-components/webtransport-transport-http3-quiche 1.4.5 → 1.4.7

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 -1
  2. package/package.json +1 -1
package/CMakeLists.txt CHANGED
@@ -341,7 +341,6 @@ third_party/quiche/quiche/http2/hpack/hpack_output_stream.cc
341
341
  third_party/quiche/quiche/http2/hpack/hpack_output_stream.h
342
342
  third_party/quiche/quiche/http2/hpack/hpack_static_table.cc
343
343
  third_party/quiche/quiche/http2/hpack/hpack_static_table.h
344
- third_party/quiche/quiche/http2/hpack/hpack_static_table_entries.inc
345
344
  third_party/quiche/quiche/http2/hpack/http2_hpack_constants.cc
346
345
  third_party/quiche/quiche/http2/hpack/http2_hpack_constants.h
347
346
  third_party/quiche/quiche/http2/hpack/huffman/hpack_huffman_decoder.cc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fails-components/webtransport-transport-http3-quiche",
3
- "version": "1.4.5",
3
+ "version": "1.4.7",
4
4
  "description": "A component to add webtransport support (server and client) to node.js, transport using libquiche",
5
5
  "exports": {
6
6
  ".": {