chore(light-js): bump js-waku to 0.28.1

This commit is contained in:
fryorcraken.eth 2022-09-20 11:48:57 +10:00
parent ccfe71259b
commit ee918a84c2
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -37,13 +37,13 @@
import { import {
utils, utils,
WakuMessage 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 { import {
createLightNode 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 { import {
waitForRemotePeer 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 peerIdDiv = document.getElementById('peer-id');
const remotePeerIdDiv = document.getElementById('remote-peer-id'); const remotePeerIdDiv = document.getElementById('remote-peer-id');