From 09f3856872f321faf1fcf948be10edd9795347a3 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sat, 1 Jul 2023 16:27:33 -0400 Subject: [PATCH] dep: update module hash --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 6ca1934..ce6b0d1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 {