Compare commits

...

2 Commits

Author SHA1 Message Date
Derrick Hammer ab78add294
*update dist 2023-03-18 14:42:37 -04:00
Derrick Hammer 4e504124b2
*update module hash 2023-03-18 14:42:22 -04:00
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@ -148,7 +148,7 @@ export class Socket extends Client {
this.eventUpdates[event].push(update); this.eventUpdates[event].push(update);
} }
} }
const MODULE = "_A5eH4eOmFJF09HWAn5gJZ01Wm8FkYzxtCYustVPwvvBCA"; const MODULE = "_A4zfYX8-ExD-4m2wGpYDVwOg3jCFj2FXthhf-5GHEVgsQ";
export const createClient = factory(SwarmClient, MODULE); export const createClient = factory(SwarmClient, MODULE);
const socketFactory = factory(Socket, MODULE); const socketFactory = factory(Socket, MODULE);
const createSocket = async (...args) => { const createSocket = async (...args) => {

View File

@ -218,7 +218,7 @@ export class Socket extends Client {
} }
} }
const MODULE = "_A5eH4eOmFJF09HWAn5gJZ01Wm8FkYzxtCYustVPwvvBCA"; const MODULE = "_A4zfYX8-ExD-4m2wGpYDVwOg3jCFj2FXthhf-5GHEVgsQ";
export const createClient = factory<SwarmClient>(SwarmClient, MODULE); export const createClient = factory<SwarmClient>(SwarmClient, MODULE);