@gjsify/http-soup-bridge 0.4.21 → 0.4.22
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.
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/http-soup-bridge",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.22",
|
|
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",
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
"long-poll"
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@girs/gio-2.0": "2.88.0-4.0.
|
|
49
|
-
"@girs/gjs": "4.0.
|
|
50
|
-
"@girs/glib-2.0": "2.88.0-4.0.
|
|
51
|
-
"@girs/gobject-2.0": "2.88.0-4.0.
|
|
52
|
-
"@girs/soup-3.0": "3.6.6-4.0.
|
|
48
|
+
"@girs/gio-2.0": "2.88.0-4.0.1",
|
|
49
|
+
"@girs/gjs": "4.0.1",
|
|
50
|
+
"@girs/glib-2.0": "2.88.0-4.0.1",
|
|
51
|
+
"@girs/gobject-2.0": "2.88.0-4.0.1",
|
|
52
|
+
"@girs/soup-3.0": "3.6.6-4.0.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@gjsify/cli": "^0.4.
|
|
55
|
+
"@gjsify/cli": "^0.4.22",
|
|
56
56
|
"@ts-for-gir/cli": "^4.0.0-rc.15",
|
|
57
|
-
"@types/node": "^25.
|
|
57
|
+
"@types/node": "^25.9.1",
|
|
58
58
|
"typescript": "^6.0.3"
|
|
59
59
|
}
|
|
60
60
|
}
|