Bumping version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Brandon Watson 2021-12-28 20:18:44 -05:00
parent 5470b6185d
commit 6794d58594
2 changed files with 46 additions and 46 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@watsonb8/homebridge-harmony-control",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,47 +1,47 @@
{
"name": "@watsonb8/homebridge-harmony-control",
"version": "1.1.0",
"description": "Homebridge platform to control smart home equipment by room.",
"main": "bin/index.js",
"publishConfig": {
"registry": "http://10.44.1.6:4873/"
},
"scripts": {
"build": "tsc --build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "ssh://git@watsonb8.ddns.net:2122/misc/homebridge-harmony-control.git"
},
"author": "Brandon Watson",
"license": "ISC",
"keywords": [
"homebridge-plugin",
"harmony",
"websocket",
"harmonyhub",
"homekit"
],
"engines": {
"homebridge": ">=1.1.6",
"node": ">=7.6.0"
},
"devDependencies": {
"homebridge": "^1.2.5",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^1.10.0",
"tslint": "^5.17.0",
"typescript": "^3.9.10"
},
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-typescript": "^7.3.3",
"@types/node": "^12.0.7",
"harmony-websocket": "^1.1.0",
"reflect-metadata": "^0.1.13",
"request": "^2.88.0",
"tsyringe": "^4.6.0"
}
"name": "@watsonb8/homebridge-harmony-control",
"version": "1.2.0",
"description": "Homebridge platform to control smart home equipment by room.",
"main": "bin/index.js",
"publishConfig": {
"registry": "http://10.44.1.6:4873/"
},
"scripts": {
"build": "tsc --build",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "ssh://git@watsonb8.ddns.net:2122/misc/homebridge-harmony-control.git"
},
"author": "Brandon Watson",
"license": "ISC",
"keywords": [
"homebridge-plugin",
"harmony",
"websocket",
"harmonyhub",
"homekit"
],
"engines": {
"homebridge": ">=1.1.6",
"node": ">=7.6.0"
},
"devDependencies": {
"homebridge": "^1.2.5",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^1.10.0",
"tslint": "^5.17.0",
"typescript": "^3.9.10"
},
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-typescript": "^7.3.3",
"@types/node": "^12.0.7",
"harmony-websocket": "^1.1.0",
"reflect-metadata": "^0.1.13",
"request": "^2.88.0",
"tsyringe": "^4.6.0"
}
}