Compare commits

..

No commits in common. "d61df5d4e848c148c74c8e949845086fb4d58eb9" and "6c41fbc11479564e91a6bffb727b45dbed091fe0" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@ -163,7 +163,7 @@ export class Socket extends Client {
this.eventUpdates[event].push(update);
}
}
const MODULE = "_AXpXQ4czC7B0hcqXfbhGv5T5MFAFprS9KC2c39GYaj9hw";
const MODULE = "_A4f60TEDH1Ta7F6Mhwk357KiVe0_tKlTKHArdnrAqV-Xw";
export const createClient = factory(SwarmClient, MODULE);
const socketFactory = factory(Socket, MODULE);
const createSocket = async (...args) => {

View File

@ -241,7 +241,7 @@ export class Socket extends Client {
}
}
const MODULE = "_AXpXQ4czC7B0hcqXfbhGv5T5MFAFprS9KC2c39GYaj9hw";
const MODULE = "_A4f60TEDH1Ta7F6Mhwk357KiVe0_tKlTKHArdnrAqV-Xw";
export const createClient = factory<SwarmClient>(SwarmClient, MODULE);