@theia/core 1.73.0-next.10 → 1.73.0-next.14
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 +30 -1
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -3965,6 +3965,22 @@
|
|
|
3965
3965
|
"fileMatch": ["importmap.json", "import_map.json", "import-map.json"],
|
|
3966
3966
|
"url": "https://www.schemastore.org/importmap.json"
|
|
3967
3967
|
},
|
|
3968
|
+
{
|
|
3969
|
+
"name": "Infinispan Configuration",
|
|
3970
|
+
"description": "Infinispan distributed cache configuration",
|
|
3971
|
+
"fileMatch": ["infinispan.json", "infinispan.yaml", "infinispan.yml"],
|
|
3972
|
+
"url": "https://infinispan.org/schemas/infinispan-config.json"
|
|
3973
|
+
},
|
|
3974
|
+
{
|
|
3975
|
+
"name": "Infinispan Server Configuration",
|
|
3976
|
+
"description": "Infinispan Server configuration",
|
|
3977
|
+
"fileMatch": [
|
|
3978
|
+
"infinispan-server.json",
|
|
3979
|
+
"infinispan-server.yaml",
|
|
3980
|
+
"infinispan-server.yml"
|
|
3981
|
+
],
|
|
3982
|
+
"url": "https://infinispan.org/schemas/infinispan-server.json"
|
|
3983
|
+
},
|
|
3968
3984
|
{
|
|
3969
3985
|
"name": "Infrahub",
|
|
3970
3986
|
"description": "Repository config definition for Infrahub by OpsMill",
|
|
@@ -5180,8 +5196,9 @@
|
|
|
5180
5196
|
"otel*.yaml",
|
|
5181
5197
|
"otel*.yml"
|
|
5182
5198
|
],
|
|
5183
|
-
"url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.
|
|
5199
|
+
"url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
|
|
5184
5200
|
"versions": {
|
|
5201
|
+
"1.1.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
|
|
5185
5202
|
"1.0.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.0.0/opentelemetry_configuration.json"
|
|
5186
5203
|
}
|
|
5187
5204
|
},
|
|
@@ -5475,6 +5492,12 @@
|
|
|
5475
5492
|
"fileMatch": ["*.pactspec.json", "*.pactspec.yaml"],
|
|
5476
5493
|
"url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/pactspec.json"
|
|
5477
5494
|
},
|
|
5495
|
+
{
|
|
5496
|
+
"name": "Panache",
|
|
5497
|
+
"description": "Configuration file for Panache, a language server, formatter, and linter for Markdown, Quarto, and R Markdown documents",
|
|
5498
|
+
"fileMatch": ["panache.toml", ".panache.toml"],
|
|
5499
|
+
"url": "https://panache.bz/panache.schema.json"
|
|
5500
|
+
},
|
|
5478
5501
|
{
|
|
5479
5502
|
"name": "Paper paper-plugin.yml",
|
|
5480
5503
|
"description": "Paper Plugins YAML",
|
|
@@ -7900,6 +7923,12 @@
|
|
|
7900
7923
|
"fileMatch": ["**/.yamllint", "**/.yamllint.yaml", "**/.yamllint.yml"],
|
|
7901
7924
|
"url": "https://www.schemastore.org/yamllint.json"
|
|
7902
7925
|
},
|
|
7926
|
+
{
|
|
7927
|
+
"name": "yap.json",
|
|
7928
|
+
"description": "YAP (Yet Another Packager) multi-package project file",
|
|
7929
|
+
"fileMatch": ["yap.json"],
|
|
7930
|
+
"url": "https://www.schemastore.org/yap.json"
|
|
7931
|
+
},
|
|
7903
7932
|
{
|
|
7904
7933
|
"name": "Yippee-Ki-JSON configuration YML",
|
|
7905
7934
|
"description": "Action and rule configuration descriptor for Yippee-Ki-JSON transformations",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.73.0-next.
|
|
3
|
+
"version": "1.73.0-next.14+dca320f56",
|
|
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.
|
|
21
|
-
"@theia/request": "1.73.0-next.
|
|
20
|
+
"@theia/application-package": "1.73.0-next.14+dca320f56",
|
|
21
|
+
"@theia/request": "1.73.0-next.14+dca320f56",
|
|
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": "
|
|
224
|
+
"gitHead": "dca320f5652d66a1f213050e3aa922a971c44173"
|
|
225
225
|
}
|