@theia/remote 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 +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -58,4 +58,4 @@ Although these backend services live on a different remote system, the frontend
58
58
  ## Trademark
59
59
 
60
60
  "Theia" is a trademark of the Eclipse Foundation
61
- https://www.eclipse.org/theia
61
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@theia/remote",
3
- "version": "1.57.0-next.7+52945586d",
3
+ "version": "1.57.0",
4
4
  "description": "Theia - Remote",
5
5
  "dependencies": {
6
- "@theia/core": "1.57.0-next.7+52945586d",
7
- "@theia/filesystem": "1.57.0-next.7+52945586d",
8
- "@theia/userstorage": "1.57.0-next.7+52945586d",
6
+ "@theia/core": "1.57.0",
7
+ "@theia/filesystem": "1.57.0",
8
+ "@theia/userstorage": "1.57.0",
9
9
  "archiver": "^5.3.1",
10
10
  "decompress": "^4.2.1",
11
11
  "decompress-tar": "^4.0.0",
@@ -53,7 +53,7 @@
53
53
  "watch": "theiaext watch"
54
54
  },
55
55
  "devDependencies": {
56
- "@theia/ext-scripts": "1.56.0",
56
+ "@theia/ext-scripts": "1.57.0",
57
57
  "@types/archiver": "^5.3.2",
58
58
  "@types/decompress": "^4.2.4",
59
59
  "@types/express-http-proxy": "^1.6.6",
@@ -64,5 +64,5 @@
64
64
  "nyc": {
65
65
  "extends": "../../configs/nyc.json"
66
66
  },
67
- "gitHead": "52945586d4d7c037cc0c35b15a9e1804fccc8e66"
67
+ "gitHead": "ca1d948d897b9a774f8cd68bb76bd2f335609cd4"
68
68
  }