@theia/plugin-ext-headless 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 +6 -6
package/README.md CHANGED
@@ -28,5 +28,6 @@ The implementation is derived from the [`@theia/plugin-ext` extension][plugin-ex
28
28
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
29
29
 
30
30
  ## Trademark
31
+
31
32
  "Theia" is a trademark of the Eclipse Foundation
32
- https://www.eclipse.org/theia
33
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@theia/plugin-ext-headless",
3
- "version": "1.57.0-next.7+52945586d",
3
+ "version": "1.57.0",
4
4
  "description": "Theia - Headless (Backend-only) Plugin Extension",
5
5
  "main": "lib/common/index.js",
6
6
  "typings": "lib/common/index.d.ts",
7
7
  "dependencies": {
8
- "@theia/core": "1.57.0-next.7+52945586d",
9
- "@theia/plugin-ext": "1.57.0-next.7+52945586d",
10
- "@theia/terminal": "1.57.0-next.7+52945586d",
8
+ "@theia/core": "1.57.0",
9
+ "@theia/plugin-ext": "1.57.0",
10
+ "@theia/terminal": "1.57.0",
11
11
  "tslib": "^2.6.2"
12
12
  },
13
13
  "publishConfig": {
@@ -44,7 +44,7 @@
44
44
  "watch": "theiaext watch"
45
45
  },
46
46
  "devDependencies": {
47
- "@theia/ext-scripts": "1.56.0",
47
+ "@theia/ext-scripts": "1.57.0",
48
48
  "@types/decompress": "^4.2.2",
49
49
  "@types/escape-html": "^0.0.20",
50
50
  "@types/lodash.clonedeep": "^4.5.3",
@@ -53,5 +53,5 @@
53
53
  "nyc": {
54
54
  "extends": "../../configs/nyc.json"
55
55
  },
56
- "gitHead": "52945586d4d7c037cc0c35b15a9e1804fccc8e66"
56
+ "gitHead": "ca1d948d897b9a774f8cd68bb76bd2f335609cd4"
57
57
  }