From 0491bebbdaac8f73ba0726ccbf35e2af963581d5 Mon Sep 17 00:00:00 2001 From: status-im-auto Date: Tue, 9 May 2023 20:42:07 +0000 Subject: [PATCH] Updates --- light-chat/index.js | 6 +++--- light-js/index.html | 6 +++--- relay-js/index.html | 6 +++--- store-js/index.html | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/light-chat/index.js b/light-chat/index.js index 99e5141..bf24ec8 100644 --- a/light-chat/index.js +++ b/light-chat/index.js @@ -1,10 +1,10 @@ -import * as utils from "https://unpkg.com/@waku/utils@0.0.4/bundle/bytes.js"; -import * as wakuCreate from "https://unpkg.com/@waku/create@0.0.12/bundle/index.js"; +import * as utils from "https://unpkg.com/@waku/utils@0.0.5/bundle/bytes.js"; +import * as wakuCreate from "https://unpkg.com/@waku/create@0.0.13/bundle/index.js"; import { waitForRemotePeer, createDecoder, createEncoder, -} from "https://unpkg.com/@waku/core@0.0.16/bundle/index.js"; +} from "https://unpkg.com/@waku/core@0.0.17/bundle/index.js"; const CONTENT_TOPIC = "/toy-chat/2/huilong/proto"; diff --git a/light-js/index.html b/light-js/index.html index 7a10fee..fb9bcb2 100644 --- a/light-js/index.html +++ b/light-js/index.html @@ -42,13 +42,13 @@