diff --git a/relay-js/index.html b/relay-js/index.html index 4f15a91..bf11fc9 100644 --- a/relay-js/index.html +++ b/relay-js/index.html @@ -26,10 +26,10 @@ * Recommended payload is protobuf. Using simple utf-8 string for demo purposes only. */ - import {utils} from 'https://unpkg.com/js-waku@0.29.0/bundle/index.js'; - import {createPrivacyNode} from 'https://unpkg.com/js-waku@0.29.0/bundle/lib/create_waku.js' - import {waitForRemotePeer} from 'https://unpkg.com/js-waku@0.29.0/bundle/lib/wait_for_remote_peer.js' - import {DecoderV0, EncoderV0} from "https://unpkg.com/js-waku@0.29.0/bundle/lib/waku_message/version_0.js"; + import {utils} from 'https://unpkg.com/js-waku@0.30.0/bundle/index.js'; + import {createPrivacyNode} from 'https://unpkg.com/js-waku@0.30.0/bundle/lib/create_waku.js' + import {waitForRemotePeer} from 'https://unpkg.com/js-waku@0.30.0/bundle/lib/wait_for_remote_peer.js' + import {DecoderV0, EncoderV0} from "https://unpkg.com/js-waku@0.30.0/bundle/lib/waku_message/version_0.js"; const statusDiv = document.getElementById('status'); const messagesDiv = document.getElementById('messages');