chore(relay-js): bump js-waku to 0.26.0
This commit is contained in:
parent
6d72b38f57
commit
52b0843e6c
|
@ -28,13 +28,13 @@
|
||||||
|
|
||||||
import {
|
import {
|
||||||
WakuMessage
|
WakuMessage
|
||||||
} from 'https://unpkg.com/js-waku@next/bundle/index.js';
|
} from 'https://unpkg.com/js-waku@0.26.0/bundle/index.js';
|
||||||
import {
|
import {
|
||||||
createWaku
|
createWaku
|
||||||
} from 'https://unpkg.com/js-waku@next/bundle/lib/create_waku.js'
|
} from 'https://unpkg.com/js-waku@0.26.0/bundle/lib/create_waku.js'
|
||||||
import {
|
import {
|
||||||
waitForRemotePeer
|
waitForRemotePeer
|
||||||
} from 'https://unpkg.com/js-waku@next/bundle/lib/wait_for_remote_peer.js'
|
} from 'https://unpkg.com/js-waku@0.26.0/bundle/lib/wait_for_remote_peer.js'
|
||||||
|
|
||||||
const statusDiv = document.getElementById('status');
|
const statusDiv = document.getElementById('status');
|
||||||
const messagesDiv = document.getElementById('messages');
|
const messagesDiv = document.getElementById('messages');
|
||||||
|
|
Loading…
Reference in New Issue