Skip to content

Commit

Permalink
iso-wrtc: use more recent wrtc
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Feb 19, 2024
1 parent a6af60c commit 89e39f6
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 24 deletions.
2 changes: 1 addition & 1 deletion discojs/discojs-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://github.com/epfml/disco#readme",
"dependencies": {
"@epfml/discojs-core": "*",
"@koush/wrtc": "0.5",
"@roamhq/wrtc": "0.7",
"@tensorflow/tfjs-node": "4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion isomorphic-wrtc/node.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"use strict";

module.exports = require("wrtc");
module.exports = require("@roamhq/wrtc");
2 changes: 1 addition & 1 deletion isomorphic-wrtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"author": "",
"license": "MIT",
"peerDependencies": {
"wrtc": "*"
"@roamhq/wrtc": "*"
}
}
105 changes: 84 additions & 21 deletions package-lock.json

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

0 comments on commit 89e39f6

Please sign in to comment.