Deploy 12.2.1

This commit is contained in:
Kevin Jahns 2017-05-03 18:00:53 +02:00
parent c3d21b5c8e
commit 222ffea11e
5 changed files with 8 additions and 8 deletions

View File

@ -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
View File

@ -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 {

File diff suppressed because one or more lines are too long

6
y.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long