@theia/core 1.76.0-next.4 → 1.76.0-next.6

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.
@@ -11638,6 +11638,16 @@
11638
11638
  "description": "hitf-cli translation toolkit configuration file",
11639
11639
  "fileMatch": [".hias-hitf.json", ".hias-hitf.jsonc"],
11640
11640
  "url": "https://www.schemastore.org/hias-hitf.json"
11641
+ },
11642
+ {
11643
+ "name": "HULL - Helm Uniform Layer Library",
11644
+ "description": "Configuration options for HULL based Helm charts",
11645
+ "url": "https://github.com/vidispine/hull/blob/main/hull/values.schema.json",
11646
+ "versions": {
11647
+ "1.34": "https://github.com/vidispine/hull/blob/release-1.34/hull/values.schema.json",
11648
+ "1.35": "https://github.com/vidispine/hull/blob/release-1.35/hull/values.schema.json",
11649
+ "1.36": "https://github.com/vidispine/hull/blob/release-1.36/hull/values.schema.json"
11650
+ }
11641
11651
  }
11642
11652
  ]
11643
11653
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.76.0-next.4+21b9b5342",
3
+ "version": "1.76.0-next.6+5358262f7",
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.5",
18
18
  "@lumino/widgets": "2.7.5",
19
19
  "@parcel/watcher": "^2.6.0",
20
- "@theia/application-package": "1.76.0-next.4+21b9b5342",
21
- "@theia/request": "1.76.0-next.4+21b9b5342",
20
+ "@theia/application-package": "1.76.0-next.6+5358262f7",
21
+ "@theia/request": "1.76.0-next.6+5358262f7",
22
22
  "@types/body-parser": "^1.19.6",
23
23
  "@types/express": "^4.17.25",
24
24
  "@types/fs-extra": "^4.0.15",
@@ -233,5 +233,5 @@
233
233
  "nyc": {
234
234
  "extends": "../../configs/nyc.json"
235
235
  },
236
- "gitHead": "21b9b534224c55152fca0b67af7f8a8283dad2bd"
236
+ "gitHead": "5358262f7ca40ba9a5e7b514914a18202bd2b7e6"
237
237
  }