@jupyter/collaboration-extension 1.0.0-alpha.9 → 1.0.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/filebrowser.js +1 -1
- package/package.json +3 -3
package/lib/filebrowser.js
CHANGED
|
@@ -168,7 +168,7 @@ export const logger = {
|
|
|
168
168
|
showDialog({
|
|
169
169
|
title: trans.__('Warning'),
|
|
170
170
|
body: trans.__(`Two collaborative sessions are accessing the file %1 simultaneously.
|
|
171
|
-
\
|
|
171
|
+
\nOpening a document with multiple views simultaneously is not supported. Please close one view; otherwise, you might lose some of your progress.`, emission.path),
|
|
172
172
|
buttons: [Dialog.warnButton({ label: trans.__('Ok') })]
|
|
173
173
|
});
|
|
174
174
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyter/collaboration-extension",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "JupyterLab - Real-Time Collaboration Extension",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jupyter",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"watch:labextension": "jupyter labextension watch ."
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@jupyter/collaboration": "^1.0.0
|
|
57
|
-
"@jupyter/docprovider": "^1.0.0
|
|
56
|
+
"@jupyter/collaboration": "^1.0.0",
|
|
57
|
+
"@jupyter/docprovider": "^1.0.0",
|
|
58
58
|
"@jupyterlab/application": "^4.0.0",
|
|
59
59
|
"@jupyterlab/apputils": "^4.0.0",
|
|
60
60
|
"@jupyterlab/codemirror": "^4.0.0",
|