From 049a629e472c40479525e0c575b137a162b3666d Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 24 Mar 2023 16:14:55 -0400 Subject: [PATCH] *update dist --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 0756776..7978a8d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -163,7 +163,7 @@ export class Socket extends Client { this.eventUpdates[event].push(update); } } -const MODULE = "_A4zfYX8-ExD-4m2wGpYDVwOg3jCFj2FXthhf-5GHEVgsQ"; +const MODULE = "_A6jfLFLPmRAVdA2cO3IUeLjDUxZbs_j0ASCloHQxXmFTw"; export const createClient = factory(SwarmClient, MODULE); const socketFactory = factory(Socket, MODULE); const createSocket = async (...args) => {