dep: update module hash
This commit is contained in:
parent
888d6bc09b
commit
2154344b25
|
@ -2,7 +2,7 @@ import { Client, factory } from "@lumeweb/libkernel/module";
|
||||||
import type { Peer } from "@lumeweb/libpeerdiscovery";
|
import type { Peer } from "@lumeweb/libpeerdiscovery";
|
||||||
import { hexToBuf } from "@lumeweb/libweb";
|
import { hexToBuf } from "@lumeweb/libweb";
|
||||||
|
|
||||||
const MODULE = "zduJxyWfQ77E2YceWLBs1z2uKPFj2NDTsKgWdrbB5ktiJj95AkNizL72s9";
|
const MODULE = "zduQZvN3rpSKUBDfhQLjTRP22dfAL6YXYxrPNLhw1jCDEMGnxDWtzocLvT";
|
||||||
|
|
||||||
export class PeerDiscoveryClient extends Client {
|
export class PeerDiscoveryClient extends Client {
|
||||||
public async register(source: string): Promise<void> {
|
public async register(source: string): Promise<void> {
|
||||||
|
|
Loading…
Reference in New Issue