@gjsify/http2-native 0.4.14 → 0.4.16

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/http2-native",
3
- "version": "0.4.14",
3
+ "version": "0.4.16",
4
4
  "description": "Optional Vala/GObject bridge providing nghttp2 primitives unreachable through libsoup's high-level GIR API: HPACK header-block encoding (for PUSH_PROMISE / DATA frames), server-side push stream-ID allocation, and a thin nghttp2_session wrapper for future cleartext HTTP/2 (h2c) support. Used by @gjsify/http2 to back ServerHttp2Stream.pushStream() / respondWithFD() / respondWithFile() and enable createServer() over plain TCP once the full Soup ↔ nghttp2 boundary is in place.",
5
5
  "type": "module",
6
6
  "main": "lib/esm/index.js",
@@ -53,8 +53,8 @@
53
53
  "@girs/gobject-2.0": "2.88.0-4.0.0-rc.15"
54
54
  },
55
55
  "devDependencies": {
56
- "@gjsify/cli": "^0.4.14",
57
- "@gjsify/unit": "^0.4.14",
56
+ "@gjsify/cli": "^0.4.16",
57
+ "@gjsify/unit": "^0.4.16",
58
58
  "@ts-for-gir/cli": "^4.0.0-rc.15",
59
59
  "@types/node": "^25.6.2",
60
60
  "typescript": "^6.0.3"