@zilliqa-js/core
Advanced tools
Comparing version 0.8.1-alpha.0 to 0.8.1-alpha.2
{ | ||
"name": "@zilliqa-js/core", | ||
"version": "0.8.1-alpha.0", | ||
"version": "0.8.1-alpha.2", | ||
"description": "Core abstractions that power the zilliqa JS client.", | ||
@@ -13,3 +13,9 @@ "main": "dist/index.js", | ||
"repository": "https://github.com/Zilliqa/Zilliqa-Javascript-Library", | ||
"author": "ian@zilliqa.com", | ||
"author": "Ian Tan (https://github.com/iantanwx)", | ||
"maintainers": [ | ||
"Edison Lim <edison.limjh@gmail.com> (https://github.com/edisonljh)" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/Zilliqa/Zilliqa-JavaScript-Library/issues" | ||
}, | ||
"license": "GPL-3.0", | ||
@@ -23,8 +29,11 @@ "publishConfig": { | ||
"dependencies": { | ||
"@zilliqa-js/crypto": "0.8.1-alpha.0", | ||
"@zilliqa-js/util": "0.7.1", | ||
"@zilliqa-js/crypto": "0.8.1-alpha.2", | ||
"@zilliqa-js/util": "0.8.1-alpha.2", | ||
"cross-fetch": "^2.2.2", | ||
"mitt": "^1.1.3" | ||
}, | ||
"gitHead": "305e7f49bdb92a27c93190b153ee261bce93591f" | ||
"engines": { | ||
"node": ">=10.0.0 <=12.12.0" | ||
}, | ||
"gitHead": "870c1c1a1d49877e1d23f64fa993702d744580e8" | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
367725
0
+ Added@zilliqa-js/crypto@0.8.1-alpha.2(transitive)
+ Added@zilliqa-js/util@0.8.1-alpha.2(transitive)
- Removed@zilliqa-js/crypto@0.8.1-alpha.0(transitive)
- Removed@zilliqa-js/util@0.7.1(transitive)