Compare commits

..

No commits in common. "ab78add294f850b70b66fa40bab8987573d76e41" and "30c08327b42035e69711030217b52f08e520da6e" have entirely different histories.

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);
}
}
const MODULE = "_A4zfYX8-ExD-4m2wGpYDVwOg3jCFj2FXthhf-5GHEVgsQ";
const MODULE = "_A5eH4eOmFJF09HWAn5gJZ01Wm8FkYzxtCYustVPwvvBCA";
export const createClient = factory(SwarmClient, MODULE);
const socketFactory = factory(Socket, MODULE);
const createSocket = async (...args) => {

View File

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