@theia/core 1.70.0-next.26 → 1.70.0-next.28

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.
@@ -2,6 +2,16 @@
2
2
  "$schema": "https://json.schemastore.org/schema-catalog.json",
3
3
  "version": 1,
4
4
  "schemas": [
5
+ {
6
+ "name": "Hashgraph Online Skill Manifest",
7
+ "description": "Manifest for Hashgraph Online Registry Broker skill packages",
8
+ "fileMatch": [
9
+ "**/.hol/skill.json",
10
+ "**/hol/skill.json",
11
+ "hol-skill.json"
12
+ ],
13
+ "url": "https://raw.githubusercontent.com/hashgraph-online/skill-publish/main/schemas/skill.schema.json"
14
+ },
5
15
  {
6
16
  "name": "release-hub.json",
7
17
  "description": "Configuration file for Release Hub",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.70.0-next.26+b40555ef6",
3
+ "version": "1.70.0-next.28+afae867a5",
4
4
  "description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.",
5
5
  "main": "lib/common/index.js",
6
6
  "typings": "lib/common/index.d.ts",
@@ -17,8 +17,8 @@
17
17
  "@lumino/virtualdom": "^2.0.4",
18
18
  "@lumino/widgets": "2.7.5",
19
19
  "@parcel/watcher": "^2.5.0",
20
- "@theia/application-package": "1.70.0-next.26+b40555ef6",
21
- "@theia/request": "1.70.0-next.26+b40555ef6",
20
+ "@theia/application-package": "1.70.0-next.28+afae867a5",
21
+ "@theia/request": "1.70.0-next.28+afae867a5",
22
22
  "@types/body-parser": "^1.16.4",
23
23
  "@types/express": "^4.17.21",
24
24
  "@types/fs-extra": "^4.0.2",
@@ -221,5 +221,5 @@
221
221
  "nyc": {
222
222
  "extends": "../../configs/nyc.json"
223
223
  },
224
- "gitHead": "b40555ef601736234983a8381eb2da6504994aaa"
224
+ "gitHead": "afae867a5ffaa073d30c1c74296e595ea5e77d24"
225
225
  }