*Update dist

This commit is contained in:
Derrick Hammer 2023-02-01 12:09:29 -05:00
parent 9354fbebbd
commit 1af9931725
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 = "_A73ORX4dxSkt7Cv8v6gtbV0W5EsLrdZX6SywPdSTFBPEg";
const MODULE = "_A4vHEpEHFUrI1KgkWp5jDCNVfxE1QyA9S8DnW6f5Ff_sQ";
export const createClient = factory(SwarmClient, MODULE);
const createSocket = factory(Socket, MODULE);