Skip to content

Commit f494558

Browse files
committed
bump rtc-peer version
Signed-off-by: Matt Krick <[email protected]>
1 parent 94ac30e commit f494558

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
node_modules
22
coverage
3+
.history
34
.nyc_output
45
.DS_Store
56
*.log

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mattkrick/fast-rtc-swarm",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "A full-mesh WebRTC swarm built on top of simple-peer",
55
"keywords": [
66
"WebRTC",
@@ -58,7 +58,7 @@
5858
"webpack-node-externals": "^1.7.2"
5959
},
6060
"dependencies": {
61-
"@mattkrick/fast-rtc-peer": "^0.3.2",
61+
"@mattkrick/fast-rtc-peer": "^0.4.0",
6262
"eventemitter3": "^3.1.0",
6363
"tslib": "^1.9.3"
6464
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@mattkrick/fast-rtc-peer@^0.3.2":
6-
version "0.3.2"
7-
resolved "https://registry.yarnpkg.com/@mattkrick/fast-rtc-peer/-/fast-rtc-peer-0.3.2.tgz#1d52730d0ccf342cbc7557e01ea57d810f286eac"
8-
integrity sha512-4P8EiJNyKQvPpB0ZFvY5XpMPsnb9k+pisg1eYdBZ5ChQZHpjRJnAi58b6fCmqlGIsLqcZHSp19swj5fg4HVs6w==
5+
"@mattkrick/fast-rtc-peer@^0.4.0":
6+
version "0.4.0"
7+
resolved "https://registry.yarnpkg.com/@mattkrick/fast-rtc-peer/-/fast-rtc-peer-0.4.0.tgz#c063684a7d64f2043c0e05898ca88fbe0d8ba0ad"
8+
integrity sha512-EIAhjhSkQ7Tc+bXF34jqVOQAe7x7f5InGpUWFab5fM14DHm9/4n1Nw7XBZ8TGNH7bKqqCBRiO1S5mX+2cW/nNg==
99
dependencies:
1010
eventemitter3 "^3.1.0"
1111
shortid "^2.2.12"

0 commit comments

Comments
 (0)