@0xcert/merkle
Advanced tools
Comparing version 1.7.4 to 1.8.0
@@ -5,2 +5,8 @@ { | ||
{ | ||
"version": "1.8.0", | ||
"tag": "@0xcert/merkle_v1.8.0", | ||
"date": "Tue, 30 Jul 2019 10:46:40 GMT", | ||
"comments": {} | ||
}, | ||
{ | ||
"version": "1.7.4", | ||
@@ -7,0 +13,0 @@ "tag": "@0xcert/merkle_v1.7.4", |
# Change Log - @0xcert/merkle | ||
This log was last generated on Wed, 19 Jun 2019 10:31:05 GMT and should not be manually modified. | ||
This log was last generated on Tue, 30 Jul 2019 10:46:40 GMT and should not be manually modified. | ||
## 1.8.0 | ||
Tue, 30 Jul 2019 10:46:40 GMT | ||
*Version update only* | ||
## 1.7.4 | ||
@@ -6,0 +11,0 @@ Wed, 19 Jun 2019 10:31:05 GMT |
{ | ||
"files": { | ||
"packages/0xcert-merkle/CHANGELOG.json": "0593c47e162d878a016572b372e63925993a5afc", | ||
"packages/0xcert-merkle/CHANGELOG.md": "a570f774ac5994651d0029d0a87c2885b35b6e6c", | ||
"packages/0xcert-merkle/CHANGELOG.json": "cc196a721a458e638cde2d378bc7747db5b3ec88", | ||
"packages/0xcert-merkle/CHANGELOG.md": "b2d9147782da1099122bf38ee3b2df931ec62ad8", | ||
"packages/0xcert-merkle/README.md": "0a92b4eb7eeb4f5dad091ea3011808ede4f9c4fe", | ||
"packages/0xcert-merkle/nodemon.json": "82b893373db9861f1df4b55d8ea68a5d37b118de", | ||
"packages/0xcert-merkle/package.json": "bfbfaec3cf656b9fcbcbd64ebb9dfb577c0c7161", | ||
"packages/0xcert-merkle/package.json": "e8fa46c7826af19829094681251739e6a621819b", | ||
"packages/0xcert-merkle/src/core/merkle.ts": "4e4fc9d36362bec4cac3fcfac127fad33d29d64f", | ||
@@ -14,7 +14,7 @@ "packages/0xcert-merkle/src/index.ts": "d6e89de6faec0b508d09239bf458d7a8a26e4775", | ||
"packages/0xcert-merkle/src/tests/index.test.ts": "38e3a7ceb14cfb723716f33ecfdcb201b2c20df5", | ||
"packages/0xcert-merkle/tsconfig.json": "4aeac3c20e45b7e477e82012eb7788f7dbb11bf3", | ||
"packages/0xcert-merkle/tsconfig.json": "aaa461c172cf0c93d58ffeef8e3ead76fe299b2e", | ||
"packages/0xcert-merkle/tslint.json": "c57b3f0cdb7aa74ab2ab02888380f613589cbe66", | ||
"common/config/rush/npm-shrinkwrap.json": "f6a3eabad58bf49b38e3bbf921e585591f74fef1" | ||
"common/config/rush/npm-shrinkwrap.json": "683a70d77c9c750e6e9324628a4e3717668b874b" | ||
}, | ||
"arguments": "npm run lint && npx nyc npx hayspec test " | ||
} |
{ | ||
"name": "@0xcert/merkle", | ||
"version": "1.7.4", | ||
"version": "1.8.0", | ||
"description": "Implementation of basic functions of binary Merkle tree.", | ||
@@ -67,6 +67,6 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@0xcert/utils": "1.7.4", | ||
"@0xcert/utils": "1.8.0", | ||
"@hayspec/cli": "^0.8.3", | ||
"@hayspec/spec": "^0.8.3", | ||
"nyc": "^13.1.0", | ||
"nyc": "^14.1.1", | ||
"ts-node": "^7.0.1", | ||
@@ -73,0 +73,0 @@ "tslint": "^5.12.1", |
@@ -10,4 +10,5 @@ { | ||
"declaration": true, | ||
"experimentalDecorators": true | ||
"experimentalDecorators": true, | ||
"allowSyntheticDefaultImports": true | ||
} | ||
} |
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
79613
36
1213