*update dist

This commit is contained in:
Derrick Hammer 2023-03-24 16:14:55 -04:00
parent c7a7fa9194
commit 049a629e47
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -163,7 +163,7 @@ export class Socket extends Client {
this.eventUpdates[event].push(update);
}
}
const MODULE = "_A4zfYX8-ExD-4m2wGpYDVwOg3jCFj2FXthhf-5GHEVgsQ";
const MODULE = "_A6jfLFLPmRAVdA2cO3IUeLjDUxZbs_j0ASCloHQxXmFTw";
export const createClient = factory(SwarmClient, MODULE);
const socketFactory = factory(Socket, MODULE);
const createSocket = async (...args) => {