@theia/collaboration 1.67.0-next.3 → 1.67.0-next.59
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 +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ Note that the project is still in a beta phase and can be subject to unexpected
|
|
|
19
19
|
|
|
20
20
|
## Additional Information
|
|
21
21
|
|
|
22
|
-
- [API documentation for `@theia/collaboration`](https://eclipse-theia.github.io/theia/docs/next/modules/
|
|
22
|
+
- [API documentation for `@theia/collaboration`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_collaboration.html)
|
|
23
23
|
- [Theia - GitHub](https://github.com/eclipse-theia/theia)
|
|
24
24
|
- [Theia - Website](https://theia-ide.org/)
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/collaboration",
|
|
3
|
-
"version": "1.67.0-next.
|
|
3
|
+
"version": "1.67.0-next.59+3f14297ea",
|
|
4
4
|
"description": "Theia - Collaboration Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.67.0-next.
|
|
7
|
-
"@theia/editor": "1.67.0-next.
|
|
8
|
-
"@theia/filesystem": "1.67.0-next.
|
|
9
|
-
"@theia/monaco": "1.67.0-next.
|
|
6
|
+
"@theia/core": "1.67.0-next.59+3f14297ea",
|
|
7
|
+
"@theia/editor": "1.67.0-next.59+3f14297ea",
|
|
8
|
+
"@theia/filesystem": "1.67.0-next.59+3f14297ea",
|
|
9
|
+
"@theia/monaco": "1.67.0-next.59+3f14297ea",
|
|
10
10
|
"@theia/monaco-editor-core": "1.96.302",
|
|
11
|
-
"@theia/workspace": "1.67.0-next.
|
|
11
|
+
"@theia/workspace": "1.67.0-next.59+3f14297ea",
|
|
12
12
|
"lib0": "^0.2.52",
|
|
13
13
|
"open-collaboration-protocol": "0.3.0",
|
|
14
14
|
"open-collaboration-yjs": "0.3.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"nyc": {
|
|
56
56
|
"extends": "../../configs/nyc.json"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
|
|
59
59
|
}
|