chore(store-js): bump js-waku to 0.29.0
This commit is contained in:
parent
b373d41540
commit
6d2a3017b0
|
@ -13,15 +13,10 @@
|
||||||
<div id='timestamp'></div>
|
<div id='timestamp'></div>
|
||||||
|
|
||||||
<script type='module'>
|
<script type='module'>
|
||||||
import {
|
import {Protocols} from 'https://unpkg.com/js-waku@0.29.0/bundle/index.js';
|
||||||
Protocols
|
import {createWaku} from 'https://unpkg.com/js-waku@0.29.0/bundle/lib/create_waku.js'
|
||||||
} from 'https://unpkg.com/js-waku@0.28.1/bundle/index.js';
|
import {waitForRemotePeer} from 'https://unpkg.com/js-waku@0.29.0/bundle/lib/wait_for_remote_peer.js'
|
||||||
import {
|
import {DecoderV0} from 'https://unpkg.com/js-waku@0.29.0/bundle/lib/waku_message/version_0.js'
|
||||||
createWaku
|
|
||||||
} from 'https://unpkg.com/js-waku@0.28.1/bundle/lib/create_waku.js'
|
|
||||||
import {
|
|
||||||
waitForRemotePeer
|
|
||||||
} 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
|
||||||
|
@ -56,7 +51,7 @@
|
||||||
startTime.setTime(Date.now() - 7 * 24 * 60 * 60 * 1000);
|
startTime.setTime(Date.now() - 7 * 24 * 60 * 60 * 1000);
|
||||||
try {
|
try {
|
||||||
await node.store
|
await node.store
|
||||||
.queryOrderedCallback([],
|
.queryOrderedCallback([new DecoderV0("/relay-ping/1/ping/null")],
|
||||||
callback,
|
callback,
|
||||||
{
|
{
|
||||||
pageDirection: 'backward',
|
pageDirection: 'backward',
|
||||||
|
|
Loading…
Reference in New Issue