From 7ec1ec177e1da4dee10ab67c8554ab049dda1f26 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 2 Sep 2023 10:06:28 -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 894b350..510a518 100644 --- a/src/index.ts +++ b/src/index.ts @@ -277,7 +277,7 @@ export class Socket extends Client { } export const MODULE = - "zA71z3zajvPWYw86YTKiTx8rBybB7GR7HtD4NNR6b45Cs1YB7sL7xCEY5QpDP5uJPao4SL23"; + "z3o47ar8NBrnaEneBVzZD7QuMRMXjDtQDCpt4xP6mhsdw1cjnJ8mQKfNKGv3"; export const createClient = factory(SwarmClient, MODULE);