@camera.ui/go2rtc 1.9.14-cui.10 → 1.9.14-cui.11
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/index.js +1 -2
- package/package.json +8 -8
package/index.js
CHANGED
|
@@ -15,8 +15,7 @@ function resolveBinaryPath() {
|
|
|
15
15
|
return join(dirname(manifest), binaryFile);
|
|
16
16
|
} catch {
|
|
17
17
|
throw new Error(
|
|
18
|
-
`[${pkg.name}] No prebuilt binary available for ${process.platform}-${process.arch}. ` +
|
|
19
|
-
`Expected the optional dependency "${platformPackage}" to be installed.`,
|
|
18
|
+
`[${pkg.name}] No prebuilt binary available for ${process.platform}-${process.arch}. ` + `Expected the optional dependency "${platformPackage}" to be installed.`,
|
|
20
19
|
);
|
|
21
20
|
}
|
|
22
21
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camera.ui/go2rtc",
|
|
3
|
-
"version": "1.9.14-cui.
|
|
3
|
+
"version": "1.9.14-cui.11",
|
|
4
4
|
"description": "camera.ui go2rtc binary",
|
|
5
5
|
"author": "seydx (https://github.com/seydx)",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"camerauiBinary": {
|
|
21
21
|
"binaryName": "go2rtc",
|
|
22
22
|
"releaseRepo": "seydx/go2rtc",
|
|
23
|
-
"version": "v1.9.14-cui.
|
|
23
|
+
"version": "v1.9.14-cui.11",
|
|
24
24
|
"targets": {
|
|
25
25
|
"darwin-x64": "go2rtc-darwin-x64-{ver}.zip",
|
|
26
26
|
"darwin-arm64": "go2rtc-darwin-arm64-{ver}.zip",
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"optionalDependencies": {
|
|
34
|
-
"@camera.ui/go2rtc-darwin-arm64": "1.9.14-cui.
|
|
35
|
-
"@camera.ui/go2rtc-darwin-x64": "1.9.14-cui.
|
|
36
|
-
"@camera.ui/go2rtc-linux-arm64": "1.9.14-cui.
|
|
37
|
-
"@camera.ui/go2rtc-linux-x64": "1.9.14-cui.
|
|
38
|
-
"@camera.ui/go2rtc-win32-arm64": "1.9.14-cui.
|
|
39
|
-
"@camera.ui/go2rtc-win32-x64": "1.9.14-cui.
|
|
34
|
+
"@camera.ui/go2rtc-darwin-arm64": "1.9.14-cui.11",
|
|
35
|
+
"@camera.ui/go2rtc-darwin-x64": "1.9.14-cui.11",
|
|
36
|
+
"@camera.ui/go2rtc-linux-arm64": "1.9.14-cui.11",
|
|
37
|
+
"@camera.ui/go2rtc-linux-x64": "1.9.14-cui.11",
|
|
38
|
+
"@camera.ui/go2rtc-win32-arm64": "1.9.14-cui.11",
|
|
39
|
+
"@camera.ui/go2rtc-win32-x64": "1.9.14-cui.11"
|
|
40
40
|
},
|
|
41
41
|
"keywords": [
|
|
42
42
|
"camera.ui",
|