@theia/application-package 1.57.0-next.7 → 1.57.1

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 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/lib/api.d.ts CHANGED
@@ -2,5 +2,5 @@
2
2
  * The default supported API version the framework supports.
3
3
  * The version should be in the format `x.y.z`.
4
4
  */
5
- export declare const DEFAULT_SUPPORTED_API_VERSION = "1.95.3";
5
+ export declare const DEFAULT_SUPPORTED_API_VERSION = "1.96.0";
6
6
  //# sourceMappingURL=api.d.ts.map
package/lib/api.js CHANGED
@@ -20,5 +20,5 @@ exports.DEFAULT_SUPPORTED_API_VERSION = void 0;
20
20
  * The default supported API version the framework supports.
21
21
  * The version should be in the format `x.y.z`.
22
22
  */
23
- exports.DEFAULT_SUPPORTED_API_VERSION = '1.95.3';
23
+ exports.DEFAULT_SUPPORTED_API_VERSION = '1.96.0';
24
24
  //# sourceMappingURL=api.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/application-package",
3
- "version": "1.57.0-next.7+52945586d",
3
+ "version": "1.57.1",
4
4
  "description": "Theia application package API.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -29,7 +29,7 @@
29
29
  "watch": "theiaext watch"
30
30
  },
31
31
  "dependencies": {
32
- "@theia/request": "1.57.0-next.7+52945586d",
32
+ "@theia/request": "1.57.1",
33
33
  "@types/fs-extra": "^4.0.2",
34
34
  "@types/semver": "^7.5.0",
35
35
  "@types/write-json-file": "^2.2.1",
@@ -43,10 +43,10 @@
43
43
  "write-json-file": "^2.2.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@theia/ext-scripts": "1.56.0"
46
+ "@theia/ext-scripts": "1.57.1"
47
47
  },
48
48
  "nyc": {
49
49
  "extends": "../../configs/nyc.json"
50
50
  },
51
- "gitHead": "52945586d4d7c037cc0c35b15a9e1804fccc8e66"
51
+ "gitHead": "6e84ac8d37bbeb45f999894e80cb92a761c1ee1e"
52
52
  }
package/src/api.ts CHANGED
@@ -18,4 +18,4 @@
18
18
  * The default supported API version the framework supports.
19
19
  * The version should be in the format `x.y.z`.
20
20
  */
21
- export const DEFAULT_SUPPORTED_API_VERSION = '1.95.3';
21
+ export const DEFAULT_SUPPORTED_API_VERSION = '1.96.0';