@camera.ui/camera-ui-homekit 0.0.53 → 0.0.54

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 +4 -5
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": "0.0.53",
4
+ "version": "0.0.54",
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",
@@ -9,12 +9,11 @@
9
9
  "scripts": {
10
10
  "build": "rimraf dist && npm run build:hap && tsc",
11
11
  "build:hap": "npm --prefix ../externals/hap ci --ignore-scripts && npm --prefix ../externals/hap 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",