ipfs-unixfs-importer
Advanced tools
Comparing version 14.0.2 to 15.0.0
@@ -8,3 +8,3 @@ import { DAGBuilder } from './dag-builder/index.js'; | ||
import { FileLayout } from './layout/index.js'; | ||
import type { AwaitIterable } from 'blockstore-core/base'; | ||
import type { AwaitIterable } from 'interface-store'; | ||
export type ByteStream = AwaitIterable<Uint8Array>; | ||
@@ -11,0 +11,0 @@ export type ImportContent = ByteStream | Uint8Array; |
{ | ||
"name": "ipfs-unixfs-importer", | ||
"version": "14.0.2", | ||
"version": "15.0.0", | ||
"description": "JavaScript implementation of the UnixFs importer used by IPFS", | ||
@@ -167,3 +167,4 @@ "license": "Apache-2.0 OR MIT", | ||
"ipfs-unixfs": "^11.0.0", | ||
"interface-blockstore": "^4.0.1", | ||
"interface-blockstore": "^5.0.0", | ||
"interface-store": "^4.0.0", | ||
"it-all": "^2.0.0", | ||
@@ -180,3 +181,3 @@ "it-batch": "^2.0.0", | ||
"aegir": "^38.1.2", | ||
"blockstore-core": "^3.0.0", | ||
"blockstore-core": "^4.0.1", | ||
"it-buffer-stream": "^3.0.0", | ||
@@ -183,0 +184,0 @@ "it-drain": "^2.0.0", |
@@ -14,3 +14,3 @@ import parallelBatch from 'it-parallel-batch' | ||
import errcode from 'err-code' | ||
import type { AwaitIterable } from 'blockstore-core/base' | ||
import type { AwaitIterable } from 'interface-store' | ||
@@ -17,0 +17,0 @@ export type ByteStream = AwaitIterable<Uint8Array> |
Sorry, the diff of this file is not supported yet
257864
15
+ Addedinterface-store@^4.0.0
+ Addedinterface-blockstore@5.3.1(transitive)
+ Addedinterface-store@4.1.06.0.2(transitive)
- Removedinterface-blockstore@4.0.1(transitive)
- Removedinterface-store@3.0.4(transitive)
Updatedinterface-blockstore@^5.0.0