chore(store-js): bump @waku/core to 0.0.7
This commit is contained in:
parent
7cb97ae71c
commit
4dc0fc71d7
|
@ -14,13 +14,13 @@
|
||||||
import {
|
import {
|
||||||
defaultLibp2p,
|
defaultLibp2p,
|
||||||
defaultPeerDiscovery,
|
defaultPeerDiscovery,
|
||||||
} from "https://unpkg.com/@waku/create@0.0.4/bundle/index.js";
|
} from "https://unpkg.com/@waku/create@0.0.5/bundle/index.js";
|
||||||
import { waitForRemotePeer } from "https://unpkg.com/@waku/core@0.0.6/bundle/lib/wait_for_remote_peer.js";
|
|
||||||
import {
|
import {
|
||||||
wakuStore,
|
wakuStore,
|
||||||
WakuNode,
|
WakuNode,
|
||||||
} from "https://unpkg.com/@waku/core@0.0.6/bundle/index.js";
|
waitForRemotePeer,
|
||||||
import { DecoderV0 } from "https://unpkg.com/@waku/core@0.0.6/bundle/lib/waku_message/version_0.js";
|
createDecoder,
|
||||||
|
} from "https://unpkg.com/@waku/core@0.0.7/bundle/index.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 +56,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
await node.store.queryOrderedCallback(
|
await node.store.queryOrderedCallback(
|
||||||
[new DecoderV0("/relay-ping/1/ping/null")],
|
[createDecoder("/relay-ping/1/ping/null")],
|
||||||
callback,
|
callback,
|
||||||
{ pageDirection: "backward" }
|
{ pageDirection: "backward" }
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue