Skip to content

Commit

Permalink
node-datachannel@0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Nov 19, 2023
1 parent 0618d65 commit 507c0b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lib": "lib"
},
"engines": {
"node": "^14.15 || >=16"
"node": ">=16"
},
"scripts": {
"bundle": "npm run bundle:version",
Expand All @@ -50,4 +50,4 @@
"funding": {
"url": "https://github.com/sponsors/yandeu"
}
}
}
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lib": "lib"
},
"engines": {
"node": "^14.15 || >=16"
"node": ">=16"
},
"scripts": {
"build": "tsc --build tsconfig.json",
Expand All @@ -45,9 +45,9 @@
"dependencies": {
"@geckos.io/common": "^2.3.2",
"@yandeu/events": "0.0.6",
"node-datachannel": "0.5.0"
"node-datachannel": "0.5.1"
},
"funding": {
"url": "https://github.com/sponsors/yandeu"
}
}
}

0 comments on commit 507c0b6

Please sign in to comment.