@jupyter/collaboration 3.0.0-beta.0 → 3.0.0-beta.2

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 CHANGED
@@ -8,10 +8,6 @@ import type { User } from '@jupyterlab/services';
8
8
  * (top-right menu in JupyterLab's interface).
9
9
  */
10
10
  export declare const IUserMenu: Token<IUserMenu>;
11
- /**
12
- * The global awareness token.
13
- */
14
- export declare const IGlobalAwareness: Token<import("y-protocols/awareness").Awareness>;
15
11
  /**
16
12
  * An interface describing the user menu.
17
13
  */
package/lib/tokens.js CHANGED
@@ -8,7 +8,3 @@ import { Token } from '@lumino/coreutils';
8
8
  * (top-right menu in JupyterLab's interface).
9
9
  */
10
10
  export const IUserMenu = new Token('@jupyter/collaboration:IUserMenu');
11
- /**
12
- * The global awareness token.
13
- */
14
- export const IGlobalAwareness = new Token('@jupyter/collaboration:IGlobalAwareness');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyter/collaboration",
3
- "version": "3.0.0-beta.0",
3
+ "version": "3.0.0-beta.2",
4
4
  "description": "JupyterLab - Real-Time Collaboration Widgets",
5
5
  "homepage": "https://github.com/jupyterlab/jupyter-collaboration",
6
6
  "bugs": {
@@ -41,7 +41,6 @@
41
41
  "dependencies": {
42
42
  "@codemirror/state": "^6.2.0",
43
43
  "@codemirror/view": "^6.7.0",
44
- "@jupyter/docprovider": "^3.0.0-beta.0",
45
44
  "@jupyterlab/apputils": "^4.0.5",
46
45
  "@jupyterlab/coreutils": "^6.0.5",
47
46
  "@jupyterlab/docregistry": "^4.0.5",