From 5e710b63c64c8a005d436d45c70979c24cc4772d Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Wed, 14 Sep 2022 22:37:17 +1000 Subject: [PATCH] chore(relay-js): bump js-waku to 0.27.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 cd861b2..cf7e55e 100644 --- a/relay-js/index.html +++ b/relay-js/index.html @@ -28,13 +28,13 @@ import { WakuMessage - } from 'https://unpkg.com/js-waku@0.26.0/bundle/index.js'; + } from 'https://unpkg.com/js-waku@0.27.0/bundle/index.js'; import { createWaku - } from 'https://unpkg.com/js-waku@0.26.0/bundle/lib/create_waku.js' + } from 'https://unpkg.com/js-waku@0.27.0/bundle/lib/create_waku.js' import { waitForRemotePeer - } from 'https://unpkg.com/js-waku@0.26.0/bundle/lib/wait_for_remote_peer.js' + } from 'https://unpkg.com/js-waku@0.27.0/bundle/lib/wait_for_remote_peer.js' const statusDiv = document.getElementById('status'); const messagesDiv = document.getElementById('messages');