dep: update module hash
This commit is contained in:
parent
6c566237de
commit
38f8a2dbb6
|
@ -7,8 +7,7 @@ interface AbortableGenerator {
|
||||||
iterable: () => AsyncIterable<Uint8Array>;
|
iterable: () => AsyncIterable<Uint8Array>;
|
||||||
}
|
}
|
||||||
|
|
||||||
export const MODULE =
|
export const MODULE = "zrjLXRiNfZ6gdyVcy88fxpLQRMXzam6y3jigbVj43DeEohx";
|
||||||
"zdiQLfg3eWeoaxrvFf7PVJquqrwSMFTUX3oR5qohBoDB8KiFaVdSqQK8Vm";
|
|
||||||
|
|
||||||
export class IPFSClient extends NetworkClient {
|
export class IPFSClient extends NetworkClient {
|
||||||
public async stat(cid: string, options?: Partial<StatOptions>) {
|
public async stat(cid: string, options?: Partial<StatOptions>) {
|
||||||
|
|
Loading…
Reference in New Issue