mysql-promise
Advanced tools
Comparing version 4.1.0 to 5.0.0
# Changelog | ||
## 5.0.0 | ||
* [[51c64cc](../../commit/51c64cc)] Drop support for node < 6 | ||
* [[518eaf1](../../commit/518eaf1)] Update dependencies: bluebird@3.5.2, mysql@2.16.0 | ||
## 4.1.0 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "mysql-promise", | ||
"version": "4.1.0", | ||
"version": "5.0.0", | ||
"description": "Small wrapper for mysql that use promises.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "NODE_ENV=test npm run lint && istanbul cover -i 'index.js' _mocha -- -u exports -R spec 'test/**/*.test.js'", | ||
"test": "NODE_ENV=test npm run lint && istanbul cover -i 'index.js' _mocha -- -u exports --exit -R spec 'test/**/*.test.js'", | ||
"lint": "eslint --ext '.js' test index.js", | ||
@@ -14,3 +14,3 @@ "release": "npm test && release-it -n -i patch", | ||
"engines": { | ||
"node": ">=0.12.0" | ||
"node": ">=6.0.0" | ||
}, | ||
@@ -31,14 +31,14 @@ "repository": { | ||
"dependencies": { | ||
"bluebird": "^3.4.6", | ||
"mysql": "^2.12.0" | ||
"bluebird": "^3.5.2", | ||
"mysql": "^2.16.0" | ||
}, | ||
"devDependencies": { | ||
"@aptoma/eslint-config": "^5.0.1", | ||
"eslint": "^2.13.0", | ||
"eslint": "^5.6.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^3.1.2", | ||
"mysql2": "^1.1.2", | ||
"mocha": "^5.2.0", | ||
"mysql2": "^1.6.1", | ||
"release-it": "^2.5.1", | ||
"should": "^11.1.1", | ||
"sinon": "^1.17.6" | ||
"should": "^13.2.3", | ||
"sinon": "^6.3.4" | ||
}, | ||
@@ -45,0 +45,0 @@ "greenkeeper": { |
Sorry, the diff of this file is not supported yet
11330
8
Updatedbluebird@^3.5.2
Updatedmysql@^2.16.0