@theia/core 1.66.0-next.27 → 1.66.0-next.41

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.
@@ -3055,7 +3055,7 @@
3055
3055
  "hz-*.yaml",
3056
3056
  "hz-*.json"
3057
3057
  ],
3058
- "url": "https://hazelcast.com/schema/config/hazelcast-config-5.5.json"
3058
+ "url": "https://hazelcast.com/schema/config/hazelcast-config-5.6.json"
3059
3059
  },
3060
3060
  {
3061
3061
  "name": "Home Assistant Integration Manifest",
@@ -5161,6 +5161,12 @@
5161
5161
  "fileMatch": [".runny.yaml", ".runny.yml"],
5162
5162
  "url": "https://raw.githubusercontent.com/simonwhitaker/runny/main/schema/runny.schema.json"
5163
5163
  },
5164
+ {
5165
+ "name": "rumdl",
5166
+ "description": "Configuration file for rumdl, a fast Markdown linter and formatter",
5167
+ "fileMatch": [".rumdl.toml", "rumdl.toml"],
5168
+ "url": "https://raw.githubusercontent.com/rvben/rumdl/main/rumdl.schema.json"
5169
+ },
5164
5170
  {
5165
5171
  "name": "rustfmt",
5166
5172
  "description": "rustfmt, a tool to format Rust code",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.66.0-next.27+a9334fd8e",
3
+ "version": "1.66.0-next.41+d4393e3c9",
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.2",
18
18
  "@lumino/widgets": "2.5.0",
19
19
  "@parcel/watcher": "^2.5.0",
20
- "@theia/application-package": "1.66.0-next.27+a9334fd8e",
21
- "@theia/request": "1.66.0-next.27+a9334fd8e",
20
+ "@theia/application-package": "1.66.0-next.41+d4393e3c9",
21
+ "@theia/request": "1.66.0-next.41+d4393e3c9",
22
22
  "@types/body-parser": "^1.16.4",
23
23
  "@types/express": "^4.17.21",
24
24
  "@types/fs-extra": "^4.0.2",
@@ -216,5 +216,5 @@
216
216
  "nyc": {
217
217
  "extends": "../../configs/nyc.json"
218
218
  },
219
- "gitHead": "a9334fd8e3fa0dfd9beccf1c2f0fe15c6c2c071d"
219
+ "gitHead": "d4393e3c90401f6c5929236afb26991cddfeb24b"
220
220
  }