@gjsify/http-soup-bridge 0.4.41 → 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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/http-soup-bridge",
3
- "version": "0.4.41",
3
+ "version": "0.4.42",
4
4
  "description": "Vala-based main-thread bridge for libsoup HTTP server. Marshals SoupServer + SoupServerMessage signals onto the GLib main context and keeps every libsoup boxed type (MessageBody, MessageHeaders, the message's GMainContext ref, the HTTP1 IO GSource) on the C side, so SpiderMonkey GC has no chance to race a libsoup-side cleanup. Used by @gjsify/http to keep MCP/SSE/long-poll workloads stable on GJS.",
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 || 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}'",
37
37
  "build:meson": "gjsify run init:meson && meson compile -C build",
38
- "build:types": "tsc",
38
+ "build:types": "gjsify tsc",
39
39
  "build:gir-types": "ts-for-gir generate --externalDeps --allowMissingDeps --girDirectories=./prebuilds/linux-x86_64 --girDirectories=/usr/share/gir-1.0 --modules=GjsifyHttpSoupBridge-1.0 --outdir=src/ts --npmScope=@girs --package=false --ignoreVersionConflicts=true",
40
40
  "build:prebuilds": "gjsify run build:meson && mkdir -p prebuilds/linux-x86_64 && cp build/libgjsifyhttpsoupbridge.so build/GjsifyHttpSoupBridge-1.0.gir build/GjsifyHttpSoupBridge-1.0.typelib prebuilds/linux-x86_64/"
41
41
  },
@@ -58,7 +58,7 @@
58
58
  "@girs/soup-3.0": "3.6.6-4.0.4"
59
59
  },
60
60
  "devDependencies": {
61
- "@gjsify/cli": "^0.4.41",
61
+ "@gjsify/cli": "^0.4.42",
62
62
  "@ts-for-gir/cli": "^4.0.4",
63
63
  "@types/node": "^25.9.1",
64
64
  "typescript": "^6.0.3"