Merge pull request #212 from waku-org/chore/upgrade-packages
chore: upgrade `@waku/create`
This commit is contained in:
commit
671767400a
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue