@gjsify/http2-native 0.4.40 → 0.4.42

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/http2-native",
3
- "version": "0.4.40",
3
+ "version": "0.4.42",
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",
@@ -29,13 +29,13 @@
29
29
  },
30
30
  "scripts": {
31
31
  "clear": "rm -rf lib build tsconfig.tsbuildinfo tsconfig.types.tsbuildinfo test.gjs.mjs || exit 0",
32
- "check": "tsc --noEmit",
32
+ "check": "gjsify tsc --noEmit",
33
33
  "init:meson": "meson setup build .",
34
34
  "init:meson:wipe": "gjsify run init:meson --wipe",
35
35
  "build": "gjsify run build:gjsify && gjsify run build:types",
36
36
  "build:gjsify": "gjsify build --library 'src/ts/**/*.{ts,js}' --exclude 'src/ts/**/*.spec.{mts,ts}' 'src/ts/test.{mts,ts}'",
37
37
  "build:meson": "gjsify run init:meson && meson compile -C build",
38
- "build:types": "tsc",
38
+ "build:types": "gjsify tsc",
39
39
  "build:prebuilds": "gjsify run build:meson && mkdir -p prebuilds/linux-x86_64 && cp build/libgjsifyhttp2.so build/GjsifyHttp2-1.0.gir build/GjsifyHttp2-1.0.typelib prebuilds/linux-x86_64/",
40
40
  "build:gir-types": "ts-for-gir generate --externalDeps --allowMissingDeps --girDirectories=./prebuilds/linux-x86_64 --girDirectories=/usr/share/gir-1.0 --modules=GjsifyHttp2-1.0 --outdir=src/ts --npmScope=@girs --package=false --ignoreVersionConflicts=true",
41
41
  "build:test": "gjsify run build:test:gjs",
@@ -59,8 +59,8 @@
59
59
  "@girs/gobject-2.0": "2.88.0-4.0.4"
60
60
  },
61
61
  "devDependencies": {
62
- "@gjsify/cli": "^0.4.40",
63
- "@gjsify/unit": "^0.4.40",
62
+ "@gjsify/cli": "^0.4.42",
63
+ "@gjsify/unit": "^0.4.42",
64
64
  "@ts-for-gir/cli": "^4.0.4",
65
65
  "@types/node": "^25.9.1",
66
66
  "typescript": "^6.0.3"