ipfs-unixfs-importer
Advanced tools
Comparing version 9.0.8 to 9.0.9
@@ -9,3 +9,3 @@ export default bufferImporter; | ||
*/ | ||
declare function bufferImporter(file: import("../../types").File, block: import("interface-blockstore/dist/src/types").Blockstore, options: import("../../types").ImporterOptions): AsyncIterable<() => Promise<import("../../types").InProgressImportResult>>; | ||
declare function bufferImporter(file: import("../../types").File, block: import("interface-blockstore").Blockstore, options: import("../../types").ImporterOptions): AsyncIterable<() => Promise<import("../../types").InProgressImportResult>>; | ||
//# sourceMappingURL=buffer-importer.d.ts.map |
@@ -11,3 +11,3 @@ export default fileBuilder; | ||
*/ | ||
declare function fileBuilder(file: import("../../types").File, block: import("interface-blockstore/dist/src/types").Blockstore, options: import("../../types").ImporterOptions): Promise<import("../../types").InProgressImportResult>; | ||
declare function fileBuilder(file: import("../../types").File, block: import("interface-blockstore").Blockstore, options: import("../../types").ImporterOptions): Promise<import("../../types").InProgressImportResult>; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -10,3 +10,3 @@ export default dagBuilder; | ||
*/ | ||
declare function dagBuilder(source: AsyncIterable<import("../types").ImportCandidate> | Iterable<import("../types").ImportCandidate>, blockstore: import("interface-blockstore/dist/src/types").Blockstore, options: import("../types").ImporterOptions): AsyncIterable<() => Promise<import("../types").InProgressImportResult>>; | ||
declare function dagBuilder(source: AsyncIterable<import("../types").ImportCandidate> | Iterable<import("../types").ImportCandidate>, blockstore: import("interface-blockstore").Blockstore, options: import("../types").ImporterOptions): AsyncIterable<() => Promise<import("../types").InProgressImportResult>>; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -10,3 +10,3 @@ export default treeBuilder; | ||
*/ | ||
declare function treeBuilder(source: AsyncIterable<import("./types").InProgressImportResult>, block: import("interface-blockstore/dist/src/types").Blockstore, options: import("./types").ImporterOptions): AsyncIterable<import("./types").ImportResult>; | ||
declare function treeBuilder(source: AsyncIterable<import("./types").InProgressImportResult>, block: import("interface-blockstore").Blockstore, options: import("./types").ImporterOptions): AsyncIterable<import("./types").ImportResult>; | ||
//# sourceMappingURL=tree-builder.d.ts.map |
@@ -6,3 +6,3 @@ export default createBlockApi; | ||
*/ | ||
declare function createBlockApi(): import("interface-blockstore/dist/src/types").Blockstore; | ||
declare function createBlockApi(): import("interface-blockstore").Blockstore; | ||
//# sourceMappingURL=block.d.ts.map |
{ | ||
"name": "ipfs-unixfs-importer", | ||
"version": "9.0.8", | ||
"version": "9.0.9", | ||
"description": "JavaScript implementation of the UnixFs importer used by IPFS", | ||
@@ -151,3 +151,3 @@ "license": "Apache-2.0 OR MIT", | ||
"coverage": "nyc -s npm run test -t node && nyc report --reporter=html", | ||
"de-pcheck": "aegir dep-check -i @types/mocha -i nyc -i rimraf -i copy -i util -i crypto-browserify -i events -i readable-stream -i assert", | ||
"de-pcheck": "aegir dep-check -i @types/mocha -i nyc -i rimraf -i copy -i util -i crypto-browserify -i events -i readable-stream -i assert -i interface-blockstore", | ||
"release": "semantic-release" | ||
@@ -161,3 +161,3 @@ }, | ||
"hamt-sharding": "^2.0.0", | ||
"interface-blockstore": "^1.0.0", | ||
"interface-blockstore": "^2.0.3", | ||
"ipfs-unixfs": "^6.0.0", | ||
@@ -174,5 +174,5 @@ "it-all": "^1.0.5", | ||
"devDependencies": { | ||
"@types/mocha": "^8.2.1", | ||
"aegir": "^36.2.3", | ||
"assert": "^2.0.0", | ||
"blockstore-core": "^1.0.5", | ||
"copy": "^0.3.2", | ||
@@ -179,0 +179,0 @@ "crypto-browserify": "^3.12.0", |
@@ -9,3 +9,3 @@ export default bufferImporter; | ||
*/ | ||
declare function bufferImporter(file: import("../../types").File, block: import("interface-blockstore/dist/src/types").Blockstore, options: import("../../types").ImporterOptions): AsyncIterable<() => Promise<import("../../types").InProgressImportResult>>; | ||
declare function bufferImporter(file: import("../../types").File, block: import("interface-blockstore").Blockstore, options: import("../../types").ImporterOptions): AsyncIterable<() => Promise<import("../../types").InProgressImportResult>>; | ||
//# sourceMappingURL=buffer-importer.d.ts.map |
@@ -11,3 +11,3 @@ export default fileBuilder; | ||
*/ | ||
declare function fileBuilder(file: import("../../types").File, block: import("interface-blockstore/dist/src/types").Blockstore, options: import("../../types").ImporterOptions): Promise<import("../../types").InProgressImportResult>; | ||
declare function fileBuilder(file: import("../../types").File, block: import("interface-blockstore").Blockstore, options: import("../../types").ImporterOptions): Promise<import("../../types").InProgressImportResult>; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -10,3 +10,3 @@ export default dagBuilder; | ||
*/ | ||
declare function dagBuilder(source: AsyncIterable<import("../types").ImportCandidate> | Iterable<import("../types").ImportCandidate>, blockstore: import("interface-blockstore/dist/src/types").Blockstore, options: import("../types").ImporterOptions): AsyncIterable<() => Promise<import("../types").InProgressImportResult>>; | ||
declare function dagBuilder(source: AsyncIterable<import("../types").ImportCandidate> | Iterable<import("../types").ImportCandidate>, blockstore: import("interface-blockstore").Blockstore, options: import("../types").ImporterOptions): AsyncIterable<() => Promise<import("../types").InProgressImportResult>>; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -10,3 +10,3 @@ export default treeBuilder; | ||
*/ | ||
declare function treeBuilder(source: AsyncIterable<import("./types").InProgressImportResult>, block: import("interface-blockstore/dist/src/types").Blockstore, options: import("./types").ImporterOptions): AsyncIterable<import("./types").ImportResult>; | ||
declare function treeBuilder(source: AsyncIterable<import("./types").InProgressImportResult>, block: import("interface-blockstore").Blockstore, options: import("./types").ImporterOptions): AsyncIterable<import("./types").ImportResult>; | ||
//# sourceMappingURL=tree-builder.d.ts.map |
@@ -6,3 +6,3 @@ export default createBlockApi; | ||
*/ | ||
declare function createBlockApi(): import("interface-blockstore/dist/src/types").Blockstore; | ||
declare function createBlockApi(): import("interface-blockstore").Blockstore; | ||
//# sourceMappingURL=block.d.ts.map |
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
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
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
Sorry, the diff of this file is not supported yet
282282
+ Added@types/node@22.13.1(transitive)
+ Addedinterface-blockstore@2.0.3(transitive)
+ Addedinterface-store@2.0.2(transitive)
- Removed@types/node@22.12.0(transitive)
- Removedinterface-blockstore@1.0.2(transitive)
- Removedinterface-store@1.0.2(transitive)
- Removedit-drain@1.0.5(transitive)
- Removedit-filter@1.0.3(transitive)
- Removedit-take@1.0.2(transitive)
Updatedinterface-blockstore@^2.0.3