From 9c580318355ef4c3ea42a9c847bd91a22c760f34 Mon Sep 17 00:00:00 2001 From: danisharora099 Date: Wed, 1 Feb 2023 12:57:24 +0530 Subject: [PATCH] bump to @waku/core 0.0.10 --- examples/light-js/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/light-js/index.html b/examples/light-js/index.html index b8a855b..0626e3c 100644 --- a/examples/light-js/index.html +++ b/examples/light-js/index.html @@ -47,7 +47,7 @@ waitForRemotePeer, createEncoder, createDecoder, - } from "https://unpkg.com/@waku/core@0.0.7/bundle/index.js"; + } from "https://unpkg.com/@waku/core@0.0.10/bundle/index.js"; const peerIdDiv = document.getElementById("peer-id"); const remotePeerIdDiv = document.getElementById("remote-peer-id");