From 0bcec3e3e1943ce605b1caf218266717c7d5ca50 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 1 Feb 2023 12:33:30 -0500 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 1547ed8..d33df8e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -85,6 +85,6 @@ export class Socket extends Client { this.eventUpdates[event].push(update); } } -const MODULE = "_A4vHEpEHFUrI1KgkWp5jDCNVfxE1QyA9S8DnW6f5Ff_sQ"; +const MODULE = "_A7ClA0mSa1-Pg5c4V3C0H_fnhAFjgccITYT83Euc7t_9A"; export const createClient = factory(SwarmClient, MODULE); const createSocket = factory(Socket, MODULE);