@0xcert/merkle
Advanced tools
Comparing version 2.0.0-alpha0 to 2.0.0-alpha1
@@ -5,4 +5,4 @@ { | ||
{ | ||
"version": "2.0.0-alpha0", | ||
"tag": "@0xcert/merkle_v2.0.0-alpha0", | ||
"version": "2.0.0-alpha1", | ||
"tag": "@0xcert/merkle_v2.0.0-alpha1", | ||
"date": "Wed, 19 Jun 2019 10:31:05 GMT", | ||
@@ -9,0 +9,0 @@ "comments": {} |
@@ -5,3 +5,3 @@ # Change Log - @0xcert/merkle | ||
## 2.0.0-alpha0 | ||
## 2.0.0-alpha1 | ||
Wed, 19 Jun 2019 10:31:05 GMT | ||
@@ -8,0 +8,0 @@ |
{ | ||
"files": {}, | ||
"arguments": "npm run clean && npx tsc " | ||
"arguments": "npm run lint && npx nyc npx hayspec test " | ||
} |
{ | ||
"name": "@0xcert/merkle", | ||
"version": "2.0.0-alpha0", | ||
"version": "2.0.0-alpha1", | ||
"description": "Implementation of basic functions of binary Merkle tree.", | ||
@@ -67,3 +67,3 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@0xcert/utils": "2.0.0-alpha0", | ||
"@0xcert/utils": "2.0.0-alpha1", | ||
"@hayspec/cli": "^0.8.3", | ||
@@ -70,0 +70,0 @@ "@hayspec/spec": "^0.8.3", |
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
76983
34