From 50b3cc061d212a1f2c266e9fed2f7f9b4f1020a3 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Tue, 20 Sep 2022 11:54:28 +1000 Subject: [PATCH] chore(relay-js): bump js-waku to 0.28.1 --- relay-js/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/relay-js/index.html b/relay-js/index.html index a4f461f..bedcbf1 100644 --- a/relay-js/index.html +++ b/relay-js/index.html @@ -28,13 +28,13 @@ import { 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 { createPrivacyNode - } 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 statusDiv = document.getElementById('status'); const messagesDiv = document.getElementById('messages');