@theia/application-manager 1.56.0 → 1.57.0-next.22

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 +5 -5
package/README.md CHANGED
@@ -21,5 +21,6 @@
21
21
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
22
22
 
23
23
  ## Trademark
24
+
24
25
  "Theia" is a trademark of the Eclipse Foundation
25
- https://www.eclipse.org/theia
26
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/application-manager",
3
- "version": "1.56.0",
3
+ "version": "1.57.0-next.22+35d458a96",
4
4
  "description": "Theia application manager API.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -33,9 +33,9 @@
33
33
  "@babel/plugin-transform-classes": "^7.10.0",
34
34
  "@babel/plugin-transform-runtime": "^7.10.0",
35
35
  "@babel/preset-env": "^7.10.0",
36
- "@theia/application-package": "1.56.0",
37
- "@theia/ffmpeg": "1.56.0",
38
- "@theia/native-webpack-plugin": "1.56.0",
36
+ "@theia/application-package": "1.57.0-next.22+35d458a96",
37
+ "@theia/ffmpeg": "1.57.0-next.22+35d458a96",
38
+ "@theia/native-webpack-plugin": "1.57.0-next.22+35d458a96",
39
39
  "@types/fs-extra": "^4.0.2",
40
40
  "@types/semver": "^7.5.0",
41
41
  "babel-loader": "^8.2.2",
@@ -80,5 +80,5 @@
80
80
  "nyc": {
81
81
  "extends": "../../configs/nyc.json"
82
82
  },
83
- "gitHead": "3b4498f8f1c66be688847418fcc35595282671dc"
83
+ "gitHead": "35d458a961212de264d9579305d984147fa55618"
84
84
  }