@jupyterlab/codemirror-extension
Advanced tools
Comparing version 4.0.0-beta.0 to 4.0.0-beta.1
@@ -17,3 +17,3 @@ import { JupyterFrontEndPlugin } from '@jupyterlab/application'; | ||
/** | ||
* CodeMirror real-time collaboration binding provider. | ||
* CodeMirror shared model binding provider. | ||
*/ | ||
@@ -20,0 +20,0 @@ export declare const bindingPlugin: JupyterFrontEndPlugin<void>; |
@@ -135,3 +135,3 @@ /* | ||
/** | ||
* CodeMirror real-time collaboration binding provider. | ||
* CodeMirror shared model binding provider. | ||
*/ | ||
@@ -144,3 +144,3 @@ export const bindingPlugin = { | ||
extensions.addExtension({ | ||
name: 'yjs-binding', | ||
name: 'shared-model-binding', | ||
factory: options => { | ||
@@ -147,0 +147,0 @@ var _a; |
{ | ||
"name": "@jupyterlab/codemirror-extension", | ||
"version": "4.0.0-beta.0", | ||
"version": "4.0.0-beta.1", | ||
"description": "JupyterLab - CodeMirror Provider Extension", | ||
@@ -41,12 +41,12 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyter/ydoc": "^0.3.4", | ||
"@jupyterlab/application": "^4.0.0-beta.0", | ||
"@jupyterlab/codeeditor": "^4.0.0-beta.0", | ||
"@jupyterlab/codemirror": "^4.0.0-beta.0", | ||
"@jupyterlab/settingregistry": "^4.0.0-beta.0", | ||
"@jupyterlab/statusbar": "^4.0.0-beta.0", | ||
"@jupyterlab/translation": "^4.0.0-beta.0", | ||
"@jupyterlab/ui-components": "^4.0.0-beta.0", | ||
"@jupyter/ydoc": "^1.0.0", | ||
"@jupyterlab/application": "^4.0.0-beta.1", | ||
"@jupyterlab/codeeditor": "^4.0.0-beta.1", | ||
"@jupyterlab/codemirror": "^4.0.0-beta.1", | ||
"@jupyterlab/settingregistry": "^4.0.0-beta.1", | ||
"@jupyterlab/statusbar": "^4.0.0-beta.1", | ||
"@jupyterlab/translation": "^4.0.0-beta.1", | ||
"@jupyterlab/ui-components": "^4.0.0-beta.1", | ||
"@lumino/coreutils": "^2.0.0", | ||
"@lumino/widgets": "^2.0.0", | ||
"@lumino/widgets": "^2.0.1", | ||
"@rjsf/utils": "^5.1.0", | ||
@@ -53,0 +53,0 @@ "@rjsf/validator-ajv8": "^5.1.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
33513
+ Added@jupyter/ydoc@1.1.1(transitive)
- Removed@jupyter/ydoc@0.3.4(transitive)
Updated@jupyter/ydoc@^1.0.0
Updated@lumino/widgets@^2.0.1