@battlefi/merkle-tree
Advanced tools
Comparing version 1.0.10 to 1.0.11
import BalanceTree from "./balance-tree"; | ||
import MerkleTree from "./merkle-tree"; | ||
export { MerkleTree, BalanceTree }; | ||
declare const _default: { | ||
MerkleTree: typeof MerkleTree; | ||
BalanceTree: typeof BalanceTree; | ||
}; | ||
export default _default; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,3 +8,3 @@ { | ||
], | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "", | ||
@@ -11,0 +11,0 @@ "main": "dist/index", |
import BalanceTree from "./balance-tree"; | ||
import MerkleTree from "./merkle-tree"; | ||
export { MerkleTree, BalanceTree }; | ||
export default { MerkleTree, BalanceTree }; |
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
8378
187