@jupyter/collaboration-extension 4.4.1 → 5.0.0-beta.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/package.json +18 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyter/collaboration-extension",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0-beta.0",
|
|
4
4
|
"description": "JupyterLab - Real-Time Collaboration Extension",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"build:lib": "tsc --sourceMap",
|
|
42
42
|
"build:lib:prod": "tsc",
|
|
43
43
|
"build:prod": "jlpm run clean && jlpm run build:lib:prod && jlpm run build:labextension",
|
|
44
|
-
"build:labextension": "jupyter
|
|
45
|
-
"build:labextension:dev": "jupyter
|
|
44
|
+
"build:labextension": "jupyter-builder build .",
|
|
45
|
+
"build:labextension:dev": "jupyter-builder build --development True .",
|
|
46
46
|
"clean": "jlpm run clean:lib",
|
|
47
47
|
"clean:lib": "rimraf lib tsconfig.tsbuildinfo node_modules",
|
|
48
48
|
"clean:labextension": "rimraf ../../projects/jupyter-collaboration-ui/jupyter_collaboration_ui/labextension",
|
|
@@ -50,28 +50,28 @@
|
|
|
50
50
|
"install:extension": "jlpm run build",
|
|
51
51
|
"watch": "run-p watch:src watch:labextension",
|
|
52
52
|
"watch:src": "tsc -w",
|
|
53
|
-
"watch:labextension": "jupyter
|
|
53
|
+
"watch:labextension": "jupyter-builder watch ."
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@jupyter/collaboration": "^
|
|
57
|
-
"@jupyter/collaborative-drive": "^
|
|
58
|
-
"@jupyter/docprovider": "^
|
|
59
|
-
"@jupyter/ydoc": "^
|
|
60
|
-
"@jupyterlab/application": "^4.
|
|
61
|
-
"@jupyterlab/apputils": "^4.
|
|
62
|
-
"@jupyterlab/codemirror": "^4.
|
|
63
|
-
"@jupyterlab/coreutils": "^6.
|
|
64
|
-
"@jupyterlab/services": "^7.
|
|
65
|
-
"@jupyterlab/statedb": "^4.
|
|
66
|
-
"@jupyterlab/translation": "^4.
|
|
67
|
-
"@jupyterlab/ui-components": "^4.
|
|
68
|
-
"@lumino/widgets": "^2.
|
|
56
|
+
"@jupyter/collaboration": "^5.0.0-beta.0",
|
|
57
|
+
"@jupyter/collaborative-drive": "^5.0.0-beta.0",
|
|
58
|
+
"@jupyter/docprovider": "^5.0.0-beta.0",
|
|
59
|
+
"@jupyter/ydoc": "^4.0.0",
|
|
60
|
+
"@jupyterlab/application": "^4.6.0",
|
|
61
|
+
"@jupyterlab/apputils": "^4.7.0",
|
|
62
|
+
"@jupyterlab/codemirror": "^4.6.0",
|
|
63
|
+
"@jupyterlab/coreutils": "^6.6.0",
|
|
64
|
+
"@jupyterlab/services": "^7.6.0",
|
|
65
|
+
"@jupyterlab/statedb": "^4.6.0",
|
|
66
|
+
"@jupyterlab/translation": "^4.6.0",
|
|
67
|
+
"@jupyterlab/ui-components": "^4.6.0",
|
|
68
|
+
"@lumino/widgets": "^2.8.0",
|
|
69
69
|
"y-protocols": "^1.0.5",
|
|
70
70
|
"y-websocket": "^1.3.15",
|
|
71
71
|
"yjs": "^13.5.40"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@
|
|
74
|
+
"@jupyter/builder": "^1.2.0",
|
|
75
75
|
"@types/react": "~18.3.1",
|
|
76
76
|
"npm-run-all": "^4.1.5",
|
|
77
77
|
"rimraf": "^4.1.2",
|