diff --git a/README.md b/README.md index f3fd611a..2e959846 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,14 @@ suited for even large documents. * Demos: [https://github.com/yjs/yjs-demos](https://github.com/yjs/yjs-demos) * Discuss: [https://discuss.yjs.dev](https://discuss.yjs.dev) -* Benchmarks: +* Benchmark Yjs vs. Automerge: [https://github.com/dmonad/crdt-benchmarks](https://github.com/dmonad/crdt-benchmarks) * Podcast [**"Yjs Deep Dive into real time collaborative editing solutions":**](https://www.tag1consulting.com/blog/deep-dive-real-time-collaborative-editing-solutions-tagteamtalk-001-0) * Podcast [**"Google Docs-style editing in Gutenberg with the YJS framework":**](https://publishpress.com/blog/yjs/) -:construction_worker_woman: If you are looking for professional support to build -collaborative or distributed applications ping us at . +:construction_worker_woman: If you are looking for professional (paid) support to build +collaborative or distributed applications ping us at . Otherwise +you can find help on our [discussion board](https://discuss.yjs.dev). ## Table of Contents @@ -38,12 +39,6 @@ collaborative or distributed applications ping us at . * [Miscellaneous](#Miscellaneous) * [Typescript Declarations](#Typescript-Declarations) * [Yjs CRDT Algorithm](#Yjs-CRDT-Algorithm) -* [Evaluation](#Evaluation) - * [Existing shared editing libraries](#Exisisting-Javascript-Libraries) - * [CRDT Algorithms](#CRDT-Algorithms) - * [Comparison of CRDT with OT](#Comparing-CRDT-with-OT) - * [Comparison of CRDT Algorithms](#Comparing-CRDT-Algorithms) - * [Comparison of Yjs with other Implementations](#Comparing-Yjs-with-other-Implementations) * [License and Author](#License-and-Author) ## Overview diff --git a/package.json b/package.json index 4fda0f5d..59ff902b 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ }, "homepage": "https://yjs.dev", "dependencies": { - "lib0": "^0.2.17" + "lib0": "^0.2.20" }, "devDependencies": { "@rollup/plugin-commonjs": "^11.0.1", diff --git a/rollup.config.js b/rollup.config.js index 5e005a23..809cf263 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -71,7 +71,6 @@ export default [{ plugins: [ debugResolve, nodeResolve({ - sourcemap: true, mainFields: ['module', 'browser', 'main'] }), commonjs() @@ -87,7 +86,6 @@ export default [{ plugins: [ debugResolve, nodeResolve({ - sourcemap: true, mainFields: ['module', 'main'] }), commonjs()