@gjsify/webrtc-native 0.4.17 → 0.4.19
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/webrtc-native",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.19",
|
|
4
4
|
"description": "Vala-based main-thread signal bridge for @gjsify/webrtc. Marshals webrtcbin signals and GstPromise callbacks from GStreamer's streaming thread onto the GLib main context so GJS can safely handle them.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/esm/index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@girs/gstwebrtc-1.0": "1.0.0-4.0.0-rc.15"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@gjsify/cli": "^0.4.
|
|
52
|
+
"@gjsify/cli": "^0.4.19",
|
|
53
53
|
"@types/node": "^25.6.2",
|
|
54
54
|
"typescript": "^6.0.3"
|
|
55
55
|
}
|