Release 8.0.3
This commit is contained in:
parent
61b4276d4f
commit
3cf25229fe
2 changed files with 3 additions and 3 deletions
2
dist
2
dist
|
@ -1 +1 @@
|
||||||
Subproject commit 6a90e2a5b7977f2973016f5e6ad2b0306bc1d001
|
Subproject commit 8577464a0732772f4fd4a587e3b2e24656af0918
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "y-webrtc",
|
"name": "y-webrtc",
|
||||||
"version": "8.0.2",
|
"version": "8.0.3",
|
||||||
"description": "WebRTC Connector for Yjs",
|
"description": "WebRTC Connector for Yjs",
|
||||||
"main": "./src/WebRTC.js",
|
"main": "./src/WebRTC.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -74,6 +74,6 @@
|
||||||
"vinyl-source-stream": "^1.1.0"
|
"vinyl-source-stream": "^1.1.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"yjs": "^9.0.0 || ^10.0.0"
|
"yjs": "^9.0.0 || ^10.0.0 || ^11.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue