Merge pull request #204 from waku-org/chore/update-light-js

chore(light-js): bump to @waku/core 0.0.10
This commit is contained in:
Danish Arora 2023-02-02 07:59:21 +05:30 committed by GitHub
commit cf751d946e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@
waitForRemotePeer,
createEncoder,
createDecoder,
} from "https://unpkg.com/@waku/core@0.0.7/bundle/index.js";
} from "https://unpkg.com/@waku/core@0.0.10/bundle/index.js";
const peerIdDiv = document.getElementById("peer-id");
const remotePeerIdDiv = document.getElementById("remote-peer-id");