From 17a13ac9e373ca6c9672304dbaa61e13d3272911 Mon Sep 17 00:00:00 2001 From: danisharora099 Date: Tue, 7 Feb 2023 14:08:22 +0530 Subject: [PATCH] chore(light-chat): bump up @waku/create --- examples/light-chat/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/light-chat/index.js b/examples/light-chat/index.js index 7f88dab..e947f6d 100644 --- a/examples/light-chat/index.js +++ b/examples/light-chat/index.js @@ -1,5 +1,5 @@ import * as utils from "https://unpkg.com/@waku/byte-utils@0.0.2/bundle/index.js"; -import * as wakuCreate from "https://unpkg.com/@waku/create@0.0.5/bundle/index.js"; +import * as wakuCreate from "https://unpkg.com/@waku/create@0.0.6/bundle/index.js"; import { waitForRemotePeer, createDecoder,