dep: update module hash

This commit is contained in:
Derrick Hammer 2023-07-01 16:39:25 -04:00
parent 009dc4e003
commit 8141edeb79
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ export class Socket extends Client {
}
export const MODULE =
"zduSB7gEXpcHo4F1esrpHRaB9nYh6KtTn3bktnpJRxWnpvqPhaLNmPwAp7";
"zduSTF2EV4ShHf1YC5HmZ89XJiemiM2zz9E1G33ygN7A4kZgQT1GnzELDd";
export const createClient = factory<SwarmClient>(SwarmClient, MODULE);