@jupyter/docprovider-extension 3.0.0-beta.5 → 3.0.0-beta.8

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.
@@ -1,6 +1,6 @@
1
1
  import { JupyterFrontEndPlugin } from '@jupyterlab/application';
2
2
  import { IDefaultFileBrowser } from '@jupyterlab/filebrowser';
3
- import { ICollaborativeDrive } from '@jupyter/docprovider';
3
+ import { ICollaborativeDrive } from '@jupyter/collaborative-drive';
4
4
  /**
5
5
  * The default collaborative drive provider.
6
6
  */
@@ -13,7 +13,8 @@ import { INotebookTracker } from '@jupyterlab/notebook';
13
13
  import { ISettingRegistry } from '@jupyterlab/settingregistry';
14
14
  import { ITranslator, nullTranslator } from '@jupyterlab/translation';
15
15
  import { YFile, YNotebook } from '@jupyter/ydoc';
16
- import { ICollaborativeDrive, IGlobalAwareness, TimelineWidget, YDrive } from '@jupyter/docprovider';
16
+ import { ICollaborativeDrive, IGlobalAwareness } from '@jupyter/collaborative-drive';
17
+ import { TimelineWidget, YDrive } from '@jupyter/docprovider';
17
18
  import { URLExt } from '@jupyterlab/coreutils';
18
19
  /**
19
20
  * The command IDs used by the file browser plugin.
@@ -164,13 +165,7 @@ export const defaultFileBrowser = {
164
165
  description: 'The default file browser factory provider',
165
166
  provides: IDefaultFileBrowser,
166
167
  requires: [ICollaborativeDrive, IFileBrowserFactory],
167
- optional: [
168
- IRouter,
169
- JupyterFrontEnd.ITreeResolver,
170
- ILabShell,
171
- ISettingRegistry,
172
- ITranslator
173
- ],
168
+ optional: [IRouter, JupyterFrontEnd.ITreeResolver, ILabShell, ITranslator],
174
169
  activate: async (app, drive, fileBrowserFactory, router, tree, labShell, translator) => {
175
170
  const { commands } = app;
176
171
  const trans = (translator !== null && translator !== void 0 ? translator : nullTranslator).load('jupyterlab');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyter/docprovider-extension",
3
- "version": "3.0.0-beta.5",
3
+ "version": "3.0.0-beta.8",
4
4
  "description": "JupyterLab - Collaborative Shared Models",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -53,7 +53,8 @@
53
53
  "watch:labextension": "jupyter labextension watch ."
54
54
  },
55
55
  "dependencies": {
56
- "@jupyter/docprovider": "^3.0.0-beta.5",
56
+ "@jupyter/collaborative-drive": "^3.0.0-beta.8",
57
+ "@jupyter/docprovider": "^3.0.0-beta.8",
57
58
  "@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3",
58
59
  "@jupyterlab/application": "^4.2.0",
59
60
  "@jupyterlab/apputils": "^4.2.0",
@@ -105,6 +106,10 @@
105
106
  "bundled": false,
106
107
  "singleton": true
107
108
  },
109
+ "@jupyter/collaborative-drive": {
110
+ "bundled": true,
111
+ "singleton": true
112
+ },
108
113
  "@jupyter/docprovider": {
109
114
  "bundled": true,
110
115
  "singleton": true