mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-02-20 02:38:19 +00:00
chore(store-js): bump js-waku to 0.28.1
This commit is contained in:
parent
9a9be0eff8
commit
75eb8783f2
@ -15,13 +15,13 @@
|
|||||||
<script type='module'>
|
<script type='module'>
|
||||||
import {
|
import {
|
||||||
Protocols
|
Protocols
|
||||||
} 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 {
|
||||||
createWaku
|
createWaku
|
||||||
} 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'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This example demonstrates how to use the js-waku minified bundle
|
* This example demonstrates how to use the js-waku minified bundle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user