Bumped version
Some checks failed
continuous-integration/drone Build is failing
continuous-integration/drone/push Build is failing

This commit is contained in:
Nathan Kellenicki 2019-04-25 21:49:41 -07:00
parent e959230a22
commit a394882dcc
2 changed files with 480 additions and 552 deletions

1014
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "node-poweredup", "name": "node-poweredup",
"version": "2.4.1", "version": "2.5.0",
"description": "A Javascript module to interface with LEGO Powered Up components.", "description": "A Javascript module to interface with LEGO Powered Up components.",
"homepage": "https://github.com/nathankellenicki/node-poweredup/", "homepage": "https://github.com/nathankellenicki/node-poweredup/",
"main": "dist/node/index-node.js", "main": "dist/node/index-node.js",
@ -22,18 +22,18 @@
"noble-mac": "git+https://github.com/Timeular/noble-mac.git#af4418e" "noble-mac": "git+https://github.com/Timeular/noble-mac.git#af4418e"
}, },
"devDependencies": { "devDependencies": {
"@types/debug": "0.0.31", "@types/debug": "4.1.4",
"@types/noble": "0.0.38", "@types/noble": "0.0.39",
"@types/node": "^10.12.21", "@types/node": "^11.13.7",
"@types/web-bluetooth": "0.0.4", "@types/web-bluetooth": "0.0.4",
"ink-docstrap": "^1.3.2", "ink-docstrap": "^1.3.2",
"jsdoc": "^3.5.5", "jsdoc": "^3.5.5",
"jsdoc-to-markdown": "^4.0.1", "jsdoc-to-markdown": "^4.0.1",
"ts-loader": "^5.3.3", "ts-loader": "^5.4.3",
"tslint": "^5.12.1", "tslint": "^5.16.0",
"typescript": "^3.3.1", "typescript": "^3.4.5",
"webpack": "^4.29.2", "webpack": "^4.30.0",
"webpack-cli": "^3.2.3" "webpack-cli": "^3.3.1"
}, },
"resolutions": { "resolutions": {
"xpc-connection": "sandeepmistry/node-xpc-connection#pull/26/head" "xpc-connection": "sandeepmistry/node-xpc-connection#pull/26/head"