ipfs-unixfs-exporter
Advanced tools
Comparing version
@@ -44,3 +44,3 @@ import { CID } from 'multiformats/cid'; | ||
size: bigint; | ||
content: (options?: ExporterOptions) => AsyncGenerator<T, void, unknown>; | ||
content(options?: ExporterOptions): AsyncGenerator<T, void, unknown>; | ||
} | ||
@@ -47,0 +47,0 @@ export interface UnixFSFile extends Exportable<Uint8Array> { |
{ | ||
"name": "ipfs-unixfs-exporter", | ||
"version": "13.2.4", | ||
"version": "13.2.5", | ||
"description": "JavaScript implementation of the UnixFs exporter used by IPFS", | ||
@@ -159,3 +159,3 @@ "license": "Apache-2.0 OR MIT", | ||
"@types/sinon": "^17.0.2", | ||
"aegir": "^40.0.11", | ||
"aegir": "^41.3.2", | ||
"blockstore-core": "^4.0.1", | ||
@@ -162,0 +162,0 @@ "delay": "^6.0.0", |
@@ -62,3 +62,3 @@ import errCode from 'err-code' | ||
size: bigint | ||
content: (options?: ExporterOptions) => AsyncGenerator<T, void, unknown> | ||
content(options?: ExporterOptions): AsyncGenerator<T, void, unknown> | ||
} | ||
@@ -65,0 +65,0 @@ |
Sorry, the diff of this file is not supported yet
240868
-0.01%