@theia/core 1.71.0-next.6 → 1.71.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.
@@ -533,6 +533,16 @@
533
533
  "fileMatch": ["*.appConfig.featureFlags.json"],
534
534
  "url": "https://www.schemastore.org/aws-cdk-appconfig-featureflags-1.0.0.json"
535
535
  },
536
+ {
537
+ "name": "azure.yaml",
538
+ "description": "Azure Developer CLI (azd) configuration file",
539
+ "fileMatch": ["azure.yaml", "azure.yml"],
540
+ "url": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json",
541
+ "versions": {
542
+ "alpha": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/alpha/azure.yaml.json",
543
+ "1.0": "https://raw.githubusercontent.com/Azure/azure-dev/main/schemas/v1.0/azure.yaml.json"
544
+ }
545
+ },
536
546
  {
537
547
  "name": "Azure Container App template for defining an immutable revision",
538
548
  "description": "Azure Container App template for defining an immutable revision",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.71.0-next.6+8b1f84c1b",
3
+ "version": "1.71.0-next.8+8ec70800c",
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.6+8b1f84c1b",
21
- "@theia/request": "1.71.0-next.6+8b1f84c1b",
20
+ "@theia/application-package": "1.71.0-next.8+8ec70800c",
21
+ "@theia/request": "1.71.0-next.8+8ec70800c",
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": "8b1f84c1b0114a76a1f343f3a2935d68faca6927"
224
+ "gitHead": "8ec70800c488b9fc44915e8896636628b7cb8636"
225
225
  }