@theia/core 1.73.0-next.26 → 1.73.0-next.29

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.
@@ -2262,6 +2262,17 @@
2262
2262
  "fileMatch": ["coffeelint.json"],
2263
2263
  "url": "https://www.schemastore.org/coffeelint.json"
2264
2264
  },
2265
+ {
2266
+ "name": "commit-check",
2267
+ "description": "Configuration for commit-check, a commit message, branch naming, and push linter",
2268
+ "fileMatch": [
2269
+ "cchk.toml",
2270
+ "commit-check.toml",
2271
+ "**/.github/cchk.toml",
2272
+ "**/.github/commit-check.toml"
2273
+ ],
2274
+ "url": "https://www.schemastore.org/commit-check.json"
2275
+ },
2265
2276
  {
2266
2277
  "name": "committed.toml",
2267
2278
  "description": "committed configuration file",
@@ -4845,6 +4856,12 @@
4845
4856
  ],
4846
4857
  "url": "https://www.mock-server.com/schema/expectations.json"
4847
4858
  },
4859
+ {
4860
+ "name": "modelparams.dev Model",
4861
+ "description": "Model Parameters Convention entry for one model variant in the modelparams.dev catalog. Documentation: https://modelparams.dev",
4862
+ "fileMatch": [],
4863
+ "url": "https://www.schemastore.org/modelparams.json"
4864
+ },
4848
4865
  {
4849
4866
  "name": "monospace.yml",
4850
4867
  "description": "MonoSpace configuration file",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.73.0-next.26+d6f45631a",
3
+ "version": "1.73.0-next.29+97f886ce4",
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.73.0-next.26+d6f45631a",
21
- "@theia/request": "1.73.0-next.26+d6f45631a",
20
+ "@theia/application-package": "1.73.0-next.29+97f886ce4",
21
+ "@theia/request": "1.73.0-next.29+97f886ce4",
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": "d6f45631a893ad1944a87db5aaf4bc94c64b1c60"
224
+ "gitHead": "97f886ce44b7b0a6b6ac2f7313b62e163dbc3d67"
225
225
  }