@0xcert/merkle
Advanced tools
Comparing version 1.0.0-rc2 to 1.0.0-rc3
@@ -5,4 +5,4 @@ { | ||
{ | ||
"version": "1.0.0-rc2", | ||
"tag": "@0xcert/merkle_v1.0.0-rc2", | ||
"version": "1.0.0-rc3", | ||
"tag": "@0xcert/merkle_v1.0.0-rc3", | ||
"date": "Thu, 22 Nov 2018 00:51:03 GMT", | ||
@@ -9,0 +9,0 @@ "comments": {} |
{ | ||
"files": { | ||
"packages/0xcert-merkle/CHANGELOG.json": "a275b7907a7ea0ed0ee7f0642ce9d281ab3ed200", | ||
"packages/0xcert-merkle/CHANGELOG.md": "a08d2c32b67a7c26ed4648236ae5c4d50877fcd3", | ||
"packages/0xcert-merkle/README.md": "a75ed7629b04dd0eeebe3b3f88b1bdfa90d1a61b", | ||
"packages/0xcert-merkle/nodemon.json": "82b893373db9861f1df4b55d8ea68a5d37b118de", | ||
"packages/0xcert-merkle/package.json": "9b349efa17253dcdfae655e9d619733abf57ebcf", | ||
"packages/0xcert-merkle/src/core/merkle.ts": "7708937afc290248c3c94574951ccf40464cd561", | ||
"packages/0xcert-merkle/src/index.ts": "d6e89de6faec0b508d09239bf458d7a8a26e4775", | ||
"packages/0xcert-merkle/src/tests/core/merkle/disclose-instance-method.test.ts": "971746aaa33b5a93502dae0dd06e2e13546bed76", | ||
"packages/0xcert-merkle/src/tests/core/merkle/imprint-instance-method.test.ts": "9adcef3145f742b1385365eb0807f4b77dbb3255", | ||
"packages/0xcert-merkle/src/tests/core/merkle/notarize-instance-method.test.ts": "4a68b3ccf30304c18bd8db304b7869327f5bd3cd", | ||
"packages/0xcert-merkle/src/tests/index.test.ts": "38e3a7ceb14cfb723716f33ecfdcb201b2c20df5", | ||
"packages/0xcert-merkle/tsconfig.json": "4aeac3c20e45b7e477e82012eb7788f7dbb11bf3", | ||
"packages/0xcert-merkle/tslint.json": "b0a3b65cb51c9a9e16abb4463660440dd701ea3c", | ||
"common/config/rush/npm-shrinkwrap.json": "0ea2df5136471a39c49faa46a4eef6a0570c7c72" | ||
}, | ||
"arguments": "npx nyc npx hayspec test " | ||
"files": {}, | ||
"arguments": "npm run lint && npx nyc npx hayspec test " | ||
} |
{ | ||
"name": "@0xcert/merkle", | ||
"version": "1.0.0-rc2", | ||
"version": "1.0.0-rc3", | ||
"description": "Implementation of basic functions of binary Merkle tree.", | ||
@@ -11,3 +11,3 @@ "main": "./dist/index.js", | ||
"lint": "npx tslint 'src/**/*.ts?(x)'", | ||
"test": "npx nyc npx hayspec test" | ||
"test": "npm run lint && npx nyc npx hayspec test" | ||
}, | ||
@@ -68,3 +68,3 @@ "hayspec": { | ||
"devDependencies": { | ||
"@0xcert/utils": "1.0.0-rc2", | ||
"@0xcert/utils": "1.0.0-rc3", | ||
"@hayspec/cli": "^0.8.3", | ||
@@ -71,0 +71,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
59953
901