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",
|
"request": "launch",
|
||||||
"program": "node_modules/gulp/bin/gulp.js",
|
"program": "node_modules/gulp/bin/gulp.js",
|
||||||
"stopOnEntry": false,
|
"stopOnEntry": false,
|
||||||
"args": ["test"],
|
"args": ["dev:examples"],
|
||||||
"cwd": ".",
|
"cwd": ".",
|
||||||
"runtimeExecutable": null,
|
"runtimeExecutable": null,
|
||||||
"runtimeArgs": [
|
"runtimeArgs": [
|
||||||
|
2
dist
2
dist
@ -1 +1 @@
|
|||||||
Subproject commit ab6a193ec6ec799bdb77fa23eeec1f05d5b910d6
|
Subproject commit 4cb0f2b5b9293b521db173f01263e6f9d1a8e6d1
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "yjs",
|
"name": "yjs",
|
||||||
"version": "0.7.1",
|
"version": "0.7.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": "y.js",
|
"main": "./src/y.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node --harmony ./node_modules/.bin/gulp test",
|
"test": "node --harmony ./node_modules/.bin/gulp test",
|
||||||
"lint": "./node_modules/.bin/standard"
|
"lint": "./node_modules/.bin/standard"
|
||||||
|
@ -397,6 +397,7 @@ module.exports = function (Y/* :any */) {
|
|||||||
if (i.right == null) {
|
if (i.right == null) {
|
||||||
break
|
break
|
||||||
} else {
|
} else {
|
||||||
|
ids.push(i.id)
|
||||||
i = yield* this.getOperation(i.right)
|
i = yield* this.getOperation(i.right)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user