From e6226102ebe80a67b3aa4a63fc291273aa11d177 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Thu, 15 Sep 2022 16:31:25 +1000 Subject: [PATCH] feat(relay-js): bump js-waku to 0.28.0 --- 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 b28c8e4..a754fd0 100644 --- a/relay-js/index.html +++ b/relay-js/index.html @@ -28,13 +28,13 @@ import { WakuMessage - } from 'https://unpkg.com/js-waku@0.27.0/bundle/index.js'; + } from 'https://unpkg.com/js-waku@0.28.0/bundle/index.js'; import { createPrivacyNode - } from 'https://unpkg.com/js-waku@0.27.0/bundle/lib/create_waku.js' + } from 'https://unpkg.com/js-waku@0.28.0/bundle/lib/create_waku.js' import { waitForRemotePeer - } from 'https://unpkg.com/js-waku@0.27.0/bundle/lib/wait_for_remote_peer.js' + } from 'https://unpkg.com/js-waku@0.28.0/bundle/lib/wait_for_remote_peer.js' const statusDiv = document.getElementById('status'); const messagesDiv = document.getElementById('messages');