@theia/core 1.73.0 → 1.74.0-next.0
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 +18 -0
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -5009,6 +5009,24 @@
|
|
|
5009
5009
|
"fileMatch": ["**/nextest/config.toml"],
|
|
5010
5010
|
"url": "https://nexte.st/schemas/user-config.json"
|
|
5011
5011
|
},
|
|
5012
|
+
{
|
|
5013
|
+
"name": "nf-core module environment.yml",
|
|
5014
|
+
"description": "Conda environment file for an nf-core Nextflow module",
|
|
5015
|
+
"fileMatch": ["**/modules/nf-core/**/environment.yml"],
|
|
5016
|
+
"url": "https://raw.githubusercontent.com/nf-core/modules/master/modules/environment-schema.json"
|
|
5017
|
+
},
|
|
5018
|
+
{
|
|
5019
|
+
"name": "nf-core module meta.yml",
|
|
5020
|
+
"description": "Metadata file for an nf-core Nextflow module",
|
|
5021
|
+
"fileMatch": ["**/modules/nf-core/**/meta.yml"],
|
|
5022
|
+
"url": "https://raw.githubusercontent.com/nf-core/modules/master/modules/meta-schema.json"
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
"name": "nf-core subworkflow meta.yml",
|
|
5026
|
+
"description": "Metadata file for an nf-core Nextflow subworkflow",
|
|
5027
|
+
"fileMatch": ["**/subworkflows/nf-core/**/meta.yml"],
|
|
5028
|
+
"url": "https://raw.githubusercontent.com/nf-core/modules/master/subworkflows/yaml-schema.json"
|
|
5029
|
+
},
|
|
5012
5030
|
{
|
|
5013
5031
|
"name": "nFPM",
|
|
5014
5032
|
"description": "nFPM configuration file",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.74.0-next.0+72573426f",
|
|
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.
|
|
21
|
-
"@theia/request": "1.
|
|
20
|
+
"@theia/application-package": "1.74.0-next.0+72573426f",
|
|
21
|
+
"@theia/request": "1.74.0-next.0+72573426f",
|
|
22
22
|
"@types/body-parser": "^1.19.6",
|
|
23
23
|
"@types/express": "^4.17.25",
|
|
24
24
|
"@types/fs-extra": "^4.0.15",
|
|
@@ -230,5 +230,5 @@
|
|
|
230
230
|
"nyc": {
|
|
231
231
|
"extends": "../../configs/nyc.json"
|
|
232
232
|
},
|
|
233
|
-
"gitHead": "
|
|
233
|
+
"gitHead": "72573426f320fefc89a96ba55ce05c752d182123"
|
|
234
234
|
}
|