@camera.ui/camera-ui-eufy 1.1.0 → 1.1.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [1.1.1]
2
+
3
+ - Bugfixes and improvements
4
+
1
5
  ## [1.1.0]
2
6
 
3
7
  - Bump camera.ui engine to v2
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "displayName": "Eufy",
3
3
  "name": "@camera.ui/camera-ui-eufy",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "description": "Integrates Eufy security cameras and doorbells into camera.ui, with device discovery, live streaming, and motion, object, battery and doorbell events.",
6
6
  "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "main": "./dist/index.js",
8
8
  "type": "commonjs",
9
9
  "scripts": {
10
- "build": "rimraf dist && tsc",
10
+ "build": "rimraf dist && npm run build:eufy && tsc",
11
+ "build:eufy": "npm --prefix ../externals/eufy-security-client ci --ignore-scripts && npm --prefix ../externals/eufy-security-client run build",
11
12
  "bundle": "npm run format && npm run lint && npm run build && cui bundle",
12
13
  "bundle:dev": "npm run format && npm run lint && npm run build && cross-env MODE=development cui bundle",
13
14
  "format": "prettier --write \"src/\" --ignore-unknown --no-error-on-unmatched-pattern",
@@ -19,14 +20,11 @@
19
20
  "publish:latest": "npm i --save --force && npm run bundle && cui publish --latest",
20
21
  "update": "updates --update ./"
21
22
  },
22
- "dependencies": {
23
- "eufy-security-client": "^4.2.0"
24
- },
25
23
  "bugs": {
26
24
  "url": "https://github.com/cameraui/plugins/issues"
27
25
  },
28
26
  "engines": {
29
- "camera.ui": ">=2.0.0",
27
+ "camera.ui": ">=2.0.6",
30
28
  "node": ">=22.0.0"
31
29
  },
32
30
  "os": [],
@@ -44,6 +42,9 @@
44
42
  "url": "git+https://github.com/cameraui/plugins.git",
45
43
  "directory": "camera-ui-eufy"
46
44
  },
45
+ "allowScripts": {
46
+ "node-av@6.2.0-beta.5": true
47
+ },
47
48
  "files": [
48
49
  "bundle.zip",
49
50
  "CHANGELOG.md"