@camera.ui/camera-ui-eufy 0.0.39 → 1.0.0

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,3 @@
1
- ## [1.0.0] - 01.07.2026
1
+ ## [1.0.0]
2
2
 
3
3
  - Initial Release
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Eufy",
3
3
  "name": "@camera.ui/camera-ui-eufy",
4
- "version": "0.0.39",
4
+ "version": "1.0.0",
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",
@@ -11,12 +11,12 @@
11
11
  "bundle": "npm run format && npm run lint && npm run build && cui bundle",
12
12
  "bundle:dev": "npm run format && npm run lint && npm run build && cross-env MODE=development cui bundle",
13
13
  "format": "prettier --write \"src/\" --ignore-unknown --no-error-on-unmatched-pattern",
14
- "install-updates": "npm i --save",
14
+ "install-updates": "npm i --save --force",
15
15
  "lint": "eslint --fix .",
16
16
  "prepublishOnly": "node -e \"if(!process.env.SAFE_PUBLISH){console.error('Error: Please use @camera.ui/cli to publish the plugin:\\n npm run publish:alpha\\n npm run publish:beta\\n npm run publish:latest\\n');process.exit(1)}\"",
17
- "publish:alpha": "npm i --save && npm run bundle && cui publish --alpha",
18
- "publish:beta": "npm i --save && npm run bundle && cui publish --beta",
19
- "publish:latest": "npm i --save && npm run bundle && cui publish --latest",
17
+ "publish:alpha": "npm i --save --force && npm run bundle && cui publish --alpha",
18
+ "publish:beta": "npm i --save --force && npm run bundle && cui publish --beta",
19
+ "publish:latest": "npm i --save --force && npm run bundle && cui publish --latest",
20
20
  "update": "updates --update ./"
21
21
  },
22
22
  "dependencies": {
@@ -29,6 +29,8 @@
29
29
  "camera.ui": ">=0.0.50",
30
30
  "node": ">=22.0.0"
31
31
  },
32
+ "os": [],
33
+ "cpu": [],
32
34
  "homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-eufy#readme",
33
35
  "keywords": [
34
36
  "camera-ui-plugin",