Skip to content

Commit

Permalink
v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
murat-dogan committed Dec 1, 2024
1 parent 14e766f commit 3893303
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-datachannel",
"version": "0.23.0-dev",
"version": "0.23.0",
"description": "WebRTC For Node.js and Electron. libdatachannel node bindings.",
"main": "./dist/cjs/lib/index.cjs",
"module": "./dist/esm/lib/index.mjs",
Expand Down
1 change: 0 additions & 1 deletion test/polyfill-connectivity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ dc1.onclose = (): void => {
peer1
.createOffer()
.then((desc) => {
// console.log(122222, desc);
peer2.setRemoteDescription(desc);
})
.catch((err) => console.error(err));
Expand Down

0 comments on commit 3893303

Please sign in to comment.