Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
222ffea11e |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "yjs",
|
||||
"version": "12.2.0",
|
||||
"version": "12.2.1",
|
||||
"homepage": "y-js.org",
|
||||
"authors": [
|
||||
"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
|
||||
* @version v12.1.7
|
||||
* @version v12.2.0
|
||||
* @link http://y-js.org
|
||||
* @license MIT
|
||||
*/
|
||||
@@ -3459,7 +3459,7 @@ module.exports = function (Y/* :any */) {
|
||||
var ops = []
|
||||
yield* this.os.iterate(this, null, null, function * (op) {
|
||||
if (op.id[0] !== '_') {
|
||||
ops.push(Y.Struct[op.struct].encode(op))
|
||||
ops.push(op)
|
||||
}
|
||||
})
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user