Skip to content

Commit

Permalink
Rename @jupyter/collaborativedrive to @jupyter/collaborative-drive
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Oct 7, 2024
1 parent 32a3e5a commit 6cd68c2
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 18 deletions.
4 changes: 2 additions & 2 deletions packages/collaboration-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -103,7 +103,7 @@
"bundled": true,
"singleton": true
},
"@jupyter/collaborativedrive": {
"@jupyter/collaborative-drive": {
"bundled": true,
"singleton": true
},
Expand Down
2 changes: 1 addition & 1 deletion packages/collaboration-extension/src/collaboration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
4 changes: 2 additions & 2 deletions packages/collaborativedrive/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"typedoc": {
"entryPoint": "./src/index.ts",
"displayName": "@jupyter/collaborativedrive",
"displayName": "@jupyter/collaborative-drive",
"tsconfig": "./tsconfig.json"
}
}
2 changes: 1 addition & 1 deletion packages/collaborativedrive/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|----------------------------------------------------------------------------*/
/**
* @packageDocumentation
* @module collaborativedrive
* @module collaborative-drive
*/

export * from './tokens';
4 changes: 2 additions & 2 deletions packages/docprovider-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -106,7 +106,7 @@
"bundled": false,
"singleton": true
},
"@jupyter/collaborativedrive": {
"@jupyter/collaborative-drive": {
"bundled": true,
"singleton": true
},
Expand Down
6 changes: 4 additions & 2 deletions packages/docprovider-extension/src/filebrowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion packages/docprovider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/docprovider/src/ydrive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
ICollaborativeDrive,
ISharedModelFactory,
SharedDocumentFactory
} from '@jupyter/collaborativedrive';
} from '@jupyter/collaborative-drive';
import { Awareness } from 'y-protocols/awareness';

const DISABLE_RTC =
Expand Down
2 changes: 1 addition & 1 deletion packages/docprovider/src/yprovider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6cd68c2

Please sign in to comment.