@camera.ui/go2rtc 0.0.36 → 0.0.37
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/dist/install.js +1 -1
- package/package.json +8 -8
package/dist/install.js
CHANGED
|
@@ -33,7 +33,7 @@ const arch = getArmArchitecture();
|
|
|
33
33
|
const sysPlatform = platform();
|
|
34
34
|
const filename = binaries[sysPlatform]?.[arch];
|
|
35
35
|
const GO2RTC_VERSION = 'v1.9.8';
|
|
36
|
-
const GO2RTC_WORKFLOW_RUN_ID = '
|
|
36
|
+
const GO2RTC_WORKFLOW_RUN_ID = '13248799942';
|
|
37
37
|
const GO2RTC_FROM_WORKFLOW = true;
|
|
38
38
|
const releasesUrl = 'https://api.github.com/repos/AlexxIT/go2rtc/releases';
|
|
39
39
|
const nightlyLink = `https://nightly.link/seydx/go2rtc/actions/runs/${GO2RTC_WORKFLOW_RUN_ID}/`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camera.ui/go2rtc",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.37",
|
|
4
4
|
"description": "camera.ui go2rtc package",
|
|
5
5
|
"author": "seydx (https://github.com/seydx/camera.ui)",
|
|
6
6
|
"type": "module",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
"unzipper": "^0.10.14"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@stylistic/eslint-plugin": "^3.0
|
|
31
|
-
"@typescript-eslint/parser": "^8.
|
|
32
|
-
"eslint": "^9.
|
|
30
|
+
"@stylistic/eslint-plugin": "^3.1.0",
|
|
31
|
+
"@typescript-eslint/parser": "^8.24.0",
|
|
32
|
+
"eslint": "^9.20.0",
|
|
33
33
|
"globals": "^15.14.0",
|
|
34
|
-
"prettier": "^3.
|
|
35
|
-
"typescript-eslint": "^8.
|
|
34
|
+
"prettier": "^3.5.0",
|
|
35
|
+
"typescript-eslint": "^8.24.0",
|
|
36
36
|
"@types/fs-extra": "^11.0.4",
|
|
37
|
-
"@types/node": "^22.13.
|
|
37
|
+
"@types/node": "^22.13.1",
|
|
38
38
|
"@types/unzipper": "^0.10.10",
|
|
39
39
|
"concurrently": "^9.1.2",
|
|
40
40
|
"rimraf": "^6.0.1",
|
|
41
41
|
"typescript": "^5.7.3",
|
|
42
|
-
"updates": "^16.4.
|
|
42
|
+
"updates": "^16.4.2"
|
|
43
43
|
},
|
|
44
44
|
"bugs": {
|
|
45
45
|
"url": "https://github.com/seydx/camera.ui/issues"
|