Compare commits
No commits in common. "2ebe64b33a2c0e7496c1c0fe5a5485927992bceb" and "8daf4b4e7df14961242e7470dbfc80dd84c3b3fc" have entirely different histories.
2ebe64b33a
...
8daf4b4e7d
|
@ -47,6 +47,6 @@ export declare class Socket extends Client {
|
||||||
private ensureEvent;
|
private ensureEvent;
|
||||||
private trackEvent;
|
private trackEvent;
|
||||||
}
|
}
|
||||||
export declare const MODULE = "_AU-CzTIzrnnJSoVjfWG_d3cAb8_hONuZ1XaqbFlygrFlg";
|
export declare const MODULE = "_AXrQLca2khpy2m0bhEqpD3xsK6xlvekjq-bmhBrzoc4yg";
|
||||||
export declare const createClient: (...args: any) => SwarmClient;
|
export declare const createClient: (...args: any) => SwarmClient;
|
||||||
//# sourceMappingURL=index.d.ts.map
|
//# sourceMappingURL=index.d.ts.map
|
|
@ -169,7 +169,7 @@ export class Socket extends Client {
|
||||||
this.eventUpdates[event].push(update);
|
this.eventUpdates[event].push(update);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export const MODULE = "_AU-CzTIzrnnJSoVjfWG_d3cAb8_hONuZ1XaqbFlygrFlg";
|
export const MODULE = "_AXrQLca2khpy2m0bhEqpD3xsK6xlvekjq-bmhBrzoc4yg";
|
||||||
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) => {
|
||||||
|
|
|
@ -255,7 +255,7 @@ export class Socket extends Client {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export const MODULE = "_AU-CzTIzrnnJSoVjfWG_d3cAb8_hONuZ1XaqbFlygrFlg";
|
export const MODULE = "_AXrQLca2khpy2m0bhEqpD3xsK6xlvekjq-bmhBrzoc4yg";
|
||||||
|
|
||||||
export const createClient = factory<SwarmClient>(SwarmClient, MODULE);
|
export const createClient = factory<SwarmClient>(SwarmClient, MODULE);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue