bitcoin-core
Advanced tools
Comparing version 3.1.0 to 4.0.0
# Changelog | ||
## [3.1.0](https://github.com/ruimarinho/bitcoin-core/tree/3.1.0) (2022-07-21) | ||
## [4.0.0](https://github.com/ruimarinho/bitcoin-core/tree/4.0.0) (2022-07-25) | ||
[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v3.0.0...3.1.0) | ||
[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v3.1.0...4.0.0) | ||
**Implemented enhancements:** | ||
- Remove Babel [\#106](https://github.com/ruimarinho/bitcoin-core/pull/106) ([pedrobranco](https://github.com/pedrobranco)) | ||
## [v3.1.0](https://github.com/ruimarinho/bitcoin-core/tree/v3.1.0) (2022-07-21) | ||
[Full Changelog](https://github.com/ruimarinho/bitcoin-core/compare/v3.0.0...v3.1.0) | ||
**Implemented enhancements:** | ||
- Add support for bitcoin@0.19.0 RPC methods [\#123](https://github.com/ruimarinho/bitcoin-core/pull/123) ([sskender](https://github.com/sskender)) | ||
@@ -10,0 +18,0 @@ |
{ | ||
"name": "bitcoin-core", | ||
"version": "3.1.0", | ||
"version": "4.0.0", | ||
"description": "A modern Bitcoin Core REST and RPC client.", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
}, | ||
"main": "dist/src/index.js", | ||
"main": "src/index.js", | ||
"repository": { | ||
@@ -31,7 +31,5 @@ "type": "git", | ||
"lint": "eslint src test", | ||
"prepublish": "npm run transpile", | ||
"test": "NODE_ENV=test mocha $npm_package_options_mocha", | ||
"testdocker": "docker-compose run --rm sut", | ||
"transpile": "rm -rf dist/* && babel src --out-dir dist/src", | ||
"version": "npm run changelog --future-release=$npm_package_version && npm run transpile && git add -A CHANGELOG.md dist" | ||
"version": "npm run changelog --future-release=$npm_package_version && git add -A CHANGELOG.md" | ||
}, | ||
@@ -48,10 +46,2 @@ "dependencies": { | ||
"devDependencies": { | ||
"@babel/cli": "7.0.0-beta.32", | ||
"@babel/core": "7.0.0-beta.32", | ||
"@babel/plugin-transform-async-to-generator": "7.0.0-beta.32", | ||
"@babel/polyfill": "7.0.0-beta.32", | ||
"@babel/preset-env": "7.0.0-beta.32", | ||
"@babel/register": "7.0.0-beta.32", | ||
"babel-eslint": "^8.0.0", | ||
"babel-plugin-istanbul": "^4.1.5", | ||
"eslint": "4.11.0", | ||
@@ -66,3 +56,3 @@ "eslint-config-uphold": "0.0.1", | ||
"engines": { | ||
"node": ">=4" | ||
"node": ">=7" | ||
}, | ||
@@ -78,3 +68,3 @@ "nyc": { | ||
"options": { | ||
"mocha": "--require @babel/register --require @babel/polyfill --timeout 20000 --recursive --require should" | ||
"mocha": "--timeout 20000 --recursive --require should" | ||
}, | ||
@@ -81,0 +71,0 @@ "pre-commit": [ |
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
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
Network access
Supply chain riskThis module accesses the network.
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
96766
7
4682
19
1829
2