From ee918a84c2de5c52485c4fc24a55f92143b25755 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Tue, 20 Sep 2022 11:48:57 +1000 Subject: [PATCH] chore(light-js): bump js-waku to 0.28.1 --- light-js/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/light-js/index.html b/light-js/index.html index 05d3f83..6f70909 100644 --- a/light-js/index.html +++ b/light-js/index.html @@ -37,13 +37,13 @@ import { utils, WakuMessage - } from 'https://unpkg.com/js-waku@0.28.0/bundle/index.js'; + } from 'https://unpkg.com/js-waku@0.28.1/bundle/index.js'; import { createLightNode - } from 'https://unpkg.com/js-waku@0.28.0/bundle/lib/create_waku.js' + } from 'https://unpkg.com/js-waku@0.28.1/bundle/lib/create_waku.js' import { waitForRemotePeer - } from 'https://unpkg.com/js-waku@0.28.0/bundle/lib/wait_for_remote_peer.js' + } from 'https://unpkg.com/js-waku@0.28.1/bundle/lib/wait_for_remote_peer.js' const peerIdDiv = document.getElementById('peer-id'); const remotePeerIdDiv = document.getElementById('remote-peer-id');