Release 11.0.1
This commit is contained in:
parent
918bc334b2
commit
2675f0277c
2
dist
2
dist
@ -1 +1 @@
|
|||||||
Subproject commit c2b8d7b16456ffcb4410eaede5eb32e96b8a977c
|
Subproject commit 89a920df683ddbeb64c2d542793f3a1aa9fe01f9
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yjs",
|
"name": "yjs",
|
||||||
"version": "11.0.0",
|
"version": "11.0.1",
|
||||||
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
||||||
"main": "./src/y.js",
|
"main": "./src/y.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -53,7 +53,7 @@ module.exports = function (Y/* :any */) {
|
|||||||
this.broadcastedHB = false
|
this.broadcastedHB = false
|
||||||
this.syncStep2 = Promise.resolve()
|
this.syncStep2 = Promise.resolve()
|
||||||
this.broadcastOpBuffer = []
|
this.broadcastOpBuffer = []
|
||||||
this.protocolVersion = 10
|
this.protocolVersion = 11
|
||||||
}
|
}
|
||||||
reconnect () {
|
reconnect () {
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user