dep: update module hash

This commit is contained in:
Derrick Hammer 2023-07-01 16:27:33 -04:00
parent 90feed95c0
commit 09f3856872
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { Client, factory } from "@lumeweb/libkernel/module";
import type { Peer } from "@lumeweb/libpeerdiscovery";
import { hexToBuf } from "@lumeweb/libweb";
const MODULE = "zduLdc2dNGHDzDr5bS5e3r16zunKuDR6Bhgv4y63caV4D73dnGE8ByDvMd";
const MODULE = "zduJxyWfQ77E2YceWLBs1z2uKPFj2NDTsKgWdrbB5ktiJj95AkNizL72s9";
export class PeerDiscoveryClient extends Client {
public async register(source: string): Promise<void> {