Merge pull request #212 from waku-org/chore/upgrade-packages

chore: upgrade `@waku/create`
This commit is contained in:
Danish Arora 2023-02-08 11:11:29 +05:30 committed by GitHub
commit 671767400a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 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,

View File

@ -42,7 +42,7 @@
<script type="module">
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 {
waitForRemotePeer,
createEncoder,