From 700de9d74045d26d76293a8a0ca835170109f87d Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Mon, 17 Apr 2023 20:53:06 +0200 Subject: [PATCH] bump @waku for store-js (#226) --- examples/store-js/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/store-js/index.html b/examples/store-js/index.html index f46ad82..e234d0f 100644 --- a/examples/store-js/index.html +++ b/examples/store-js/index.html @@ -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