Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15a472df44 | ||
|
|
4cb0f2b5b9 |
@@ -10,7 +10,7 @@ Y({
|
|||||||
name: 'websockets-client',
|
name: 'websockets-client',
|
||||||
room: 'richtext-example18',
|
room: 'richtext-example18',
|
||||||
debug: true
|
debug: true
|
||||||
//url: 'http://127.0.0.1:1234'
|
//url: 'http://127.0.0.1:2345'
|
||||||
},
|
},
|
||||||
sourceDir: '/bower_components',
|
sourceDir: '/bower_components',
|
||||||
share: {
|
share: {
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"yjs": "../"
|
"yjs": "../",
|
||||||
|
"y-webrtc": "~0.6.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "yjs",
|
"name": "yjs",
|
||||||
"version": "0.7.1",
|
"version": "0.7.6",
|
||||||
"homepage": "y-js.org",
|
"homepage": "y-js.org",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"
|
||||||
|
|||||||
76
package.json
76
package.json
@@ -1,76 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "yjs",
|
|
||||||
"version": "0.7.1",
|
|
||||||
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
|
|
||||||
"main": "y.js",
|
|
||||||
"scripts": {
|
|
||||||
"test": "node --harmony ./node_modules/.bin/gulp test",
|
|
||||||
"lint": "./node_modules/.bin/standard"
|
|
||||||
},
|
|
||||||
"pre-commit": [
|
|
||||||
"lint",
|
|
||||||
"test"
|
|
||||||
],
|
|
||||||
"standard": {
|
|
||||||
"parser": "babel-eslint",
|
|
||||||
"ignore": [
|
|
||||||
"build/**",
|
|
||||||
"dist/**",
|
|
||||||
"declarations/**",
|
|
||||||
"./y.js",
|
|
||||||
"./y.js.map"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/y-js/yjs.git"
|
|
||||||
},
|
|
||||||
"keywords": [
|
|
||||||
"OT",
|
|
||||||
"Operational Transformation",
|
|
||||||
"collaboration",
|
|
||||||
"synchronization",
|
|
||||||
"ShareJs",
|
|
||||||
"OpenCoweb",
|
|
||||||
"concurrency"
|
|
||||||
],
|
|
||||||
"author": "Kevin Jahns",
|
|
||||||
"email": "kevin.jahns@rwth-aachen.de",
|
|
||||||
"license": "MIT",
|
|
||||||
"bugs": {
|
|
||||||
"url": "https://github.com/y-js/yjs/issues"
|
|
||||||
},
|
|
||||||
"homepage": "http://y-js.org",
|
|
||||||
"devDependencies": {
|
|
||||||
"babel-plugin-transform-runtime": "^6.1.18",
|
|
||||||
"babel-preset-es2015": "^6.1.18",
|
|
||||||
"babelify": "^7.2.0",
|
|
||||||
"browserify": "^12.0.1",
|
|
||||||
"eslint": "^1.10.2",
|
|
||||||
"gulp": "^3.9.0",
|
|
||||||
"gulp-bump": "^1.0.0",
|
|
||||||
"gulp-concat": "^2.6.0",
|
|
||||||
"gulp-filter": "^3.0.1",
|
|
||||||
"gulp-git": "^1.6.0",
|
|
||||||
"gulp-if": "^2.0.0",
|
|
||||||
"gulp-jasmine": "^2.0.1",
|
|
||||||
"gulp-jasmine-browser": "^0.2.3",
|
|
||||||
"gulp-load-plugins": "^1.0.0",
|
|
||||||
"gulp-prompt": "^0.1.2",
|
|
||||||
"gulp-rename": "^1.2.2",
|
|
||||||
"gulp-serve": "^1.2.0",
|
|
||||||
"gulp-shell": "^0.5.1",
|
|
||||||
"gulp-sourcemaps": "^1.5.2",
|
|
||||||
"gulp-tag-version": "^1.3.0",
|
|
||||||
"gulp-uglify": "^1.5.1",
|
|
||||||
"gulp-util": "^3.0.6",
|
|
||||||
"gulp-watch": "^4.3.5",
|
|
||||||
"minimist": "^1.2.0",
|
|
||||||
"pre-commit": "^1.1.1",
|
|
||||||
"regenerator": "^0.8.42",
|
|
||||||
"run-sequence": "^1.1.4",
|
|
||||||
"standard": "^5.2.2",
|
|
||||||
"vinyl-buffer": "^1.0.0",
|
|
||||||
"vinyl-source-stream": "^1.1.0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
1
y.es6
1
y.es6
@@ -1680,6 +1680,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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user