@camera.ui/camera-ui-homekit 1.0.0 → 1.0.2

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,11 @@
1
+ ## [1.0.2]
2
+
3
+ - Bugfixes and improvements
4
+
5
+ ## [1.0.1]
6
+
7
+ - Bugfixes and improvements
8
+
1
9
  ## [1.0.0]
2
10
 
3
11
  - Initial Release
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "HomeKit",
3
3
  "name": "@camera.ui/camera-ui-homekit",
4
- "version": "1.0.0",
4
+ "version": "1.0.2",
5
5
  "description": "Exposes camera.ui cameras and sensors to Apple HomeKit, bridging motion, doorbell, battery, contact, light, switch, siren, security system and audio events into the Home app.",
6
6
  "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "main": "./dist/index.js",
@@ -24,7 +24,7 @@
24
24
  "url": "https://github.com/cameraui/plugins/issues"
25
25
  },
26
26
  "engines": {
27
- "camera.ui": ">=0.0.66",
27
+ "camera.ui": ">=0.0.117",
28
28
  "node": ">=22.0.0"
29
29
  },
30
30
  "os": [],