From 748690459261cdbba274b8c6d03caab035e037c1 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 4 Apr 2023 08:08:05 -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 af39b56..e9c0099 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 = "_AXpXQ4czC7B0hcqXfbhGv5T5MFAFprS9KC2c39GYaj9hw"; +const MODULE = "_AXaAhoQvjUXiua5jXa-uPPwyOoV0JrRkKNBfKqWTCTf2A"; export const createClient = factory(SwarmClient, MODULE); const socketFactory = factory(Socket, MODULE); const createSocket = async (...args) => {