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

This commit is contained in:
fryorcraken.eth 2022-09-20 12:02:34 +10:00
parent 9a9be0eff8
commit 75eb8783f2
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 3 additions and 3 deletions

View File

@ -15,13 +15,13 @@
<script type='module'>
import {
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 {
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 {
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