@theia/core 1.67.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.
@@ -144,7 +144,7 @@
144
144
  "name": ".aiproj.json",
145
145
  "description": "Settings for project analysis by the Application Inspector",
146
146
  "fileMatch": [".aiproj.json"],
147
- "url": "https://www.schemastore.org/aiproj-1.8.json",
147
+ "url": "https://www.schemastore.org/aiproj-1.9.json",
148
148
  "versions": {
149
149
  "1.0": "https://www.schemastore.org/aiproj-1.0.json",
150
150
  "1.1": "https://www.schemastore.org/aiproj-1.1.json",
@@ -154,7 +154,8 @@
154
154
  "1.5": "https://www.schemastore.org/aiproj-1.5.json",
155
155
  "1.6": "https://www.schemastore.org/aiproj-1.6.json",
156
156
  "1.7": "https://www.schemastore.org/aiproj-1.7.json",
157
- "1.8": "https://www.schemastore.org/aiproj-1.8.json"
157
+ "1.8": "https://www.schemastore.org/aiproj-1.8.json",
158
+ "1.9": "https://www.schemastore.org/aiproj-1.9.json"
158
159
  }
159
160
  },
160
161
  {
@@ -192,6 +193,24 @@
192
193
  "11.2.0": "https://www.schemastore.org/abc-supply-plan-11.2.0.json"
193
194
  }
194
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
+ },
195
214
  {
196
215
  "name": "AIConfig",
197
216
  "description": "AIConfig that is used to store generative AI prompts, models and model parameters",
@@ -314,6 +333,12 @@
314
333
  "fileMatch": [],
315
334
  "url": "https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json"
316
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
+ },
317
342
  {
318
343
  "name": "arb.json",
319
344
  "description": "Application Resource Bundle",
@@ -1345,7 +1370,7 @@
1345
1370
  "name": "Convex",
1346
1371
  "description": "Configuration for Convex project settings",
1347
1372
  "fileMatch": ["convex.json"],
1348
- "url": "https://www.schemastore.org/convex.json"
1373
+ "url": "https://raw.githubusercontent.com/get-convex/convex-backend/refs/heads/main/npm-packages/convex/schemas/convex.schema.json"
1349
1374
  },
1350
1375
  {
1351
1376
  "name": "Conjure",
@@ -4424,13 +4449,20 @@
4424
4449
  "name": "openapi.json",
4425
4450
  "description": "An OpenAPI documentation file",
4426
4451
  "fileMatch": ["openapi.json", "openapi.yml", "openapi.yaml"],
4427
- "url": "https://spec.openapis.org/oas/3.1/schema/2025-09-15",
4428
- "versions": {
4429
- "2.0": "https://spec.openapis.org/oas/2.0/schema/2017-08-27",
4430
- "3.0": "https://spec.openapis.org/oas/3.0/schema/2024-10-18",
4431
- "3.1": "https://spec.openapis.org/oas/3.1/schema/2025-09-15",
4432
- "3.2": "https://spec.openapis.org/oas/3.2/schema/2025-09-17"
4433
- }
4452
+ "url": "https://www.schemastore.org/openapi-3.X.json"
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"
4434
4466
  },
4435
4467
  {
4436
4468
  "name": "openrpc.json",
@@ -6045,7 +6077,7 @@
6045
6077
  "name": "Swagger API 2.0",
6046
6078
  "description": "Swagger API 2.0",
6047
6079
  "fileMatch": ["swagger.json"],
6048
- "url": "https://www.schemastore.org/swagger-2.0.json"
6080
+ "url": "https://spec.openapis.org/oas/2.0/schema/2017-08-27"
6049
6081
  },
6050
6082
  {
6051
6083
  "name": "Synadia Connect Component",
@@ -7114,7 +7146,7 @@
7114
7146
  "name": "Gradle Enterprise",
7115
7147
  "description": "Gradle Enterprise configuration",
7116
7148
  "fileMatch": ["*gradle-enterprise.yml", "*gradle-enterprise.yaml"],
7117
- "url": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-13.json",
7149
+ "url": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-14.json",
7118
7150
  "versions": {
7119
7151
  "1.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-1.json",
7120
7152
  "2.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-2.json",
@@ -7128,7 +7160,8 @@
7128
7160
  "10.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-10.json",
7129
7161
  "11.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-11.json",
7130
7162
  "12.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-12.json",
7131
- "13.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-13.json"
7163
+ "13.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-13.json",
7164
+ "14.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-14.json"
7132
7165
  }
7133
7166
  },
