@theia/core 1.71.0-next.0 → 1.71.0-next.3

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.
@@ -219,7 +219,7 @@
219
219
  "name": "ABCSupplyPlan",
220
220
  "description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
221
221
  "fileMatch": ["abc-supply-plan-*.json"],
222
- "url": "https://www.schemastore.org/abc-supply-plan-11.4.0.json",
222
+ "url": "https://www.schemastore.org/abc-supply-plan-12.0.0.json",
223
223
  "versions": {
224
224
  "1.0.0": "https://www.schemastore.org/abc-supply-plan-1.0.0.json",
225
225
  "2.0.0": "https://www.schemastore.org/abc-supply-plan-2.0.0.json",
@@ -236,7 +236,8 @@
236
236
  "11.1.0": "https://www.schemastore.org/abc-supply-plan-11.1.0.json",
237
237
  "11.2.0": "https://www.schemastore.org/abc-supply-plan-11.2.0.json",
238
238
  "11.3.0": "https://www.schemastore.org/abc-supply-plan-11.3.0.json",
239
- "11.4.0": "https://www.schemastore.org/abc-supply-plan-11.4.0.json"
239
+ "11.4.0": "https://www.schemastore.org/abc-supply-plan-11.4.0.json",
240
+ "12.0.0": "https://www.schemastore.org/abc-supply-plan-12.0.0.json"
240
241
  }
241
242
  },
242
243
  {
@@ -9556,6 +9557,15 @@
9556
9557
  "description": "nexus-rpc-gen configuration for generating Nexus RPC service stubs",
9557
9558
  "fileMatch": ["*.nexusrpc.yaml", "*.nexusrpc.yml"],
9558
9559
  "url": "https://raw.githubusercontent.com/nexus-rpc/nexus-rpc-gen/main/schemas/nexus-rpc-gen.json"
9560
+ },
9561
+ {
9562
+ "name": "AgentCore CLI",
9563
+ "description": "Configuration file for Amazon Bedrock AgentCore CLI projects",
9564
+ "fileMatch": ["**/agentcore/agentcore.json"],
9565
+ "url": "https://schema.agentcore.aws.dev/v1/agentcore.json",
9566
+ "versions": {
9567
+ "1.0": "https://schema.agentcore.aws.dev/v1/agentcore.json"
9568
+ }
9559
9569
  }
9560
9570
  ]
9561
9571
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.71.0-next.0+4ef126fca",
3
+ "version": "1.71.0-next.3+cb0e8d974",
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.71.0-next.0+4ef126fca",
21
- "@theia/request": "1.71.0-next.0+4ef126fca",
20
+ "@theia/application-package": "1.71.0-next.3+cb0e8d974",
21
+ "@theia/request": "1.71.0-next.3+cb0e8d974",
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": "4ef126fca6dbb6970e87d9d7749c599c4fcfe116"
224
+ "gitHead": "cb0e8d9740aa731745fb970cdf77a25597afbe85"
225
225
  }