From 85268b69e52c192b940624118ba844ba03f0d3e8 Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Tue, 9 May 2023 22:40:04 +0200 Subject: [PATCH] chore: bump basic examples to new version (#235) --- examples/light-chat/index.js | 6 +++--- examples/light-js/index.html | 6 +++--- examples/relay-js/index.html | 6 +++--- examples/store-js/index.html | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/light-chat/index.js b/examples/light-chat/index.js index 99e51412..bf24ec82 100644 --- a/examples/light-chat/index.js +++ b/examples/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/examples/light-js/index.html b/examples/light-js/index.html index 7a10fee9..fb9bcb23 100644 --- a/examples/light-js/index.html +++ b/examples/light-js/index.html @@ -42,13 +42,13 @@