bump @waku for store-js (#226)

This commit is contained in:
Sasha 2023-04-17 20:53:06 +02:00 committed by GitHub
parent e9c8eb1f10
commit 700de9d740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,13 +17,13 @@
import {
defaultLibp2p,
defaultPeerDiscovery,
} from "https://unpkg.com/@waku/create@0.0.5/bundle/index.js";
} from "https://unpkg.com/@waku/create@0.0.12/bundle/index.js";
import {
wakuStore,
WakuNode,
waitForRemotePeer,
createDecoder,
} from "https://unpkg.com/@waku/core@0.0.10/bundle/index.js";
} from "https://unpkg.com/@waku/core@0.0.16/bundle/index.js";
/**
* This example demonstrates how to use the js-waku minified bundle