@theia/core 1.65.0-next.47 → 1.65.0-next.48
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.
- package/lib/browser/catalog.json +6 -0
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -2906,6 +2906,12 @@
|
|
|
2906
2906
|
"fileMatch": ["grammar.json"],
|
|
2907
2907
|
"url": "https://raw.githubusercontent.com/tree-sitter/tree-sitter/master/docs/assets/schemas/config.schema.json"
|
|
2908
2908
|
},
|
|
2909
|
+
{
|
|
2910
|
+
"name": "Treefmt",
|
|
2911
|
+
"description": "Treefmt configuration file",
|
|
2912
|
+
"fileMatch": ["treefmt.toml"],
|
|
2913
|
+
"url": "https://www.schemastore.org/treefmt.json"
|
|
2914
|
+
},
|
|
2909
2915
|
{
|
|
2910
2916
|
"name": "GraphQL Mesh",
|
|
2911
2917
|
"description": "GraphQL Mesh config file",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.65.0-next.
|
|
3
|
+
"version": "1.65.0-next.48+97ec67d0a",
|
|
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.65.0-next.
|
|
21
|
-
"@theia/request": "1.65.0-next.
|
|
20
|
+
"@theia/application-package": "1.65.0-next.48+97ec67d0a",
|
|
21
|
+
"@theia/request": "1.65.0-next.48+97ec67d0a",
|
|
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": "
|
|
219
|
+
"gitHead": "97ec67d0aed3c2d7f9be87ca1901ac29f643be39"
|
|
220
220
|
}
|