mirror of
https://github.com/yjs/yjs.git
synced 2025-12-29 00:25:01 +01:00
Release 11.0.1
This commit is contained in:
2
dist
2
dist
Submodule dist updated: c2b8d7b164...89a920df68
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yjs",
|
||||
"version": "11.0.0",
|
||||
"version": "11.0.1",
|
||||
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
||||
"main": "./src/y.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -53,7 +53,7 @@ module.exports = function (Y/* :any */) {
|
||||
this.broadcastedHB = false
|
||||
this.syncStep2 = Promise.resolve()
|
||||
this.broadcastOpBuffer = []
|
||||
this.protocolVersion = 10
|
||||
this.protocolVersion = 11
|
||||
}
|
||||
reconnect () {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user