dep: update module hash

This commit is contained in:
Derrick Hammer 2023-07-12 06:15:17 -04:00
parent efdcf50695
commit d365094f92
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 = "zduQZvN3rpSKUBDfhQLjTRP22dfAL6YXYxrPNLhw1jCDEMGnxDWtzocLvT";
const MODULE = "zduKq4QFDDnm8YQM5YhcKu6TuV8fekgHcSJw74n5RpsREhjVZGZ6RA9jv7";
export class PeerDiscoveryClient extends Client {
public async register(source: string): Promise<void> {