@harmonyhub/client
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@harmonyhub/client", | ||
"description": "@harmonyhub/client is a Node.JS library which allows you to interact with your Logitech Harmony Hub.", | ||
"main": "index.js", | ||
"version": "1.0.0", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"version": "1.0.1", | ||
"repository": { | ||
@@ -26,25 +27,18 @@ "type": "git", | ||
"dependencies": { | ||
"debug": "^3.1.0", | ||
"node-xmpp-client": "^3.2.0", | ||
"node-xmpp-stanza": "^1.1.1", | ||
"debug": "^3.1.0", | ||
"request": "^2.48.0" | ||
}, | ||
"devDependencies": { | ||
"cz-conventional-changelog": "^1.1.5", | ||
"semantic-release": "^15.9.3", | ||
"standard": "^11.0.1" | ||
"@types/debug": "0.0.30", | ||
"@types/node": "^10.5.7" | ||
}, | ||
"scripts": { | ||
"test": "standard", | ||
"build:watch": "tsc --watch", | ||
"version:patch": "npm version patch", | ||
"version:minor": "npm version minor", | ||
"version:major": "nom version major", | ||
"publish": "npm publish --access=public", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
}, | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
"publish": "npm publish --access=public" | ||
} | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
# @harmonyhub/client | ||
# Client Package | ||
`@harmonyhub/client` is a Node.JS library which allows you to interact with your Logitech | ||
`@harmonyhub/client` is a package of the harmonyhub library for interacting with a Logitech | ||
Harmony Hub. | ||
@@ -20,2 +20,3 @@ | ||
Enhancements over the harmonyhub-client package are the following | ||
* rewrite to class style | ||
* replacement of Q library with native nodejs Promises (dep reduction) | ||
@@ -63,22 +64,3 @@ * update of dependencies to newer packages (0 security issues by npm audit) | ||
```bash | ||
$ DEBUG=harmonyhubjs:client* node myharmonyjsapp.js | ||
``` | ||
## Contribution | ||
The `master` branch contains the latest stable release of the application. | ||
Development efforts are integrated with the `develop` branch first. Changes get then merged into `master` as soon as a new release should be published. | ||
When opening a new Pull Request make sure you point them to `develop`. Further ensure that your code follows [standard-js](http://standardjs.com/) style guidelines and you make use of proper commit messages. | ||
Thank you for your contribution! | ||
## License | ||
Copyright (c) 2018 | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
$ DEBUG=harmonyhub:client* node myharmonyjsapp.js | ||
``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
69563
2
35
1471
64
1