*Update dist

This commit is contained in:
Derrick Hammer 2023-02-01 12:33:30 -05:00
parent a0279262b1
commit 0bcec3e3e1
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View File

@ -85,6 +85,6 @@ export class Socket extends Client {
this.eventUpdates[event].push(update);
}
}
const MODULE = "_A4vHEpEHFUrI1KgkWp5jDCNVfxE1QyA9S8DnW6f5Ff_sQ";
const MODULE = "_A7ClA0mSa1-Pg5c4V3C0H_fnhAFjgccITYT83Euc7t_9A";
export const createClient = factory(SwarmClient, MODULE);
const createSocket = factory(Socket, MODULE);