@camera.ui/go2rtc 0.0.66 → 0.0.67

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
@@ -9,7 +9,7 @@ import { go2rtcPath } from './index.js';
9
9
  import { getArchitecture, getPlatform } from './utils.js';
10
10
  const __filename = fileURLToPath(import.meta.url);
11
11
  const __dirname = dirname(__filename);
12
- const GO2RTC_VERSION = 'v1.9.9-cui.22';
12
+ const GO2RTC_VERSION = 'v1.9.9-cui.23';
13
13
  const binaries = {
14
14
  darwin: {
15
15
  x64: `go2rtc-darwin-x64-${GO2RTC_VERSION.replace('v', '')}.zip`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camera.ui/go2rtc",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
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.9.0",
25
+ "axios": "^1.10.0",
26
26
  "fs-extra": "11.3.0",
27
27
  "unzipper": "^0.10.14"
28
28
  },