From ab78add294f850b70b66fa40bab8987573d76e41 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 18 Mar 2023 14:42:37 -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 ab73768..186d77c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -148,7 +148,7 @@ export class Socket extends Client { this.eventUpdates[event].push(update); } } -const MODULE = "_A5eH4eOmFJF09HWAn5gJZ01Wm8FkYzxtCYustVPwvvBCA"; +const MODULE = "_A4zfYX8-ExD-4m2wGpYDVwOg3jCFj2FXthhf-5GHEVgsQ"; export const createClient = factory(SwarmClient, MODULE); const socketFactory = factory(Socket, MODULE); const createSocket = async (...args) => {