@theia/core 1.71.0-next.0 → 1.71.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.
@@ -9556,6 +9556,15 @@
9556
9556
  "description": "nexus-rpc-gen configuration for generating Nexus RPC service stubs",
9557
9557
  "fileMatch": ["*.nexusrpc.yaml", "*.nexusrpc.yml"],
9558
9558
  "url": "https://raw.githubusercontent.com/nexus-rpc/nexus-rpc-gen/main/schemas/nexus-rpc-gen.json"
9559
+ },
9560
+ {
9561
+ "name": "AgentCore CLI",
9562
+ "description": "Configuration file for Amazon Bedrock AgentCore CLI projects",
9563
+ "fileMatch": ["**/agentcore/agentcore.json"],
9564
+ "url": "https://schema.agentcore.aws.dev/v1/agentcore.json",
9565
+ "versions": {
9566
+ "1.0": "https://schema.agentcore.aws.dev/v1/agentcore.json"
9567
+ }
9559
9568
  }
9560
9569
  ]
9561
9570
  }
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.1+efbf7e3fa",
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.1+efbf7e3fa",
21
+ "@theia/request": "1.71.0-next.1+efbf7e3fa",
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": "efbf7e3fa194a5cd6f0fc93eb79dd8f22b357fce"
225
225
  }