@jupyter/collaboration 1.0.0 → 1.1.0-alpha.0
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/tokens.d.ts +1 -6
- package/package.json +2 -1
package/lib/tokens.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import type { Menu } from '@lumino/widgets';
|
|
2
2
|
import { Token } from '@lumino/coreutils';
|
|
3
|
-
import type { Awareness } from 'y-protocols/awareness';
|
|
4
3
|
import type { User } from '@jupyterlab/services';
|
|
5
4
|
/**
|
|
6
5
|
* The user menu token.
|
|
@@ -12,11 +11,7 @@ export declare const IUserMenu: Token<IUserMenu>;
|
|
|
12
11
|
/**
|
|
13
12
|
* The global awareness token.
|
|
14
13
|
*/
|
|
15
|
-
export declare const IGlobalAwareness: Token<Awareness>;
|
|
16
|
-
/**
|
|
17
|
-
* The awareness interface.
|
|
18
|
-
*/
|
|
19
|
-
export type IAwareness = Awareness;
|
|
14
|
+
export declare const IGlobalAwareness: Token<import("y-protocols/awareness").Awareness>;
|
|
20
15
|
/**
|
|
21
16
|
* An interface describing the user menu.
|
|
22
17
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyter/collaboration",
|
|
3
|
-
"version": "1.0.0",
|
|
3
|
+
"version": "1.1.0-alpha.0",
|
|
4
4
|
"description": "JupyterLab - Real-Time Collaboration Widgets",
|
|
5
5
|
"homepage": "https://github.com/jupyterlab/jupyter_collaboration",
|
|
6
6
|
"bugs": {
|
|
@@ -41,6 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@codemirror/state": "^6.2.0",
|
|
43
43
|
"@codemirror/view": "^6.7.0",
|
|
44
|
+
"@jupyter/docprovider": "^1.1.0-alpha.0",
|
|
44
45
|
"@jupyterlab/apputils": "^4.0.0",
|
|
45
46
|
"@jupyterlab/coreutils": "^6.0.0",
|
|
46
47
|
"@jupyterlab/services": "^7.0.0",
|