From d3fa71cf748730e08ed50fa9c96fbbca9b7856cc Mon Sep 17 00:00:00 2001 From: Sasha Date: Mon, 7 Aug 2023 12:47:40 +0200 Subject: [PATCH] up light-js --- examples/light-js/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/light-js/index.html b/examples/light-js/index.html index 71f9892..04d730f 100644 --- a/examples/light-js/index.html +++ b/examples/light-js/index.html @@ -45,11 +45,11 @@ createDecoder, utf8ToBytes, bytesToUtf8, - } from "https://unpkg.com/@waku/sdk@0.0.16/bundle/index.js"; + } from "https://unpkg.com/@waku/sdk@0.0.18/bundle/index.js"; import { enrTree, DnsNodeDiscovery, - } from "https://unpkg.com/@waku/dns-discovery@0.0.14/bundle/index.js"; + } from "https://unpkg.com/@waku/dns-discovery@0.0.16/bundle/index.js"; const peerIdDiv = document.getElementById("peer-id"); const remotePeerIdDiv = document.getElementById("remote-peer-id");