@accumulators/merkle-mountain-range
Advanced tools
Comparing version 3.0.7 to 3.0.8
export { default } from "./core"; | ||
export { PrecomputationMMR } from "./precomputation"; | ||
export * from "./precomputation"; | ||
export * from "./types"; | ||
export * from "./draft"; |
@@ -17,8 +17,8 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PrecomputationMMR = exports.default = void 0; | ||
exports.default = void 0; | ||
var core_1 = require("./core"); | ||
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return core_1.default; } }); | ||
var precomputation_1 = require("./precomputation"); | ||
Object.defineProperty(exports, "PrecomputationMMR", { enumerable: true, get: function () { return precomputation_1.PrecomputationMMR; } }); | ||
__exportStar(require("./precomputation"), exports); | ||
__exportStar(require("./types"), exports); | ||
__exportStar(require("./draft"), exports); | ||
//# sourceMappingURL=index.js.map |
import { IStore, InStoreCounter, InStoreTable } from "@accumulators/core"; | ||
export declare class TreesDatabase { | ||
protected readonly store: IStore; | ||
readonly store: IStore; | ||
mmrId: string; | ||
@@ -5,0 +5,0 @@ readonly leavesCount: InStoreCounter; |
{ | ||
"name": "@accumulators/merkle-mountain-range", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "A TypeScript implementation of Merkle Mountain Ranges", | ||
@@ -36,10 +36,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@accumulators/core": "^3.0.3", | ||
"@accumulators/core": "^3.0.8", | ||
"ulid": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@accumulators/hashers": "^3.0.3", | ||
"@accumulators/memory": "^3.0.3" | ||
"@accumulators/hashers": "^3.0.8", | ||
"@accumulators/memory": "^3.0.8" | ||
}, | ||
"gitHead": "f06f68ccfa058d5301a3e1bb8781619a299cd168" | ||
"gitHead": "1b5084968c5aa0a7034ff8d7c75cccf2eb882c4f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
54536
35
687
Updated@accumulators/core@^3.0.8