@theia/core 1.68.0-next.0 → 1.68.0-next.8
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 +42 -4
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -193,6 +193,24 @@
|
|
|
193
193
|
"11.2.0": "https://www.schemastore.org/abc-supply-plan-11.2.0.json"
|
|
194
194
|
}
|
|
195
195
|
},
|
|
196
|
+
{
|
|
197
|
+
"name": "ACP Cache File",
|
|
198
|
+
"description": "AI Context Protocol cache file format for storing indexed codebase metadata",
|
|
199
|
+
"fileMatch": [".acp.cache.json"],
|
|
200
|
+
"url": "https://acp-protocol.dev/schemas/v1/cache.schema.json"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "ACP Configuration File",
|
|
204
|
+
"description": "AI Context Protocol configuration file for project-level settings",
|
|
205
|
+
"fileMatch": [".acp.config.json"],
|
|
206
|
+
"url": "https://acp-protocol.dev/schemas/v1/config.schema.json"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"name": "ACP Variables File",
|
|
210
|
+
"description": "AI Context Protocol variables file for reusable context variables",
|
|
211
|
+
"fileMatch": [".acp.vars.json"],
|
|
212
|
+
"url": "https://acp-protocol.dev/schemas/v1/vars.schema.json"
|
|
213
|
+
},
|
|
196
214
|
{
|
|
197
215
|
"name": "AIConfig",
|
|
198
216
|
"description": "AIConfig that is used to store generative AI prompts, models and model parameters",
|
|
@@ -315,6 +333,12 @@
|
|
|
315
333
|
"fileMatch": [],
|
|
316
334
|
"url": "https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json"
|
|
317
335
|
},
|
|
336
|
+
{
|
|
337
|
+
"name": "arazzo.json",
|
|
338
|
+
"description": "An OpenAPI Arazzo document",
|
|
339
|
+
"fileMatch": ["arazzo.json", "arazzo.yml", "arazzo.yaml"],
|
|
340
|
+
"url": "https://www.schemastore.org/openapi-arazzo-1.X.json"
|
|
341
|
+
},
|
|
318
342
|
{
|
|
319
343
|
"name": "arb.json",
|
|
320
344
|
"description": "Application Resource Bundle",
|
|
@@ -570,6 +594,7 @@
|
|
|
570
594
|
"url": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.10/bottom.json",
|
|
571
595
|
"versions": {
|
|
572
596
|
"nightly": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/nightly/bottom.json",
|
|
597
|
+
"0.12.0": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.12.0/bottom.json",
|
|
573
598
|
"0.11": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.11/bottom.json",
|
|
574
599
|
"0.10": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.10/bottom.json",
|
|
575
600
|
"0.9": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.9/bottom.json"
|
|
@@ -1346,7 +1371,7 @@
|
|
|
1346
1371
|
"name": "Convex",
|
|
1347
1372
|
"description": "Configuration for Convex project settings",
|
|
1348
1373
|
"fileMatch": ["convex.json"],
|
|
1349
|
-
"url": "https://
|
|
1374
|
+
"url": "https://raw.githubusercontent.com/get-convex/convex-backend/refs/heads/main/npm-packages/convex/schemas/convex.schema.json"
|
|
1350
1375
|
},
|
|
1351
1376
|
{
|
|
1352
1377
|
"name": "Conjure",
|
|
@@ -2724,7 +2749,7 @@
|
|
|
2724
2749
|
"ksail.yaml",
|
|
2725
2750
|
"ksail.yml"
|
|
2726
2751
|
],
|
|
2727
|
-
"url": "https://raw.githubusercontent.com/devantler/ksail/refs/heads/main/schemas/ksail-
|
|
2752
|
+
"url": "https://raw.githubusercontent.com/devantler-tech/ksail/refs/heads/main/schemas/ksail-config.schema.json"
|
|
2728
2753
|
},
|
|
2729
2754
|
{
|
|
2730
2755
|
"name": "function.json",
|
|
@@ -4427,6 +4452,19 @@
|
|
|
4427
4452
|
"fileMatch": ["openapi.json", "openapi.yml", "openapi.yaml"],
|
|
4428
4453
|
"url": "https://www.schemastore.org/openapi-3.X.json"
|
|
4429
4454
|
},
|
|
4455
|
+
{
|
|
4456
|
+
"name": "overlay.json",
|
|
4457
|
+
"description": "An OpenAPI Overlay document",
|
|
4458
|
+
"fileMatch": [
|
|
4459
|
+
"overlay.json",
|
|
4460
|
+
"overlay.yml",
|
|
4461
|
+
"overlay.yaml",
|
|
4462
|
+
"*.overlay.json",
|
|
4463
|
+
"*.overlay.yml",
|
|
4464
|
+
"*.overlay.yaml"
|
|
4465
|
+
],
|
|
4466
|
+
"url": "https://www.schemastore.org/openapi-overlay-1.X.json"
|
|
4467
|
+
},
|
|
4430
4468
|
{
|
|
4431
4469
|
"name": "openrpc.json",
|
|
4432
4470
|
"description": "An OpenRPC document. Documentation: https://open-rpc.org for more information",
|
|
@@ -7469,13 +7507,13 @@
|
|
|
7469
7507
|
"name": "Shopware CLI Extension Store Configuration",
|
|
7470
7508
|
"description": "Shopware CLI Extension Store Configuration",
|
|
7471
7509
|
"fileMatch": [".shopware-extension.yml", ".shopware-extension.yaml"],
|
|
7472
|
-
"url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/
|
|
7510
|
+
"url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/shopware-extension-schema.json"
|
|
7473
7511
|
},
|
|
7474
7512
|
{
|
|
7475
7513
|
"name": "Shopware CLI Project Store Configuration",
|
|
7476
7514
|
"description": "Shopware CLI Project Store Configuration",
|
|
7477
7515
|
"fileMatch": [".shopware-project.yml", ".shopware-project.yaml"],
|
|
7478
|
-
"url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/
|
|
7516
|
+
"url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/shopware-project-schema.json"
|
|
7479
7517
|
},
|
|
7480
7518
|
{
|
|
7481
7519
|
"name": "Qodana",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.68.0-next.
|
|
3
|
+
"version": "1.68.0-next.8+e54dfb735",
|
|
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.2",
|
|
19
19
|
"@parcel/watcher": "^2.5.0",
|
|
20
|
-
"@theia/application-package": "1.68.0-next.
|
|
21
|
-
"@theia/request": "1.68.0-next.
|
|
20
|
+
"@theia/application-package": "1.68.0-next.8+e54dfb735",
|
|
21
|
+
"@theia/request": "1.68.0-next.8+e54dfb735",
|
|
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": "e54dfb7358bda02385e9c3d881e3620432f4955c"
|
|
225
225
|
}
|