@theia/collaboration 1.57.0-next.7 → 1.57.1
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/README.md +2 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -29,5 +29,6 @@ Note that the project is still in a beta phase and can be subject to unexpected
|
|
|
29
29
|
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
|
|
30
30
|
|
|
31
31
|
## Trademark
|
|
32
|
+
|
|
32
33
|
"Theia" is a trademark of the Eclipse Foundation
|
|
33
|
-
https://www.eclipse.org/theia
|
|
34
|
+
<https://www.eclipse.org/theia>
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/collaboration",
|
|
3
|
-
"version": "1.57.
|
|
3
|
+
"version": "1.57.1",
|
|
4
4
|
"description": "Theia - Collaboration Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.57.
|
|
7
|
-
"@theia/editor": "1.57.
|
|
8
|
-
"@theia/filesystem": "1.57.
|
|
9
|
-
"@theia/monaco": "1.57.
|
|
6
|
+
"@theia/core": "1.57.1",
|
|
7
|
+
"@theia/editor": "1.57.1",
|
|
8
|
+
"@theia/filesystem": "1.57.1",
|
|
9
|
+
"@theia/monaco": "1.57.1",
|
|
10
10
|
"@theia/monaco-editor-core": "1.83.101",
|
|
11
|
-
"@theia/workspace": "1.57.
|
|
11
|
+
"@theia/workspace": "1.57.1",
|
|
12
12
|
"lib0": "^0.2.52",
|
|
13
13
|
"open-collaboration-protocol": "0.2.0",
|
|
14
14
|
"open-collaboration-yjs": "0.2.0",
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"watch": "theiaext watch"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@theia/ext-scripts": "1.
|
|
52
|
+
"@theia/ext-scripts": "1.57.1"
|
|
53
53
|
},
|
|
54
54
|
"nyc": {
|
|
55
55
|
"extends": "../../configs/nyc.json"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "6e84ac8d37bbeb45f999894e80cb92a761c1ee1e"
|
|
58
58
|
}
|