7134
7167
  {
@@ -7138,13 +7171,10 @@
7138
7171
  "*build-cache-node-config.yml",
7139
7172
  "*build-cache-node-config.yaml"
7140
7173
  ],
7141
- "url": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-5.json",
7174
+ "url": "https://docs.gradle.com/downloads/build-cache-node-config-schema/build-cache-node-config-schema-5.json",
7142
7175
  "versions": {
7143
- "1.0": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-1.json",
7144
- "2.0": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-2.json",
7145
- "3.0": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-3.json",
7146
- "4.0": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-4.json",
7147
- "5.0": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-5.json"
7176
+ "4.0": "https://docs.gradle.com/develocity/build-cache-node/schema/build-cache-node-config-schema-4.json",
7177
+ "5.0": "https://docs.gradle.com/downloads/build-cache-node-config-schema/build-cache-node-config-schema-5.json"
7148
7178
  }
7149
7179
  },
7150
7180
  {
@@ -7476,13 +7506,13 @@
7476
7506
  "name": "Shopware CLI Extension Store Configuration",
7477
7507
  "description": "Shopware CLI Extension Store Configuration",
7478
7508
  "fileMatch": [".shopware-extension.yml", ".shopware-extension.yaml"],
7479
- "url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/extension/shopware-extension-schema.json"
7509
+ "url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/shopware-extension-schema.json"
7480
7510
  },
7481
7511
  {
7482
7512
  "name": "Shopware CLI Project Store Configuration",
7483
7513
  "description": "Shopware CLI Project Store Configuration",
7484
7514
  "fileMatch": [".shopware-project.yml", ".shopware-project.yaml"],
7485
- "url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/shop/shopware-project-schema.json"
7515
+ "url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/shopware-project-schema.json"
7486
7516
  },
7487
7517
  {
7488
7518
  "name": "Qodana",
@@ -7696,6 +7726,12 @@
7696
7726
  "fileMatch": ["devspace.yaml"],
7697
7727
  "url": "https://raw.githubusercontent.com/loft-sh/devspace/main/devspace-schema.json"
7698
7728
  },
7729
+ {
7730
+ "name": ".macro.json",
7731
+ "description": "Macro configuration file",
7732
+ "fileMatch": [".macro.json"],
7733
+ "url": "https://raw.githubusercontent.com/rebaz94/macro_kit/refs/heads/main/macro_schema.json"
7734
+ },
7699
7735
  {
7700
7736
  "name": "Monika Configuration",
7701
7737
  "description": "Monika configuration file",
@@ -7821,7 +7857,7 @@
7821
7857
  "name": "Pantsbuild",
7822
7858
  "description": "Pantsbuild configuration file",
7823
7859
  "fileMatch": ["pants*.toml"],
7824
- "url": "https://www.schemastore.org/pantsbuild-2.26.0.json",
7860
+ "url": "https://www.schemastore.org/pantsbuild-2.30.0.json",
7825
7861
  "versions": {
7826
7862
  "2.14.0": "https://www.schemastore.org/pantsbuild-2.14.0.json",
7827
7863
  "2.15.0": "https://www.schemastore.org/pantsbuild-2.15.0.json",
@@ -7832,7 +7868,8 @@
7832
7868
  "2.20.0": "https://www.schemastore.org/pantsbuild-2.20.0.json",
7833
7869
  "2.21.0": "https://www.schemastore.org/pantsbuild-2.21.0.json",
7834
7870
  "2.24.0": "https://www.schemastore.org/pantsbuild-2.24.0.json",
7835
- "2.26.0": "https://www.schemastore.org/pantsbuild-2.26.0.json"
7871
+ "2.26.0": "https://www.schemastore.org/pantsbuild-2.26.0.json",
7872
+ "2.30.0": "https://www.schemastore.org/pantsbuild-2.30.0.json"
7836
7873
  }
7837
7874
  },
7838
7875
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.67.0",
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.67.0",
21
- "@theia/request": "1.67.0",
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": "541860e34f1351442be3a1c998fb618472afcefd"
224
+ "gitHead": "7f7ef6a4120be1bc296c8cb7edd463829998fb38"
225
225
  }