@0xcert/merkle
Advanced tools
Comparing version 1.7.0 to 1.7.2
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "1.7.2", | ||
"tag": "@0xcert/merkle_v1.7.2", | ||
"date": "Wed, 05 Jun 2019 08:40:14 GMT", | ||
"comments": {} | ||
}, | ||
{ | ||
"version": "1.7.1", | ||
"tag": "@0xcert/merkle_v1.7.1", | ||
"date": "Wed, 05 Jun 2019 08:19:55 GMT", | ||
"comments": {} | ||
}, | ||
{ | ||
"version": "1.7.0", | ||
@@ -7,0 +19,0 @@ "tag": "@0xcert/merkle_v1.7.0", |
# Change Log - @0xcert/merkle | ||
This log was last generated on Wed, 29 May 2019 13:47:23 GMT and should not be manually modified. | ||
This log was last generated on Wed, 05 Jun 2019 08:40:14 GMT and should not be manually modified. | ||
## 1.7.2 | ||
Wed, 05 Jun 2019 08:40:14 GMT | ||
*Version update only* | ||
## 1.7.1 | ||
Wed, 05 Jun 2019 08:19:55 GMT | ||
*Version update only* | ||
## 1.7.0 | ||
@@ -6,0 +16,0 @@ Wed, 29 May 2019 13:47:23 GMT |
{ | ||
"files": { | ||
"packages/0xcert-merkle/CHANGELOG.json": "03711ed09dc9addb4c20a2a4138916d44648411e", | ||
"packages/0xcert-merkle/CHANGELOG.md": "130692d27ee46e4a140b7f717da825d6d59ef8ad", | ||
"packages/0xcert-merkle/CHANGELOG.json": "717ca74d5c9928d06876ba17d0358c38c8b7fab9", | ||
"packages/0xcert-merkle/CHANGELOG.md": "0fc2cc96fc7569a66cb3daa63d61875fe46e3ddd", | ||
"packages/0xcert-merkle/README.md": "0a92b4eb7eeb4f5dad091ea3011808ede4f9c4fe", | ||
"packages/0xcert-merkle/nodemon.json": "82b893373db9861f1df4b55d8ea68a5d37b118de", | ||
"packages/0xcert-merkle/package.json": "79da45fc804dc68086dbb414a28d5f7bb0736450", | ||
"packages/0xcert-merkle/package.json": "3c9f051b4c43463a6db4213a39a581559c7a7d7a", | ||
"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": "023ff7e099bf4e74a4eb7d2305acc0acc10727c5" | ||
"common/config/rush/npm-shrinkwrap.json": "42506a51c1989967d20f8ca344c37aacd05e5b95" | ||
}, | ||
"arguments": "npm run clean && npx tsc " | ||
"arguments": "npm run lint && npx nyc npx hayspec test " | ||
} |
{ | ||
"name": "@0xcert/merkle", | ||
"version": "1.7.0", | ||
"version": "1.7.2", | ||
"description": "Implementation of basic functions of binary Merkle tree.", | ||
@@ -67,3 +67,3 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@0xcert/utils": "1.7.0", | ||
"@0xcert/utils": "1.7.2", | ||
"@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
77827
1194