@theia/core 1.70.0-next.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 +30 -3
- 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",
|
|
@@ -3641,8 +3641,9 @@
|
|
|
3641
3641
|
"name": "JReleaser",
|
|
3642
3642
|
"description": "JReleaser config file",
|
|
3643
3643
|
"fileMatch": ["jreleaser.yml", "jreleaser.json"],
|
|
3644
|
-
"url": "https://www.schemastore.org/jreleaser-1.
|
|
3644
|
+
"url": "https://www.schemastore.org/jreleaser-1.23.0.json",
|
|
3645
3645
|
"versions": {
|
|
3646
|
+
"1.23.0": "https://www.schemastore.org/jreleaser-1.23.0.json",
|
|
3646
3647
|
"1.22.0": "https://www.schemastore.org/jreleaser-1.22.0.json",
|
|
3647
3648
|
"1.21.0": "https://www.schemastore.org/jreleaser-1.21.0.json",
|
|
3648
3649
|
"1.20.0": "https://www.schemastore.org/jreleaser-1.20.0.json",
|
|
@@ -4265,6 +4266,21 @@
|
|
|
4265
4266
|
"fileMatch": ["*.mlos.jsonc", "*.mlos.json5", "*.mlos.json"],
|
|
4266
4267
|
"url": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/mlos-bench-config-schema.json"
|
|
4267
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
|
+
},
|
|
4268
4284
|
{
|
|
4269
4285
|
"name": "monospace.yml",
|
|
4270
4286
|
"description": "MonoSpace configuration file",
|
|
@@ -9427,6 +9443,17 @@
|
|
|
9427
9443
|
"description": "Configuration file for Oxlint, a high-performance linter for JavaScript and TypeScript built on the Oxc compiler stack",
|
|
9428
9444
|
"fileMatch": [".oxlintrc.json"],
|
|
9429
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"
|
|
9430
9457
|
}
|
|
9431
9458
|
]
|
|
9432
9459
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.70.0-next.
|
|
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.70.0-next.
|
|
21
|
-
"@theia/request": "1.70.0-next.
|
|
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
|
}
|