@theia/core 1.65.0-next.16 → 1.65.0-next.19
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 +41 -9
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
{
|
|
1096
1096
|
"name": "Catalog Info Backstage",
|
|
1097
1097
|
"description": "Backstage Catalog Info",
|
|
1098
|
-
"fileMatch": ["catalog-info.yaml"],
|
|
1098
|
+
"fileMatch": ["catalog-info.yaml", "*.catalog-info.yaml"],
|
|
1099
1099
|
"url": "https://www.schemastore.org/catalog-info.json"
|
|
1100
1100
|
},
|
|
1101
1101
|
{
|
|
@@ -2592,11 +2592,20 @@
|
|
|
2592
2592
|
{
|
|
2593
2593
|
"name": "GitVersion",
|
|
2594
2594
|
"description": "Configuration file for GitVersion",
|
|
2595
|
-
"fileMatch": [
|
|
2596
|
-
|
|
2595
|
+
"fileMatch": [
|
|
2596
|
+
"GitVersion.yml",
|
|
2597
|
+
"GitVersion.yaml",
|
|
2598
|
+
".gitversion.yml",
|
|
2599
|
+
".gitversion.yaml"
|
|
2600
|
+
],
|
|
2601
|
+
"url": "https://gitversion.net/schemas/6.4/GitVersion.configuration.json",
|
|
2597
2602
|
"versions": {
|
|
2598
|
-
"5.12": "https://
|
|
2599
|
-
"6.0": "https://
|
|
2603
|
+
"5.12": "https://gitversion.net/schemas/5.12/GitVersion.configuration.json",
|
|
2604
|
+
"6.0": "https://gitversion.net/schemas/6.0/GitVersion.configuration.json",
|
|
2605
|
+
"6.1": "https://gitversion.net/schemas/6.1/GitVersion.configuration.json",
|
|
2606
|
+
"6.2": "https://gitversion.net/schemas/6.2/GitVersion.configuration.json",
|
|
2607
|
+
"6.3": "https://gitversion.net/schemas/6.3/GitVersion.configuration.json",
|
|
2608
|
+
"6.4": "https://gitversion.net/schemas/6.4/GitVersion.configuration.json"
|
|
2600
2609
|
}
|
|
2601
2610
|
},
|
|
2602
2611
|
{
|
|
@@ -2977,6 +2986,11 @@
|
|
|
2977
2986
|
"fileMatch": ["haxelib.json"],
|
|
2978
2987
|
"url": "https://raw.githubusercontent.com/HaxeFoundation/haxelib/master/schema.json"
|
|
2979
2988
|
},
|
|
2989
|
+
{
|
|
2990
|
+
"name": "Hayagriva",
|
|
2991
|
+
"description": "A bibliography management format for the modern age",
|
|
2992
|
+
"url": "https://www.schemastore.org/hayagriva.json"
|
|
2993
|
+
},
|
|
2980
2994
|
{
|
|
2981
2995
|
"name": "Hayson",
|
|
2982
2996
|
"description": "Project Haystack data",
|
|
@@ -3054,15 +3068,16 @@
|
|
|
3054
3068
|
{
|
|
3055
3069
|
"name": "IBM Zapp document",
|
|
3056
3070
|
"description": "IBM Z APPlication configuration file for IBM zDevOps development tools such as Z Open Editor",
|
|
3057
|
-
"fileMatch": ["zapp.yaml", "zapp.json"],
|
|
3058
|
-
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.
|
|
3071
|
+
"fileMatch": ["zapp.yaml", "zapp.yml", "zapp.json"],
|
|
3072
|
+
"url": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.5.0.json",
|
|
3059
3073
|
"versions": {
|
|
3060
3074
|
"1.0.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.0.0.json",
|
|
3061
3075
|
"1.1.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.1.0.json",
|
|
3062
3076
|
"1.2.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.2.0.json",
|
|
3063
3077
|
"1.2.1": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.2.1.json",
|
|
3064
3078
|
"1.3.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.3.0.json",
|
|
3065
|
-
"1.4.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.4.0.json"
|
|
3079
|
+
"1.4.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.4.0.json",
|
|
3080
|
+
"1.5.0": "https://raw.githubusercontent.com/IBM/zopeneditor-about/main/zapp/zapp-schema-1.5.0.json"
|
|
3066
3081
|
}
|
|
3067
3082
|
},
|
|
3068
3083
|
{
|
|
@@ -5623,6 +5638,12 @@
|
|
|
5623
5638
|
"fileMatch": ["stella.yml", "stella.json"],
|
|
5624
5639
|
"url": "https://raw.githubusercontent.com/Shravan-1908/stellapy/master/schema.json"
|
|
5625
5640
|
},
|
|
5641
|
+
{
|
|
5642
|
+
"name": "Streamlit configuration file",
|
|
5643
|
+
"description": "Streamlit configuration file",
|
|
5644
|
+
"fileMatch": ["**/.streamlit/config.toml"],
|
|
5645
|
+
"url": "https://www.schemastore.org/streamlit-config.json"
|
|
5646
|
+
},
|
|
5626
5647
|
{
|
|
5627
5648
|
"name": "stripe-app.json",
|
|
5628
5649
|
"description": "Stripe Apps manifest file",
|
|
@@ -6431,6 +6452,17 @@
|
|
|
6431
6452
|
],
|
|
6432
6453
|
"url": "https://www.schemastore.org/lintstagedrc.schema.json"
|
|
6433
6454
|
},
|
|
6455
|
+
{
|
|
6456
|
+
"name": ".mdxlintrc",
|
|
6457
|
+
"description": "An mdxlint configuration file",
|
|
6458
|
+
"fileMatch": [
|
|
6459
|
+
".mdxlintrc",
|
|
6460
|
+
".mdxlintrc.json",
|
|
6461
|
+
".mdxlintrc.yaml",
|
|
6462
|
+
".mdxlintrc.yml"
|
|
6463
|
+
],
|
|
6464
|
+
"url": "https://www.schemastore.org/mdxlintrc.json"
|
|
6465
|
+
},
|
|
6434
6466
|
{
|
|
6435
6467
|
"name": "mirrord config",
|
|
6436
6468
|
"description": "mirrord",
|
|
@@ -6840,7 +6872,7 @@
|
|
|
6840
6872
|
{
|
|
6841
6873
|
"name": ".taskrc.yaml",
|
|
6842
6874
|
"description": "Taskfile configuration files",
|
|
6843
|
-
"fileMatch": [".taskrc.yaml", ".taskrc.yml"],
|
|
6875
|
+
"fileMatch": [".taskrc.yaml", ".taskrc.yml", "taskrc.yaml", "taskrc.yml"],
|
|
6844
6876
|
"url": "https://taskfile.dev/schema-taskrc.json"
|
|
6845
6877
|
},
|
|
6846
6878
|
{
|
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.19+b89f0f8d7",
|
|
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.19+b89f0f8d7",
|
|
21
|
+
"@theia/request": "1.65.0-next.19+b89f0f8d7",
|
|
22
22
|
"@types/body-parser": "^1.16.4",
|
|
23
23
|
"@types/express": "^4.17.21",
|
|
24
24
|
"@types/fs-extra": "^4.0.2",
|
|
@@ -215,5 +215,5 @@
|
|
|
215
215
|
"nyc": {
|
|
216
216
|
"extends": "../../configs/nyc.json"
|
|
217
217
|
},
|
|
218
|
-
"gitHead": "
|
|
218
|
+
"gitHead": "b89f0f8d7b76879e9f0e26186967154be931b149"
|
|
219
219
|
}
|