This commit is contained in:
status-im-auto 2023-02-08 05:43:21 +00:00 committed by Jenkins
parent ea37783c50
commit 51c8e6a530
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import * as utils from "https://unpkg.com/@waku/byte-utils@0.0.2/bundle/index.js"; 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 { import {
waitForRemotePeer, waitForRemotePeer,
createDecoder, createDecoder,

View File

@ -42,7 +42,7 @@
<script type="module"> <script type="module">
import * as utils from "https://unpkg.com/@waku/byte-utils@0.0.2/bundle/index.js"; import * as utils from "https://unpkg.com/@waku/byte-utils@0.0.2/bundle/index.js";
import { createLightNode } from "https://unpkg.com/@waku/create@0.0.5/bundle/index.js"; import { createLightNode } from "https://unpkg.com/@waku/create@0.0.6/bundle/index.js";
import { import {
waitForRemotePeer, waitForRemotePeer,
createEncoder, createEncoder,