@theia/core 1.69.0 → 1.70.0-next.1
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.
- package/lib/browser/catalog.json +45 -5
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -871,9 +871,9 @@
|
|
|
871
871
|
},
|
|
872
872
|
{
|
|
873
873
|
"name": "Lando (landofile)",
|
|
874
|
-
"description": "The configuration file for a Lando app. Documentation: https://github.com/
|
|
874
|
+
"description": "The configuration file for a Lando app. Documentation: https://github.com/lando-community/lando-spec",
|
|
875
875
|
"fileMatch": [".lando.yml", ".lando.*.yml"],
|
|
876
|
-
"url": "https://
|
|
876
|
+
"url": "https://lando-community.github.io/lando-spec/landofile-spec.json"
|
|
877
877
|
},
|
|
878
878
|
{
|
|
879
879
|
"name": "latexindent configuration",
|
|
@@ -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",
|
|
@@ -3629,8 +3641,9 @@
|
|
|
3629
3641
|
"name": "JReleaser",
|
|
3630
3642
|
"description": "JReleaser config file",
|
|
3631
3643
|
"fileMatch": ["jreleaser.yml", "jreleaser.json"],
|
|
3632
|
-
"url": "https://www.schemastore.org/jreleaser-1.
|
|
3644
|
+
"url": "https://www.schemastore.org/jreleaser-1.23.0.json",
|
|
3633
3645
|
"versions": {
|
|
3646
|
+
"1.23.0": "https://www.schemastore.org/jreleaser-1.23.0.json",
|
|
3634
3647
|
"1.22.0": "https://www.schemastore.org/jreleaser-1.22.0.json",
|
|
3635
3648
|
"1.21.0": "https://www.schemastore.org/jreleaser-1.21.0.json",
|
|
3636
3649
|
"1.20.0": "https://www.schemastore.org/jreleaser-1.20.0.json",
|
|
@@ -4253,6 +4266,21 @@
|
|
|
4253
4266
|
"fileMatch": ["*.mlos.jsonc", "*.mlos.json5", "*.mlos.json"],
|
|
4254
4267
|
"url": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/mlos-bench-config-schema.json"
|
|
4255
4268
|
},
|
|
4269
|
+
{
|
|
4270
|
+
"name": "mockd.yaml",
|
|
4271
|
+
"description": "mockd multi-protocol API mock server configuration file. See https://mockd.io",
|
|
4272
|
+
"fileMatch": [
|
|
4273
|
+
"mockd.yaml",
|
|
4274
|
+
"mockd.yml",
|
|
4275
|
+
"mockd.json",
|
|
4276
|
+
".mockd.yaml",
|
|
4277
|
+
".mockd.yml",
|
|
4278
|
+
".mockd.json",
|
|
4279
|
+
"mocks.yaml",
|
|
4280
|
+
"mocks.yml"
|
|
4281
|
+
],
|
|
4282
|
+
"url": "https://raw.githubusercontent.com/getmockd/mockd/main/schema/mockd.schema.json"
|
|
4283
|
+
},
|
|
4256
4284
|
{
|
|
4257
4285
|
"name": "monospace.yml",
|
|
4258
4286
|
"description": "MonoSpace configuration file",
|
|
@@ -9200,9 +9228,10 @@
|
|
|
9200
9228
|
{
|
|
9201
9229
|
"name": "Azure IoT Operations Wasm Graph Config",
|
|
9202
9230
|
"description": "",
|
|
9203
|
-
"url": "https://www.schemastore.org/aio-wasm-graph-config-1.
|
|
9231
|
+
"url": "https://www.schemastore.org/aio-wasm-graph-config-1.1.0.json",
|
|
9204
9232
|
"versions": {
|
|
9205
|
-
"1.0.0": "https://www.schemastore.org/aio-wasm-graph-config-1.0.0.json"
|
|
9233
|
+
"1.0.0": "https://www.schemastore.org/aio-wasm-graph-config-1.0.0.json",
|
|
9234
|
+
"1.1.0": "https://www.schemastore.org/aio-wasm-graph-config-1.1.0.json"
|
|
9206
9235
|
}
|
|
9207
9236
|
},
|
|
9208
9237
|
{
|
|
@@ -9414,6 +9443,17 @@
|
|
|
9414
9443
|
"description": "Configuration file for Oxlint, a high-performance linter for JavaScript and TypeScript built on the Oxc compiler stack",
|
|
9415
9444
|
"fileMatch": [".oxlintrc.json"],
|
|
9416
9445
|
"url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxlint/configuration_schema.json"
|
|
9446
|
+
},
|
|
9447
|
+
{
|
|
9448
|
+
"name": "text2confl config",
|
|
9449
|
+
"description": "Configuration file for Text2Confl - tool to publish Markdown and Asciidoctor files to Confluence",
|
|
9450
|
+
"fileMatch": [
|
|
9451
|
+
"**/.text2confl.yaml",
|
|
9452
|
+
"**/.text2confl.yml",
|
|
9453
|
+
"**/text2confl.yaml",
|
|
9454
|
+
"**/text2confl.yml"
|
|
9455
|
+
],
|
|
9456
|
+
"url": "https://raw.githubusercontent.com/zeldigas/text2confl/refs/heads/master/docs/config.schema.json"
|
|
9417
9457
|
}
|
|
9418
9458
|
]
|
|
9419
9459
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.70.0-next.1+4cae24ed4",
|
|
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.
|
|
21
|
-
"@theia/request": "1.
|
|
20
|
+
"@theia/application-package": "1.70.0-next.1+4cae24ed4",
|
|
21
|
+
"@theia/request": "1.70.0-next.1+4cae24ed4",
|
|
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": "
|
|
224
|
+
"gitHead": "4cae24ed4838b73c60db1dc36b3c34541c6774dd"
|
|
225
225
|
}
|