@cumulus/checksum
Advanced tools
Comparing version 1.24.0 to 2.0.0
@@ -15,1 +15,2 @@ /// <reference types="node" /> | ||
export declare function generateChecksumFromStream(algorithm: string, stream: Readable, options?: TransformOptions): Promise<number | string>; | ||
//# sourceMappingURL=checksum.d.ts.map |
@@ -6,1 +6,2 @@ /** | ||
export { validateChecksumFromStream } from './validate'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -16,1 +16,2 @@ /// <reference types="node" /> | ||
export declare function validateChecksumFromStream(algorithm: string, stream: Readable, expectedSum: string | number, options?: TransformOptions): Promise<boolean>; | ||
//# sourceMappingURL=validate.d.ts.map |
{ | ||
"name": "@cumulus/checksum", | ||
"version": "1.24.0", | ||
"version": "2.0.0", | ||
"description": "Cumulus checksum utilities", | ||
"engines": { | ||
"node": ">=10.16.3" | ||
"node": ">=12.18.0" | ||
}, | ||
@@ -16,7 +16,7 @@ "main": "./dist/index.js", | ||
"build-docs": "npm run tsc && ../../node_modules/.bin/jsdoc2md -t templates/README.md.hbs ./dist/*.js > README.md", | ||
"clean": "rm -rf dist", | ||
"prepare": "npm run tsc", | ||
"test": "../../node_modules/.bin/ava", | ||
"test-coverage": "../../node_modules/.bin/nyc npm test", | ||
"debug": "NODE_ENV=test node --inspect-brk node_modules/ava/profile.js --serial tests/*.js", | ||
"tsc": "../../node_modules/.bin/tsc", | ||
"prepare": "npm run tsc" | ||
"test:coverage": "../../node_modules/.bin/nyc npm test", | ||
"tsc": "../../node_modules/.bin/tsc" | ||
}, | ||
@@ -26,7 +26,2 @@ "ava": { | ||
}, | ||
"nyc": { | ||
"exclude": [ | ||
"tests" | ||
] | ||
}, | ||
"keywords": [ | ||
@@ -48,3 +43,3 @@ "CUMULUS" | ||
}, | ||
"gitHead": "e98bd892450ac176e8e802a69d2c7d27a9ed3bca" | ||
"gitHead": "404fd959be4f17ccdf4f047f591ada7c2e39e3e9" | ||
} |
Sorry, the diff of this file is not supported yet
18870