Deploy 12.2.1
This commit is contained in:
parent
c3d21b5c8e
commit
222ffea11e
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yjs",
|
"name": "yjs",
|
||||||
"version": "12.2.0",
|
"version": "12.2.1",
|
||||||
"homepage": "y-js.org",
|
"homepage": "y-js.org",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
||||||
|
4
y.es6
4
y.es6
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* yjs - A framework for real-time p2p shared editing on any data
|
* yjs - A framework for real-time p2p shared editing on any data
|
||||||
* @version v12.1.7
|
* @version v12.2.0
|
||||||
* @link http://y-js.org
|
* @link http://y-js.org
|
||||||
* @license MIT
|
* @license MIT
|
||||||
*/
|
*/
|
||||||
@ -3459,7 +3459,7 @@ module.exports = function (Y/* :any */) {
|
|||||||
var ops = []
|
var ops = []
|
||||||
yield* this.os.iterate(this, null, null, function * (op) {
|
yield* this.os.iterate(this, null, null, function * (op) {
|
||||||
if (op.id[0] !== '_') {
|
if (op.id[0] !== '_') {
|
||||||
ops.push(Y.Struct[op.struct].encode(op))
|
ops.push(op)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user