@gjsify/webrtc 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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/webrtc",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.42",
|
|
4
4
|
"description": "W3C WebRTC API for GJS using GStreamer webrtcbin as the peer-connection backend",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
],
|
|
43
43
|
"scripts": {
|
|
44
44
|
"clear": "rm -rf lib tsconfig.tsbuildinfo tsconfig.types.tsbuildinfo test.gjs.mjs || exit 0",
|
|
45
|
-
"check": "tsc --noEmit",
|
|
45
|
+
"check": "gjsify tsc --noEmit",
|
|
46
46
|
"build": "gjsify run build:gjsify && gjsify run build:types",
|
|
47
47
|
"build:gjsify": "gjsify build --library 'src/**/*.{ts,js}' --exclude 'src/**/*.spec.{mts,ts}' 'src/test.{mts,ts}'",
|
|
48
|
-
"build:types": "tsc",
|
|
48
|
+
"build:types": "gjsify tsc",
|
|
49
49
|
"build:test": "gjsify run build:test:gjs",
|
|
50
50
|
"build:test:gjs": "gjsify build src/test.mts --app gjs --outfile test.gjs.mjs",
|
|
51
51
|
"test": "gjsify run build:gjsify && gjsify run build:test && gjsify run test:gjs",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"peer-connection"
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@gjsify/buffer": "^0.4.
|
|
65
|
-
"@gjsify/dom-events": "^0.4.
|
|
66
|
-
"@gjsify/dom-exception": "^0.4.
|
|
67
|
-
"@gjsify/webrtc-native": "^0.4.
|
|
64
|
+
"@gjsify/buffer": "^0.4.42",
|
|
65
|
+
"@gjsify/dom-events": "^0.4.42",
|
|
66
|
+
"@gjsify/dom-exception": "^0.4.42",
|
|
67
|
+
"@gjsify/webrtc-native": "^0.4.42"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@girs/gjs": "4.0.4",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"@girs/gst-1.0": "1.28.1-4.0.4",
|
|
74
74
|
"@girs/gstsdp-1.0": "1.0.0-4.0.4",
|
|
75
75
|
"@girs/gstwebrtc-1.0": "1.0.0-4.0.4",
|
|
76
|
-
"@gjsify/cli": "^0.4.
|
|
77
|
-
"@gjsify/unit": "^0.4.
|
|
76
|
+
"@gjsify/cli": "^0.4.42",
|
|
77
|
+
"@gjsify/unit": "^0.4.42",
|
|
78
78
|
"@types/node": "^25.9.1",
|
|
79
79
|
"typescript": "^6.0.3"
|
|
80
80
|
},
|