@camera.ui/camera-ui-homekit 0.0.39 → 0.0.41

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/bundle.zip +0 -0
  2. package/package.json +3 -3
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "displayName": "HomeKit",
3
3
  "name": "@camera.ui/camera-ui-homekit",
4
- "version": "0.0.39",
4
+ "version": "0.0.41",
5
5
  "description": "Connect your Apple HomeKit devices for seamless smart home control. Automate and manage your HomeKit ecosystem.",
6
6
  "author": "seydx (https://github.com/seydx/camera.ui)",
7
7
  "main": "./dist/index.js",
8
8
  "type": "commonjs",
9
9
  "scripts": {
10
10
  "build": "rimraf dist && tsc",
11
- "bundle": "npm run format && npm run lint:fix && npm run build && cui bundle && copyfiles -u 1 scripts/* bundle/scripts",
11
+ "bundle": "npm run format && npm run lint:fix && npm run build && cui bundle && cpy scripts/* bundle",
12
12
  "bundle:dev": "npm run format && npm run lint:fix && npm run build && cross-env MODE=development cui bundle",
13
13
  "format": "prettier --write \"src/\" --ignore-unknown --no-error-on-unmatched-pattern",
14
14
  "install-updates": "npm i --save",
@@ -25,7 +25,7 @@
25
25
  "url": "https://github.com/seydx/camera.ui/issues"
26
26
  },
27
27
  "engines": {
28
- "camera.ui": ">=0.0.37",
28
+ "camera.ui": ">=0.0.39",
29
29
  "node": ">=20.18.0"
30
30
  },
31
31
  "homepage": "https://github.com/seydx/camera.ui#readme",