@camera.ui/camera-ui-homekit
Advanced tools
Comparing version 0.0.34 to 0.0.35
{ | ||
"displayName": "HomeKit", | ||
"name": "@camera.ui/camera-ui-homekit", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"description": "camera.ui homekit plugin", | ||
@@ -12,3 +12,3 @@ "author": "seydx (https://github.com/seydx/camera.ui)", | ||
"bundle": "npm run format && npm run lint:fix && npm run build && cui bundle && copyfiles -u 1 scripts/* bundle/scripts", | ||
"bundle:dev": "cross-env MODE=development && npm run format && npm run lint:fix && cui bundle", | ||
"bundle:dev": "npm run format && npm run lint:fix && cross-env MODE=development cui bundle", | ||
"format": "prettier --write \"src/\" --ignore-unknown --no-error-on-unmatched-pattern", | ||
@@ -20,5 +20,5 @@ "install-updates": "npm i --save", | ||
"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)}\"", | ||
"publish:alpha": "cui publish --alpha", | ||
"publish:beta": "cui publish --beta", | ||
"publish:latest": "cui publish --latest", | ||
"publish:alpha": "npm i --save && npm run bundle && cui publish --alpha", | ||
"publish:beta": "npm i --save && npm run bundle && cui publish --beta", | ||
"publish:latest": "npm i --save && npm run bundle && cui publish --latest", | ||
"update": "updates --update ./" | ||
@@ -25,0 +25,0 @@ }, |
Sorry, the diff of this file is not supported yet
840895