@camera.ui/go2rtc 0.0.38 → 0.0.40

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.
Files changed (2) hide show
  1. package/dist/install.js +1 -1
  2. package/package.json +2 -2
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.9';
36
- const GO2RTC_WORKFLOW_RUN_ID = '13792602178';
36
+ const GO2RTC_WORKFLOW_RUN_ID = '13823321524';
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.38",
3
+ "version": "0.0.40",
4
4
  "description": "camera.ui go2rtc package",
5
5
  "author": "seydx (https://github.com/seydx/camera.ui)",
6
6
  "type": "module",
@@ -22,7 +22,7 @@
22
22
  "prepublishOnly": "npm i --package-lock-only && npm run lint:fix && npm run format && npm run build"
23
23
  },
24
24
  "dependencies": {
25
- "axios": "^1.8.2",
25
+ "axios": "^1.8.3",
26
26
  "fs-extra": "11.3.0",
27
27
  "unzipper": "^0.10.14"
28
28
  },