@theia/core 1.68.0-next.7 → 1.68.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.
@@ -594,6 +594,7 @@
594
594
  "url": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.10/bottom.json",
595
595
  "versions": {
596
596
  "nightly": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/nightly/bottom.json",
597
+ "0.12.0": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.12.0/bottom.json",
597
598
  "0.11": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.11/bottom.json",
598
599
  "0.10": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.10/bottom.json",
599
600
  "0.9": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.9/bottom.json"
@@ -2748,7 +2749,7 @@
2748
2749
  "ksail.yaml",
2749
2750
  "ksail.yml"
2750
2751
  ],
2751
- "url": "https://raw.githubusercontent.com/devantler/ksail/refs/heads/main/schemas/ksail-cluster-schema.json"
2752
+ "url": "https://raw.githubusercontent.com/devantler-tech/ksail/refs/heads/main/schemas/ksail-config.schema.json"
2752
2753
  },
2753
2754
  {
2754
2755
  "name": "function.json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.68.0-next.7+7f7ef6a41",
3
+ "version": "1.68.0-next.8+e54dfb735",
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.2",
19
19
  "@parcel/watcher": "^2.5.0",
20
- "@theia/application-package": "1.68.0-next.7+7f7ef6a41",
21
- "@theia/request": "1.68.0-next.7+7f7ef6a41",
20
+ "@theia/application-package": "1.68.0-next.8+e54dfb735",
21
+ "@theia/request": "1.68.0-next.8+e54dfb735",
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": "7f7ef6a4120be1bc296c8cb7edd463829998fb38"
224
+ "gitHead": "e54dfb7358bda02385e9c3d881e3620432f4955c"
225
225
  }