@theia/core 1.73.0-next.14 → 1.73.0-next.15

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.
@@ -1887,6 +1887,12 @@
1887
1887
  "fileMatch": ["**/charts/*/tests/*.yaml"],
1888
1888
  "url": "https://raw.githubusercontent.com/helm-unittest/helm-unittest/refs/heads/main/schema/helm-testsuite.json"
1889
1889
  },
1890
+ {
1891
+ "name": "Hex file",
1892
+ "description": "Hex notebook file format - create and maintain data notebooks on Hex.tech",
1893
+ "fileMatch": ["*.hex.yaml"],
1894
+ "url": "https://static.hex.site/hex-file-schema.json"
1895
+ },
1890
1896
  {
1891
1897
  "name": "CircleCI config.yml",
1892
1898
  "description": "CircleCI config files",
@@ -3145,6 +3151,12 @@
3145
3151
  ],
3146
3152
  "url": "https://www.schemastore.org/eslintrc.json"
3147
3153
  },
3154
+ {
3155
+ "name": "ESLint Suppressions",
3156
+ "description": "ESLint bulk suppressions file",
3157
+ "fileMatch": ["eslint-suppressions.json"],
3158
+ "url": "https://www.schemastore.org/eslint-suppressions.json"
3159
+ },
3148
3160
  {
3149
3161
  "name": "fabric.mod.json",
3150
3162
  "description": "Metadata file used by the Fabric mod loader",
@@ -9309,6 +9321,11 @@
9309
9321
  "fileMatch": ["elm.json"],
9310
9322
  "url": "https://www.schemastore.org/elm.json"
9311
9323
  },
9324
+ {
9325
+ "name": "Emmet",
9326
+ "description": "Emmet snippets file",
9327
+ "url": "https://www.schemastore.org/emmet.json"
9328
+ },
9312
9329
  {
9313
9330
  "name": "Cloud Run Spec v1",
9314
9331
  "description": "Specification for Cloud Run Admin API v1",
@@ -10313,6 +10330,15 @@
10313
10330
  "amxbuild.*.yaml"
10314
10331
  ],
10315
10332
  "url": "https://raw.githubusercontent.com/AmxxModularEcosystem/amxx-builder/master/schema/amxbuild.schema.json"
10333
+ },
10334
+ {
10335
+ "name": "Podman Desktop Extension",
10336
+ "description": "Podman Desktop extension package.json manifest",
10337
+ "fileMatch": [],
10338
+ "url": "https://www.schemastore.org/podman-desktop-extension.json",
10339
+ "versions": {
10340
+ "1.27": "https://www.schemastore.org/podman-desktop-extension-1.27.json"
10341
+ }
10316
10342
  }
10317
10343
  ]
10318
10344
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.73.0-next.14+dca320f56",
3
+ "version": "1.73.0-next.15+d4d4e093a",
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.6",
20
- "@theia/application-package": "1.73.0-next.14+dca320f56",
21
- "@theia/request": "1.73.0-next.14+dca320f56",
20
+ "@theia/application-package": "1.73.0-next.15+d4d4e093a",
21
+ "@theia/request": "1.73.0-next.15+d4d4e093a",
22
22
  "@types/body-parser": "^1.19.6",
23
23
  "@types/express": "^4.17.25",
24
24
  "@types/fs-extra": "^4.0.15",
@@ -221,5 +221,5 @@
221
221
  "nyc": {
222
222
  "extends": "../../configs/nyc.json"
223
223
  },
224
- "gitHead": "dca320f5652d66a1f213050e3aa922a971c44173"
224
+ "gitHead": "d4d4e093a396c5cce7a82e6ab84b0d3a62ee1bf6"
225
225
  }