*Update dist

This commit is contained in:
Derrick Hammer 2023-04-09 17:17:02 -04:00
parent 21486473c4
commit ea92a2541d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 2 deletions

4
dist/index.js vendored
View File

@ -44,7 +44,7 @@ export class IPFSClient extends Client {
pipe = defer(); pipe = defer();
return { return {
value: chunk, value: chunk,
done: true, done,
}; };
}, },
}; };
@ -54,4 +54,4 @@ export class IPFSClient extends Client {
}; };
} }
} }
export const createClient = factory(IPFSClient, "AAADHtX7m4wC7kFA8wMqFzowlgweBG1FgQjGTabVOMRqBA"); export const createClient = factory(IPFSClient, "AABQIM9nyK61LFfr5jUAivD6JYRvQsC5XSNE71XXHfn-sg");