leveldown
Advanced tools
Comparing version 5.5.1 to 5.6.0
@@ -5,2 +5,13 @@ # Changelog | ||
## [5.6.0] - 2020-03-27 | ||
### Changed | ||
- Upgrade `nyc` devDependency from `^14.0.0` to `^15.0.0` ([#696](https://github.com/Level/leveldown/issues/696)) ([**@vweevers**](https://github.com/vweevers)) | ||
- Upgrade `electron` devDependency from `^7.0.1` to `^8.0.0` ([#700](https://github.com/Level/leveldown/issues/700)) ([**@vweevers**](https://github.com/vweevers)) | ||
### Added | ||
- Restore Windows 32-bit prebuild ([#711](https://github.com/Level/leveldown/issues/711)) ([**@vweevers**](https://github.com/vweevers)) | ||
## [5.5.1] - 2020-02-24 | ||
@@ -1076,2 +1087,4 @@ | ||
[5.6.0]: https://github.com/Level/leveldown/compare/v5.5.1...v5.6.0 | ||
[5.5.1]: https://github.com/Level/leveldown/compare/v5.5.0...v5.5.1 | ||
@@ -1078,0 +1091,0 @@ |
{ | ||
"name": "leveldown", | ||
"version": "5.5.1", | ||
"version": "5.6.0", | ||
"description": "A low-level Node.js LevelDB binding", | ||
@@ -38,3 +38,3 @@ "license": "MIT", | ||
"du": "^1.0.0", | ||
"electron": "^7.0.1", | ||
"electron": "^8.0.0", | ||
"faucet": "^0.0.1", | ||
@@ -47,3 +47,3 @@ "glob": "^7.1.3", | ||
"node-gyp": "^6.0.0", | ||
"nyc": "^14.0.0", | ||
"nyc": "^15.0.0", | ||
"prebuildify": "^3.0.0", | ||
@@ -50,0 +50,0 @@ "prebuildify-ci": "^1.0.4", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5134748
194