@theia/core 1.68.0-next.0 → 1.68.0-next.7
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 +40 -3
- 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",
|
|
@@ -1346,7 +1370,7 @@
|
|
|
1346
1370
|
"name": "Convex",
|
|
1347
1371
|
"description": "Configuration for Convex project settings",
|
|
1348
1372
|
"fileMatch": ["convex.json"],
|
|
1349
|
-
"url": "https://
|
|
1373
|
+
"url": "https://raw.githubusercontent.com/get-convex/convex-backend/refs/heads/main/npm-packages/convex/schemas/convex.schema.json"
|
|
1350
1374
|
},
|
|
1351
1375
|
{
|
|
1352
1376
|
"name": "Conjure",
|
|
@@ -4427,6 +4451,19 @@
|
|
|
4427
4451
|
"fileMatch": ["openapi.json", "openapi.yml", "openapi.yaml"],
|
|
4428
4452
|
"url": "https://www.schemastore.org/openapi-3.X.json"
|
|
4429
4453
|
},
|
|
4454
|
+
{
|
|
4455
|
+
"name": "overlay.json",
|
|
4456
|
+
"description": "An OpenAPI Overlay document",
|
|
4457
|
+
"fileMatch": [
|
|
4458
|
+
"overlay.json",
|
|
4459
|
+
"overlay.yml",
|
|
4460
|
+
"overlay.yaml",
|
|
4461
|
+
"*.overlay.json",
|
|
4462
|
+
"*.overlay.yml",
|
|
4463
|
+
"*.overlay.yaml"
|
|
4464
|
+
],
|
|
4465
|
+
"url": "https://www.schemastore.org/openapi-overlay-1.X.json"
|
|
4466
|
+
},
|
|
4430
4467
|
{
|
|
4431
4468
|
"name": "openrpc.json",
|
|
4432
4469
|
"description": "An OpenRPC document. Documentation: https://open-rpc.org for more information",
|
|
@@ -7469,13 +7506,13 @@
|
|
|
7469
7506
|
"name": "Shopware CLI Extension Store Configuration",
|
|
7470
7507
|
"description": "Shopware CLI Extension Store Configuration",
|
|
7471
7508
|
"fileMatch": [".shopware-extension.yml", ".shopware-extension.yaml"],
|
|
7472
|
-
"url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/
|
|
7509
|
+
"url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/shopware-extension-schema.json"
|
|
7473
7510
|
},
|
|
7474
7511
|
{
|
|
7475
7512
|
"name": "Shopware CLI Project Store Configuration",
|
|
7476
7513
|
"description": "Shopware CLI Project Store Configuration",
|
|
7477
7514
|
"fileMatch": [".shopware-project.yml", ".shopware-project.yaml"],
|
|
7478
|
-
"url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/
|
|
7515
|
+
"url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/shopware-project-schema.json"
|
|
7479
7516
|
},
|
|
7480
7517
|
{
|
|
7481
7518
|
"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.7+7f7ef6a41",
|
|
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.7+7f7ef6a41",
|
|
21
|
+
"@theia/request": "1.68.0-next.7+7f7ef6a41",
|
|
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": "7f7ef6a4120be1bc296c8cb7edd463829998fb38"
|
|
225
225
|
}
|