@0xcert/merkle
Advanced tools
Comparing version 2.0.0-alpha4 to 2.0.0-alpha5
@@ -5,4 +5,4 @@ { | ||
{ | ||
"version": "2.0.0-alpha4", | ||
"tag": "@0xcert/merkle_v2.0.0-alpha4", | ||
"version": "2.0.0-alpha5", | ||
"tag": "@0xcert/merkle_v2.0.0-alpha5", | ||
"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-alpha4 | ||
## 2.0.0-alpha5 | ||
Wed, 19 Jun 2019 10:31:05 GMT | ||
@@ -8,0 +8,0 @@ |
{ | ||
"files": { | ||
"packages/0xcert-merkle/CHANGELOG.json": "0593c47e162d878a016572b372e63925993a5afc", | ||
"packages/0xcert-merkle/CHANGELOG.md": "a570f774ac5994651d0029d0a87c2885b35b6e6c", | ||
"packages/0xcert-merkle/CHANGELOG.json": "00a8cd5420bb8238f3b0061b54d202d6677019bc", | ||
"packages/0xcert-merkle/CHANGELOG.md": "efb4c3046b9fb732c212f04fb82cc199e106b19a", | ||
"packages/0xcert-merkle/README.md": "0a92b4eb7eeb4f5dad091ea3011808ede4f9c4fe", | ||
"packages/0xcert-merkle/nodemon.json": "82b893373db9861f1df4b55d8ea68a5d37b118de", | ||
"packages/0xcert-merkle/package.json": "bbb4da224f9265e6d0072c113d6e0eb2ca2939a8", | ||
"packages/0xcert-merkle/package.json": "7a676210da82ad898c217ad04fea96430751b060", | ||
"packages/0xcert-merkle/src/core/merkle.ts": "4e4fc9d36362bec4cac3fcfac127fad33d29d64f", | ||
@@ -16,5 +16,5 @@ "packages/0xcert-merkle/src/index.ts": "d6e89de6faec0b508d09239bf458d7a8a26e4775", | ||
"packages/0xcert-merkle/tslint.json": "c57b3f0cdb7aa74ab2ab02888380f613589cbe66", | ||
"common/config/rush/npm-shrinkwrap.json": "2f2d9986f7c1d779a61e645ffd67426c179b336e" | ||
"common/config/rush/npm-shrinkwrap.json": "61a980a58792c3190cc96ec3982261423bf45f2e" | ||
}, | ||
"arguments": "npm run lint && npx nyc npx hayspec test " | ||
"arguments": "npm run clean && npx tsc " | ||
} |
{ | ||
"name": "@0xcert/merkle", | ||
"version": "2.0.0-alpha4", | ||
"version": "2.0.0-alpha5", | ||
"description": "Implementation of basic functions of binary Merkle tree.", | ||
@@ -67,3 +67,3 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@0xcert/utils": "2.0.0-alpha4", | ||
"@0xcert/utils": "2.0.0-alpha5", | ||
"@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
77791