bump to @waku/core 0.0.10

This commit is contained in:
danisharora099 2023-02-01 12:57:24 +05:30
parent 362e307594
commit 9c58031835
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
1 changed files with 1 additions and 1 deletions

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");