@theia/core 1.69.0 → 1.70.0-next.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.
@@ -1408,6 +1408,18 @@
1408
1408
  "fileMatch": ["cibuildwheel.toml", ".cibuildwheel.toml"],
1409
1409
  "url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/cibuildwheel.json"
1410
1410
  },
1411
+ {
1412
+ "name": "Citrus test case",
1413
+ "description": "Citrus test case",
1414
+ "fileMatch": [
1415
+ "*.citrus.yaml",
1416
+ "*.citrus.test.yaml",
1417
+ "*.citrus.it.yaml",
1418
+ "*.citrus-test.yaml",
1419
+ "*.citrus-it.yaml"
1420
+ ],
1421
+ "url": "https://citrusframework.org/schema/json/testcase/citrus-testcase.json"
1422
+ },
1411
1423
  {
1412
1424
  "name": "CityJSON",
1413
1425
  "description": "the representation of 3D city models",
@@ -9200,9 +9212,10 @@
9200
9212
  {
9201
9213
  "name": "Azure IoT Operations Wasm Graph Config",
9202
9214
  "description": "",
9203
- "url": "https://www.schemastore.org/aio-wasm-graph-config-1.0.0.json",
9215
+ "url": "https://www.schemastore.org/aio-wasm-graph-config-1.1.0.json",
9204
9216
  "versions": {
9205
- "1.0.0": "https://www.schemastore.org/aio-wasm-graph-config-1.0.0.json"
9217
+ "1.0.0": "https://www.schemastore.org/aio-wasm-graph-config-1.0.0.json",
9218
+ "1.1.0": "https://www.schemastore.org/aio-wasm-graph-config-1.1.0.json"
9206
9219
  }
9207
9220
  },
9208
9221
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.69.0",
3
+ "version": "1.70.0-next.0+746bd8e6e",
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.69.0",
21
- "@theia/request": "1.69.0",
20
+ "@theia/application-package": "1.70.0-next.0+746bd8e6e",
21
+ "@theia/request": "1.70.0-next.0+746bd8e6e",
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": "3b413470b0f990dc0d6e4287da02a6b6e21d3239"
224
+ "gitHead": "746bd8e6e43be90c1e1f59d226429a78f4590466"
225
225
  }