@gjsify/webrtc-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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/webrtc-native",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.42",
|
|
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",
|
|
@@ -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 -b --force",
|
|
38
|
+
"build:types": "gjsify tsc -b --force",
|
|
39
39
|
"build:prebuilds": "gjsify run build:meson && mkdir -p prebuilds/linux-x86_64 && cp build/libgjsifywebrtc.so build/GjsifyWebrtc-0.1.typelib prebuilds/linux-x86_64/"
|
|
40
40
|
},
|
|
41
41
|
"keywords": [
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@girs/gstwebrtc-1.0": "1.0.0-4.0.4"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@gjsify/cli": "^0.4.
|
|
58
|
+
"@gjsify/cli": "^0.4.42",
|
|
59
59
|
"@types/node": "^25.9.1",
|
|
60
60
|
"typescript": "^6.0.3"
|
|
61
61
|
},
|