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

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.
@@ -4845,6 +4845,12 @@
4845
4845
  ],
4846
4846
  "url": "https://www.mock-server.com/schema/expectations.json"
4847
4847
  },
4848
+ {
4849
+ "name": "modelparams.dev Model",
4850
+ "description": "Model Parameters Convention entry for one model variant in the modelparams.dev catalog. Documentation: https://modelparams.dev",
4851
+ "fileMatch": [],
4852
+ "url": "https://www.schemastore.org/modelparams.json"
4853
+ },
4848
4854
  {
4849
4855
  "name": "monospace.yml",
4850
4856
  "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.27+5c76836b2",
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.27+5c76836b2",
21
+ "@theia/request": "1.73.0-next.27+5c76836b2",
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": "5c76836b264f2536617f1dfa72b00fc19f75d06b"
225
225
  }