@camera.ui/camera-ui-ring 0.0.66 → 0.0.68

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,8 +1,3 @@
1
- All notable changes to this project will be documented in this file.
2
-
3
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
-
6
- ## [X.X.X] - ???
1
+ ## [1.0.0] - 01.07.2026
7
2
 
8
3
  - Initial Release
package/README.md CHANGED
@@ -1 +1,5 @@
1
- # @camera.ui/camera-ui-ring
1
+ # Ring
2
+
3
+ Integrates Ring cameras and doorbells into camera.ui. Handles device discovery, live streaming, and motion, battery, light, siren and doorbell events.
4
+
5
+ `@camera.ui/camera-ui-ring`
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,20 +1,19 @@
1
1
  {
2
2
  "displayName": "Ring",
3
3
  "name": "@camera.ui/camera-ui-ring",
4
- "version": "0.0.66",
5
- "description": "Integrate Ring security cameras seamlessly. Access live feeds, manage recordings, and control Ring device settings.",
4
+ "version": "0.0.68",
5
+ "description": "Integrates Ring cameras and doorbells into camera.ui, with device discovery, live streaming, and motion, battery, light, siren 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
10
  "build": "rimraf dist && npm run build:ring && tsc",
11
11
  "build:ring": "npm --prefix ../externals/ring ci --ignore-scripts && npm --prefix ../externals/ring run build",
12
- "bundle": "npm run format && npm run lint:fix && npm run build && cui bundle",
13
- "bundle:dev": "npm run format && npm run lint:fix && npm run build && cross-env MODE=development cui bundle",
12
+ "bundle": "npm run format && npm run lint && npm run build && cui bundle",
13
+ "bundle:dev": "npm run format && npm run lint && npm run build && cross-env MODE=development cui bundle",
14
14
  "format": "prettier --write \"src/\" --ignore-unknown --no-error-on-unmatched-pattern",
15
15
  "install-updates": "npm i --save",
16
- "lint": "eslint .",
17
- "lint:fix": "eslint --fix .",
16
+ "lint": "eslint --fix .",
18
17
  "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)}\"",
19
18
  "publish:alpha": "npm i --save && npm run bundle && cui publish --alpha",
20
19
  "publish:beta": "npm i --save && npm run bundle && cui publish --beta",
@@ -32,7 +31,8 @@
32
31
  "keywords": [
33
32
  "camera-ui-plugin",
34
33
  "ring",
35
- "webrtc"
34
+ "cameras",
35
+ "doorbell"
36
36
  ],
37
37
  "license": "MIT",
38
38
  "repository": {