From bbdb6d5848b217e8e065bb93c73c7a490829dad5 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 12 Jul 2023 06:31:53 -0400 Subject: [PATCH] dep: update module hash --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 439b729..cc0b047 100644 --- a/src/index.ts +++ b/src/index.ts @@ -246,7 +246,7 @@ export class Socket extends Client { } export const MODULE = - "zduRN3oGGEVVHf4M8nPRsRWrm7Uk9fXedBLTuDyTcAMoyuT4BDN3Wevbsm"; + "zduGn7YAomEuxwt6KGrtAX54kq4dcgWvsLjXpni9MBc1Kfqs3wRqj2QSoh"; export const createClient = factory(SwarmClient, MODULE);