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", "name": "@watsonb8/homebridge-harmony-control",
"version": "1.1.0", "version": "1.2.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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