@theia/collaboration 1.57.0-next.7 → 1.57.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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. 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.0-next.7+52945586d",
3
+ "version": "1.57.0",
4
4
  "description": "Theia - Collaboration Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.57.0-next.7+52945586d",
7
- "@theia/editor": "1.57.0-next.7+52945586d",
8
- "@theia/filesystem": "1.57.0-next.7+52945586d",
9
- "@theia/monaco": "1.57.0-next.7+52945586d",
6
+ "@theia/core": "1.57.0",
7
+ "@theia/editor": "1.57.0",
8
+ "@theia/filesystem": "1.57.0",
9
+ "@theia/monaco": "1.57.0",
10
10
  "@theia/monaco-editor-core": "1.83.101",
11
- "@theia/workspace": "1.57.0-next.7+52945586d",
11
+ "@theia/workspace": "1.57.0",
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.56.0"
52
+ "@theia/ext-scripts": "1.57.0"
53
53
  },
54
54
  "nyc": {
55
55
  "extends": "../../configs/nyc.json"
56
56
  },
57
- "gitHead": "52945586d4d7c037cc0c35b15a9e1804fccc8e66"
57
+ "gitHead": "ca1d948d897b9a774f8cd68bb76bd2f335609cd4"
58
58
  }