Tag new version, update dev dependencies

This commit is contained in:
2020-11-23 08:15:44 -06:00
parent 7f76cb2a54
commit 5f5b52f1ab
2 changed files with 334 additions and 528 deletions

810
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,28 +1,28 @@
{ {
"name": "node-screenlogic", "name": "node-screenlogic",
"description": "Tool for connecting to Pentair ScreenLogic systems on the local network", "description": "Tool for connecting to Pentair ScreenLogic systems on the local network",
"version": "1.6.0-1", "version": "1.6.1",
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"repository": "https://github.com/parnic/node-screenlogic.git", "repository": "https://github.com/parnic/node-screenlogic.git",
"keywords": [ "keywords": [
"pentair", "pentair",
"pool", "pool",
"screenlogic", "screenlogic",
"swimmingpool" "swimmingpool"
], ],
"dependencies": { "dependencies": {
"debug": "^4.1.1", "debug": "^4.3.1",
"smart-buffer": "~4.1.0" "smart-buffer": "~4.1.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^7.6.0", "eslint": "^7.14.0",
"eslint-config-strongloop": "^2.1.0", "eslint-config-strongloop": "^2.1.0",
"mocha": "^8.1.1" "mocha": "^8.2.1"
}, },
"scripts": { "scripts": {
"test": "mocha test/*.spec.js", "test": "mocha test/*.spec.js",
"pretest": "eslint --ignore-path .gitignore .", "pretest": "eslint --ignore-path .gitignore .",
"test-slmessage": "mocha test/slmessage.spec.js" "test-slmessage": "mocha test/slmessage.spec.js"
} }
} }