@jupyter/docprovider-extension 3.0.0-beta.0 → 3.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/filebrowser.js +1 -2
- package/package.json +2 -3
package/lib/filebrowser.js
CHANGED
|
@@ -11,8 +11,7 @@ import { INotebookTracker } from '@jupyterlab/notebook';
|
|
|
11
11
|
import { ISettingRegistry } from '@jupyterlab/settingregistry';
|
|
12
12
|
import { ITranslator, nullTranslator } from '@jupyterlab/translation';
|
|
13
13
|
import { YFile, YNotebook } from '@jupyter/ydoc';
|
|
14
|
-
import { IGlobalAwareness } from '@jupyter/
|
|
15
|
-
import { ICollaborativeDrive, YDrive } from '@jupyter/docprovider';
|
|
14
|
+
import { ICollaborativeDrive, IGlobalAwareness, YDrive } from '@jupyter/docprovider';
|
|
16
15
|
/**
|
|
17
16
|
* The command IDs used by the file browser plugin.
|
|
18
17
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyter/docprovider-extension",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.1",
|
|
4
4
|
"description": "JupyterLab - Collaborative Shared Models",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -53,8 +53,7 @@
|
|
|
53
53
|
"watch:labextension": "jupyter labextension watch ."
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@jupyter/
|
|
57
|
-
"@jupyter/docprovider": "^3.0.0-beta.0",
|
|
56
|
+
"@jupyter/docprovider": "^3.0.0-beta.1",
|
|
58
57
|
"@jupyter/ydoc": "^2.0.0",
|
|
59
58
|
"@jupyterlab/application": "^4.2.0",
|
|
60
59
|
"@jupyterlab/apputils": "^4.2.0",
|