From 3bdaedd939c70ef26d7f4912c77fa913ff597218 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 4 Apr 2023 11:24:11 -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 e9c0099..2ec5ee6 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 = "_AXaAhoQvjUXiua5jXa-uPPwyOoV0JrRkKNBfKqWTCTf2A"; +const MODULE = "_AVQCyWxDQns1-CtIS667XAuVKTuyj7b09s_7bRJfNSa6Q"; export const createClient = factory(SwarmClient, MODULE); const socketFactory = factory(Socket, MODULE); const createSocket = async (...args) => {