mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-02-25 21:25:28 +00:00
chore(light-js): bump js-waku to 0.28.0
This commit is contained in:
parent
930373e7b9
commit
2ea1df193c
@ -35,13 +35,13 @@
|
|||||||
import {
|
import {
|
||||||
utils,
|
utils,
|
||||||
WakuMessage
|
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 {
|
import {
|
||||||
createLightNode
|
createLightNode
|
||||||
} 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 {
|
import {
|
||||||
waitForRemotePeer
|
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 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');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user