publish v0.7.3
This commit is contained in:
parent
8cfc9d41c3
commit
579fd52455
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -7,7 +7,7 @@
|
||||
"request": "launch",
|
||||
"program": "node_modules/gulp/bin/gulp.js",
|
||||
"stopOnEntry": false,
|
||||
"args": ["test"],
|
||||
"args": ["dev:examples"],
|
||||
"cwd": ".",
|
||||
"runtimeExecutable": null,
|
||||
"runtimeArgs": [
|
||||
|
2
dist
2
dist
@ -1 +1 @@
|
||||
Subproject commit ab6a193ec6ec799bdb77fa23eeec1f05d5b910d6
|
||||
Subproject commit 4cb0f2b5b9293b521db173f01263e6f9d1a8e6d1
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "yjs",
|
||||
"version": "0.7.1",
|
||||
"version": "0.7.3",
|
||||
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
||||
"main": "y.js",
|
||||
"main": "./src/y.js",
|
||||
"scripts": {
|
||||
"test": "node --harmony ./node_modules/.bin/gulp test",
|
||||
"lint": "./node_modules/.bin/standard"
|
||||
|
@ -397,6 +397,7 @@ module.exports = function (Y/* :any */) {
|
||||
if (i.right == null) {
|
||||
break
|
||||
} else {
|
||||
ids.push(i.id)
|
||||
i = yield* this.getOperation(i.right)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user