diff --git a/packages/collaboration-extension/package.json b/packages/collaboration-extension/package.json index 988c5220..35bc24ad 100644 --- a/packages/collaboration-extension/package.json +++ b/packages/collaboration-extension/package.json @@ -54,7 +54,7 @@ }, "dependencies": { "@jupyter/collaboration": "^3.0.0-beta.6", - "@jupyter/collaborativedrive": "^3.0.0-beta.6", + "@jupyter/collaborative-drive": "^3.0.0-beta.6", "@jupyter/docprovider": "^3.0.0-beta.6", "@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3", "@jupyterlab/application": "^4.2.0", @@ -103,7 +103,7 @@ "bundled": true, "singleton": true }, - "@jupyter/collaborativedrive": { + "@jupyter/collaborative-drive": { "bundled": true, "singleton": true }, diff --git a/packages/collaboration-extension/src/collaboration.ts b/packages/collaboration-extension/src/collaboration.ts index deff16e1..429cc36a 100644 --- a/packages/collaboration-extension/src/collaboration.ts +++ b/packages/collaboration-extension/src/collaboration.ts @@ -14,7 +14,7 @@ import { EditorExtensionRegistry, IEditorExtensionRegistry } from '@jupyterlab/codemirror'; -import { IGlobalAwareness } from '@jupyter/collaborativedrive'; +import { IGlobalAwareness } from '@jupyter/collaborative-drive'; import { WebSocketAwarenessProvider } from '@jupyter/docprovider'; import { SidePanel, usersIcon } from '@jupyterlab/ui-components'; import { URLExt } from '@jupyterlab/coreutils'; diff --git a/packages/collaborativedrive/package.json b/packages/collaborativedrive/package.json index f84f096b..43e3d67f 100644 --- a/packages/collaborativedrive/package.json +++ b/packages/collaborativedrive/package.json @@ -1,5 +1,5 @@ { - "name": "@jupyter/collaborativedrive", + "name": "@jupyter/collaborative-drive", "version": "3.0.0-beta.6", "description": "JupyterLab - Collaborative Drive", "homepage": "https://github.com/jupyterlab/jupyter-collaboration", @@ -49,7 +49,7 @@ }, "typedoc": { "entryPoint": "./src/index.ts", - "displayName": "@jupyter/collaborativedrive", + "displayName": "@jupyter/collaborative-drive", "tsconfig": "./tsconfig.json" } } diff --git a/packages/collaborativedrive/src/index.ts b/packages/collaborativedrive/src/index.ts index 8b915cdd..1bf51feb 100644 --- a/packages/collaborativedrive/src/index.ts +++ b/packages/collaborativedrive/src/index.ts @@ -4,7 +4,7 @@ |----------------------------------------------------------------------------*/ /** * @packageDocumentation - * @module collaborativedrive + * @module collaborative-drive */ export * from './tokens'; diff --git a/packages/docprovider-extension/package.json b/packages/docprovider-extension/package.json index 6f3ae2c0..74bd3894 100644 --- a/packages/docprovider-extension/package.json +++ b/packages/docprovider-extension/package.json @@ -53,7 +53,7 @@ "watch:labextension": "jupyter labextension watch ." }, "dependencies": { - "@jupyter/collaborativedrive": "^3.0.0-beta.6", + "@jupyter/collaborative-drive": "^3.0.0-beta.6", "@jupyter/docprovider": "^3.0.0-beta.6", "@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3", "@jupyterlab/application": "^4.2.0", @@ -106,7 +106,7 @@ "bundled": false, "singleton": true }, - "@jupyter/collaborativedrive": { + "@jupyter/collaborative-drive": { "bundled": true, "singleton": true }, diff --git a/packages/docprovider-extension/src/filebrowser.ts b/packages/docprovider-extension/src/filebrowser.ts index cc01764a..ed9e9f74 100644 --- a/packages/docprovider-extension/src/filebrowser.ts +++ b/packages/docprovider-extension/src/filebrowser.ts @@ -29,9 +29,11 @@ import { CommandRegistry } from '@lumino/commands'; import { YFile, YNotebook } from '@jupyter/ydoc'; -import { IGlobalAwareness } from '@jupyter/collaborativedrive'; +import { + ICollaborativeDrive, + IGlobalAwareness +} from '@jupyter/collaborative-drive'; import { IForkProvider, TimelineWidget, YDrive } from '@jupyter/docprovider'; -import { ICollaborativeDrive } from '@jupyter/collaborativedrive'; import { Awareness } from 'y-protocols/awareness'; import { URLExt } from '@jupyterlab/coreutils'; diff --git a/packages/docprovider/package.json b/packages/docprovider/package.json index ac69faa5..b36ff58e 100644 --- a/packages/docprovider/package.json +++ b/packages/docprovider/package.json @@ -41,7 +41,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyter/collaborativedrive": "^3.0.0-beta.6", + "@jupyter/collaborative-drive": "^3.0.0-beta.6", "@jupyter/ydoc": "^2.0.0 || ^3.0.0-a3", "@jupyterlab/apputils": "^4.2.0", "@jupyterlab/cells": "^4.2.0", diff --git a/packages/docprovider/src/ydrive.ts b/packages/docprovider/src/ydrive.ts index 3b96fe5f..745c857e 100644 --- a/packages/docprovider/src/ydrive.ts +++ b/packages/docprovider/src/ydrive.ts @@ -13,7 +13,7 @@ import { ICollaborativeDrive, ISharedModelFactory, SharedDocumentFactory -} from '@jupyter/collaborativedrive'; +} from '@jupyter/collaborative-drive'; import { Awareness } from 'y-protocols/awareness'; const DISABLE_RTC = diff --git a/packages/docprovider/src/yprovider.ts b/packages/docprovider/src/yprovider.ts index bfdb9b34..e02a3463 100644 --- a/packages/docprovider/src/yprovider.ts +++ b/packages/docprovider/src/yprovider.ts @@ -3,7 +3,7 @@ | Distributed under the terms of the Modified BSD License. |----------------------------------------------------------------------------*/ -import { IDocumentProvider } from '@jupyter/collaborativedrive'; +import { IDocumentProvider } from '@jupyter/collaborative-drive'; import { showErrorMessage, Dialog } from '@jupyterlab/apputils'; import { User } from '@jupyterlab/services'; import { TranslationBundle } from '@jupyterlab/translation'; diff --git a/yarn.lock b/yarn.lock index 06d2ac63..5c117de8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2076,7 +2076,7 @@ __metadata: resolution: "@jupyter/collaboration-extension@workspace:packages/collaboration-extension" dependencies: "@jupyter/collaboration": ^3.0.0-beta.6 - "@jupyter/collaborativedrive": ^3.0.0-beta.6 + "@jupyter/collaborative-drive": ^3.0.0-beta.6 "@jupyter/docprovider": ^3.0.0-beta.6 "@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3 "@jupyterlab/application": ^4.2.0 @@ -2123,9 +2123,9 @@ __metadata: languageName: unknown linkType: soft -"@jupyter/collaborativedrive@^3.0.0-beta.6, @jupyter/collaborativedrive@workspace:packages/collaborativedrive": +"@jupyter/collaborative-drive@^3.0.0-beta.6, @jupyter/collaborative-drive@workspace:packages/collaborativedrive": version: 0.0.0-use.local - resolution: "@jupyter/collaborativedrive@workspace:packages/collaborativedrive" + resolution: "@jupyter/collaborative-drive@workspace:packages/collaborativedrive" dependencies: "@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3 "@jupyterlab/coreutils": ^6.2.0 @@ -2138,7 +2138,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter/docprovider-extension@workspace:packages/docprovider-extension" dependencies: - "@jupyter/collaborativedrive": ^3.0.0-beta.6 + "@jupyter/collaborative-drive": ^3.0.0-beta.6 "@jupyter/docprovider": ^3.0.0-beta.6 "@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3 "@jupyterlab/application": ^4.2.0 @@ -2166,7 +2166,7 @@ __metadata: version: 0.0.0-use.local resolution: "@jupyter/docprovider@workspace:packages/docprovider" dependencies: - "@jupyter/collaborativedrive": ^3.0.0-beta.6 + "@jupyter/collaborative-drive": ^3.0.0-beta.6 "@jupyter/ydoc": ^2.0.0 || ^3.0.0-a3 "@jupyterlab/apputils": ^4.2.0 "@jupyterlab/cells": ^4.2.0