@cryptoeconomicslab/merkle-tree
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "@cryptoeconomicslab/merkle-tree", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "merkle tree implementation", | ||
@@ -51,8 +51,8 @@ "author": { | ||
"dependencies": { | ||
"@cryptoeconomicslab/hash": "^0.0.6", | ||
"@cryptoeconomicslab/utils": "^0.0.6" | ||
"@cryptoeconomicslab/hash": "^0.0.7", | ||
"@cryptoeconomicslab/utils": "^0.0.7" | ||
}, | ||
"devDependencies": { | ||
"@cryptoeconomicslab/coder": "^0.0.6", | ||
"@cryptoeconomicslab/primitives": "^0.0.6" | ||
"@cryptoeconomicslab/coder": "^0.0.7", | ||
"@cryptoeconomicslab/primitives": "^0.0.7" | ||
}, | ||
@@ -62,3 +62,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "842f994568e7828197cc299f2e33972624f1269c" | ||
"gitHead": "53667fb44dba077526a5f2716f927a6befc45ee8" | ||
} |
+ Added@cryptoeconomicslab/hash@0.0.7(transitive)
+ Added@cryptoeconomicslab/primitives@0.0.6(transitive)
+ Added@cryptoeconomicslab/utils@0.0.7(transitive)
- Removed@cryptoeconomicslab/hash@0.0.6(transitive)
- Removed@cryptoeconomicslab/utils@0.0.6(transitive)