@theia/core 1.72.0-next.30 → 1.72.0-next.36

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.
@@ -8239,7 +8239,7 @@
8239
8239
  "name": "Shopware CLI Extension Store Configuration",
8240
8240
  "description": "Shopware CLI Extension Store Configuration",
8241
8241
  "fileMatch": [".shopware-extension.yml", ".shopware-extension.yaml"],
8242
- "url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/shopware-extension-schema.json"
8242
+ "url": "https://shopware.github.io/shopware-cli/shopware-extension-schema.json"
8243
8243
  },
8244
8244
  {
8245
8245
  "name": "Shopware CLI Project Store Configuration",
@@ -8250,7 +8250,7 @@
8250
8250
  ".shopware-project.local.yml",
8251
8251
  ".shopware-project.local.yaml"
8252
8252
  ],
8253
- "url": "https://raw.githubusercontent.com/shopware/shopware-cli/main/shopware-project-schema.json"
8253
+ "url": "https://shopware.github.io/shopware-cli/shopware-project-schema.json"
8254
8254
  },
8255
8255
  {
8256
8256
  "name": "Qodana",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.72.0-next.30+a67ba2fe7",
3
+ "version": "1.72.0-next.36+ab6645bb0",
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.72.0-next.30+a67ba2fe7",
21
- "@theia/request": "1.72.0-next.30+a67ba2fe7",
20
+ "@theia/application-package": "1.72.0-next.36+ab6645bb0",
21
+ "@theia/request": "1.72.0-next.36+ab6645bb0",
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": "a67ba2fe771f798785a36f009e32d39f134e3bed"
224
+ "gitHead": "ab6645bb0758bd1f8a83c3a2321d2bde6e9da370"
225
225
  }