@theia/core 1.72.0-next.20 → 1.72.0-next.21

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.
@@ -1228,6 +1228,12 @@
1228
1228
  "fileMatch": [],
1229
1229
  "url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/partial-fastapi.json"
1230
1230
  },
1231
+ {
1232
+ "name": "partial-scheduled.json",
1233
+ "description": "Scheduled job configuration for pyproject.toml",
1234
+ "fileMatch": [],
1235
+ "url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/partial-scheduled.json"
1236
+ },
1231
1237
  {
1232
1238
  "name": "bozr.suite.json",
1233
1239
  "description": "Bozr test suite file",
@@ -8821,19 +8827,19 @@
8821
8827
  "url": "https://www.schemastore.org/any.json"
8822
8828
  },
8823
8829
  {
8824
- "name": "Zerops.io config",
8825
- "description": "Zerops.io (https://zerops.io) configuration YAML file, for setting how to build and deploy your services",
8826
- "fileMatch": ["zerops.yaml", "zerops.yml"],
8830
+ "name": "zerops.yml",
8831
+ "description": "Zerops build, deploy and run configuration YAML file",
8832
+ "fileMatch": ["zerops.yml", "zerops.yaml"],
8827
8833
  "url": "https://api.app-prg1.zerops.io/api/rest/public/settings/zerops-yml-json-schema.json"
8828
8834
  },
8829
8835
  {
8830
- "name": "Zerops.io import",
8831
- "description": "Zerops.io (https://zerops.io) infrastructure-as-code import YAML file",
8836
+ "name": "Zerops import file",
8837
+ "description": "Zerops infrastructure-as-code import YAML file",
8832
8838
  "fileMatch": [
8833
- "zerops-import.yaml",
8834
- "zerops-*-import.yaml",
8835
8839
  "zerops-import.yml",
8836
- "zerops-*-import.yml"
8840
+ "zerops-import.yaml",
8841
+ "zerops-*-import.yml",
8842
+ "zerops-*-import.yaml"
8837
8843
  ],
8838
8844
  "url": "https://api.app-prg1.zerops.io/api/rest/public/settings/import-project-yml-json-schema.json"
8839
8845
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.72.0-next.20+60dd3f3d5",
3
+ "version": "1.72.0-next.21+adeb3ebbf",
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.6",
20
- "@theia/application-package": "1.72.0-next.20+60dd3f3d5",
21
- "@theia/request": "1.72.0-next.20+60dd3f3d5",
20
+ "@theia/application-package": "1.72.0-next.21+adeb3ebbf",
21
+ "@theia/request": "1.72.0-next.21+adeb3ebbf",
22
22
  "@types/body-parser": "^1.19.6",
23
23
  "@types/express": "^4.17.25",
24
24
  "@types/fs-extra": "^4.0.15",
@@ -221,5 +221,5 @@
221
221
  "nyc": {
222
222
  "extends": "../../configs/nyc.json"
223
223
  },
224
- "gitHead": "60dd3f3d5ca48aabc06ab532c215257b061f9725"
224
+ "gitHead": "adeb3ebbf5e4b643b5438ca4f71fcfb4483498c8"
225
225
  }