Compare commits

..

No commits in common. "98b43500aeecbf74bb25fe0dbd1f39b87f5cdbe8" and "63bd27fed253f3fd7e94a357d8ce88809328f34c" have entirely different histories.

2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@ -29,4 +29,4 @@ export class PeerDiscoveryClient extends Client {
return await this.callModuleReturn("discover", { pubkey }); return await this.callModuleReturn("discover", { pubkey });
} }
} }
export const createClient = factory(PeerDiscoveryClient, "FAC1RHsjGT8DcmOvnBVd8CekuuzE_qpMCRJ4oT_7Tql8bg"); export const createClient = factory(PeerDiscoveryClient, "FACTQhR-sNQ0K9Nh5QlHlkp5q57rxBdc2DGgacoTdwtIoA");

View File

@ -38,7 +38,7 @@ export class PeerDiscoveryClient extends Client {
export const createClient = factory<PeerDiscoveryClient>( export const createClient = factory<PeerDiscoveryClient>(
PeerDiscoveryClient, PeerDiscoveryClient,
"FAC1RHsjGT8DcmOvnBVd8CekuuzE_qpMCRJ4oT_7Tql8bg" "FACTQhR-sNQ0K9Nh5QlHlkp5q57rxBdc2DGgacoTdwtIoA"
); );
export { Peer }; export { Peer };