From e47fe353aab1610c3ab4b55f0bf0cc26a14ee37a Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 4 Jul 2023 11:20:31 -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 462280f..ba865ed 100644 --- a/src/index.ts +++ b/src/index.ts @@ -246,7 +246,7 @@ export class Socket extends Client { } export const MODULE = - "zduSTF2EV4ShHf1YC5HmZ89XJiemiM2zz9E1G33ygN7A4kZgQT1GnzELDd"; + "zduLAqosCTe9mDMhw7HH8uWEefxeo2Lz5Y22W25YzCxEcpLf7kkC3PFfMH"; export const createClient = factory(SwarmClient, MODULE);