Release 0.8.2
This commit is contained in:
parent
dd279bccf7
commit
ece8268e44
2
dist
2
dist
@ -1 +1 @@
|
|||||||
Subproject commit 9902da470b472ba87ef09432e599a721f92c9531
|
Subproject commit a77eb39218a5815854daa07373f7f4597c3b9cb9
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yjs",
|
"name": "yjs",
|
||||||
"version": "0.8.2",
|
"version": "0.8.3",
|
||||||
"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": {
|
||||||
|
@ -745,7 +745,7 @@ module.exports = function (Y/* :any */) {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
return send
|
return send.reverse()
|
||||||
}
|
}
|
||||||
/* this is what we used before.. use this as a reference..
|
/* this is what we used before.. use this as a reference..
|
||||||
* makeOperationReady (startSS, op) {
|
* makeOperationReady (startSS, op) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user