@theia/core 1.58.3 → 1.58.5
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/README.md +6 -6
- package/lib/browser/catalog.json +422 -42
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -86,12 +86,12 @@ export class SomeClass {
|
|
|
86
86
|
- `@phosphor/signaling` (from [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling))
|
|
87
87
|
- `@phosphor/virtualdom` (from [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom))
|
|
88
88
|
- `@phosphor/widgets` (from [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets))
|
|
89
|
-
- `@theia/application-package` (from [`@theia/application-package@1.58.
|
|
90
|
-
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.58.
|
|
91
|
-
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.58.
|
|
92
|
-
- `@theia/request` (from [`@theia/request@1.58.
|
|
93
|
-
- `@theia/request/lib/proxy` (from [`@theia/request@1.58.
|
|
94
|
-
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.58.
|
|
89
|
+
- `@theia/application-package` (from [`@theia/application-package@1.58.5`](https://www.npmjs.com/package/@theia/application-package/v/1.58.5))
|
|
90
|
+
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.58.5`](https://www.npmjs.com/package/@theia/application-package/v/1.58.5))
|
|
91
|
+
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.58.5`](https://www.npmjs.com/package/@theia/application-package/v/1.58.5))
|
|
92
|
+
- `@theia/request` (from [`@theia/request@1.58.5`](https://www.npmjs.com/package/@theia/request/v/1.58.5))
|
|
93
|
+
- `@theia/request/lib/proxy` (from [`@theia/request@1.58.5`](https://www.npmjs.com/package/@theia/request/v/1.58.5))
|
|
94
|
+
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.58.5`](https://www.npmjs.com/package/@theia/request/v/1.58.5))
|
|
95
95
|
- `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
|
|
96
96
|
- `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
|
|
97
97
|
- `inversify` (from [`inversify@^6.1.3`](https://www.npmjs.com/package/inversify))
|
package/lib/browser/catalog.json
CHANGED
|
@@ -2,6 +2,34 @@
|
|
|
2
2
|
"$schema": "https://json.schemastore.org/schema-catalog.json",
|
|
3
3
|
"version": 1,
|
|
4
4
|
"schemas": [
|
|
5
|
+
{
|
|
6
|
+
"name": "Upsun config",
|
|
7
|
+
"description": "Upsun configuration file",
|
|
8
|
+
"fileMatch": ["**/.upsun/config.yml", "**/.upsun/config.yaml"],
|
|
9
|
+
"url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/upsun.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "Platform.sh application",
|
|
13
|
+
"description": "Platform.sh application configuration file",
|
|
14
|
+
"fileMatch": [
|
|
15
|
+
".platform.app.yml",
|
|
16
|
+
".platform.app.yaml",
|
|
17
|
+
"**/.platform.app.yml"
|
|
18
|
+
],
|
|
19
|
+
"url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/platformsh.application.json"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"name": "Platform.sh routes",
|
|
23
|
+
"description": "Platform.sh routes configuration file",
|
|
24
|
+
"fileMatch": ["**/.platform/routes.yml", "**/.platform/routes.yaml"],
|
|
25
|
+
"url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/platformsh.routes.json"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "Platform.sh services",
|
|
29
|
+
"description": "Platform.sh services configuration file",
|
|
30
|
+
"fileMatch": ["**/.platform/services.yml", "**/.platform/services.yaml"],
|
|
31
|
+
"url": "https://raw.githubusercontent.com/platformsh/platformify/refs/heads/main/validator/schema/platformsh.services.json"
|
|
32
|
+
},
|
|
5
33
|
{
|
|
6
34
|
"name": "1Password SSH Agent Config",
|
|
7
35
|
"description": "Configuration file for the 1Password SSH agent",
|
|
@@ -99,38 +127,43 @@
|
|
|
99
127
|
"name": ".aiproj.json",
|
|
100
128
|
"description": "Settings for project analysis by the Application Inspector",
|
|
101
129
|
"fileMatch": [".aiproj.json"],
|
|
102
|
-
"url": "https://json.schemastore.org/aiproj-1.
|
|
130
|
+
"url": "https://json.schemastore.org/aiproj-1.6.json",
|
|
103
131
|
"versions": {
|
|
104
132
|
"1.0": "https://json.schemastore.org/aiproj-1.0.json",
|
|
105
133
|
"1.1": "https://json.schemastore.org/aiproj-1.1.json",
|
|
106
134
|
"1.2": "https://json.schemastore.org/aiproj-1.2.json",
|
|
107
135
|
"1.3": "https://json.schemastore.org/aiproj-1.3.json",
|
|
108
|
-
"1.4": "https://json.schemastore.org/aiproj-1.4.json"
|
|
136
|
+
"1.4": "https://json.schemastore.org/aiproj-1.4.json",
|
|
137
|
+
"1.5": "https://json.schemastore.org/aiproj-1.5.json",
|
|
138
|
+
"1.6": "https://json.schemastore.org/aiproj-1.6.json"
|
|
109
139
|
}
|
|
110
140
|
},
|
|
111
141
|
{
|
|
112
142
|
"name": "ABCInventoryModuleData",
|
|
113
143
|
"description": "ABCInventoryModuleData defining the structure of ABCInventoryModuleData including Principal Data, inventory, and transaction data in ABC-Plan's Inventory Management Module",
|
|
114
144
|
"fileMatch": ["abc-inventory-module-data-*.json"],
|
|
115
|
-
"url": "https://json.schemastore.org/abc-inventory-module-data-
|
|
145
|
+
"url": "https://json.schemastore.org/abc-inventory-module-data-4.0.0.json",
|
|
116
146
|
"versions": {
|
|
117
147
|
"1.0.0": "https://json.schemastore.org/abc-inventory-module-data-1.0.0.json",
|
|
118
148
|
"2.0.0": "https://json.schemastore.org/abc-inventory-module-data-2.0.0.json",
|
|
119
|
-
"3.0.0": "https://json.schemastore.org/abc-inventory-module-data-
|
|
149
|
+
"3.0.0": "https://json.schemastore.org/abc-inventory-module-data-3.0.0.json",
|
|
150
|
+
"4.0.0": "https://json.schemastore.org/abc-inventory-module-data-4.0.0.json"
|
|
120
151
|
}
|
|
121
152
|
},
|
|
122
153
|
{
|
|
123
154
|
"name": "ABCSupplyPlan",
|
|
124
155
|
"description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
|
|
125
156
|
"fileMatch": ["abc-supply-plan-*.json"],
|
|
126
|
-
"url": "https://json.schemastore.org/abc-supply-plan-
|
|
157
|
+
"url": "https://json.schemastore.org/abc-supply-plan-8.0.0.json",
|
|
127
158
|
"versions": {
|
|
128
159
|
"1.0.0": "https://json.schemastore.org/abc-supply-plan-1.0.0.json",
|
|
129
160
|
"2.0.0": "https://json.schemastore.org/abc-supply-plan-2.0.0.json",
|
|
130
161
|
"3.0.0": "https://json.schemastore.org/abc-supply-plan-3.0.0.json",
|
|
131
162
|
"4.0.0": "https://json.schemastore.org/abc-supply-plan-4.0.0.json",
|
|
132
163
|
"5.0.0": "https://json.schemastore.org/abc-supply-plan-5.0.0.json",
|
|
133
|
-
"6.0.0": "https://json.schemastore.org/abc-supply-plan-6.0.0.json"
|
|
164
|
+
"6.0.0": "https://json.schemastore.org/abc-supply-plan-6.0.0.json",
|
|
165
|
+
"7.0.0": "https://json.schemastore.org/abc-supply-plan-7.0.0.json",
|
|
166
|
+
"8.0.0": "https://json.schemastore.org/abc-supply-plan-8.0.0.json"
|
|
134
167
|
}
|
|
135
168
|
},
|
|
136
169
|
{
|
|
@@ -231,6 +264,36 @@
|
|
|
231
264
|
"fileMatch": ["appsettings.StormPetrel.json"],
|
|
232
265
|
"url": "https://raw.githubusercontent.com/Scandltd/storm-petrel/main/generator/assets/appsettings.StormPetrel.Schema.json"
|
|
233
266
|
},
|
|
267
|
+
{
|
|
268
|
+
"name": "aqua.yaml",
|
|
269
|
+
"description": "aqua configuration file",
|
|
270
|
+
"fileMatch": [".aqua.yaml", ".aqua.yml", "aqua.yaml", "aqua.yml"],
|
|
271
|
+
"url": "https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/aqua-yaml.json"
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"name": "aqua-generate-registry.yaml",
|
|
275
|
+
"description": "aqua generate registry configuration file",
|
|
276
|
+
"fileMatch": ["aqua-generate-registry.yaml"],
|
|
277
|
+
"url": "https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/aqua-generate-registry.json"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"name": "aqua-policy.yaml",
|
|
281
|
+
"description": "aqua policy configuration file",
|
|
282
|
+
"fileMatch": [".aqua-policy.yaml", "aqua-policy.yaml"],
|
|
283
|
+
"url": "https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/policy.json"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "registry.yaml",
|
|
287
|
+
"description": "aqua registry configuration file",
|
|
288
|
+
"fileMatch": [],
|
|
289
|
+
"url": "https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"name": "arb.json",
|
|
293
|
+
"description": "Application Resource Bundle",
|
|
294
|
+
"fileMatch": ["arb.json"],
|
|
295
|
+
"url": "https://raw.githubusercontent.com/google/app-resource-bundle/main/schema/arb.json"
|
|
296
|
+
},
|
|
234
297
|
{
|
|
235
298
|
"name": "architect.yml",
|
|
236
299
|
"description": "Architect.io Component",
|
|
@@ -298,10 +361,11 @@
|
|
|
298
361
|
"name": "Aurora Agile Meta-Framework",
|
|
299
362
|
"description": "Yaml for Aurora Agile Meta-Framework",
|
|
300
363
|
"fileMatch": ["*.aurora.yaml", "*.aurora.yml"],
|
|
301
|
-
"url": "https://json.schemastore.org/aurora-1.
|
|
364
|
+
"url": "https://json.schemastore.org/aurora-1.2.json",
|
|
302
365
|
"versions": {
|
|
303
366
|
"1.0": "https://json.schemastore.org/aurora-1.0.json",
|
|
304
|
-
"1.1": "https://json.schemastore.org/aurora-1.1.json"
|
|
367
|
+
"1.1": "https://json.schemastore.org/aurora-1.1.json",
|
|
368
|
+
"1.2": "https://json.schemastore.org/aurora-1.2.json"
|
|
305
369
|
}
|
|
306
370
|
},
|
|
307
371
|
{
|
|
@@ -510,8 +574,12 @@
|
|
|
510
574
|
"fileMatch": [
|
|
511
575
|
"codify.json",
|
|
512
576
|
"codify.yaml",
|
|
577
|
+
"codify.json5",
|
|
578
|
+
"codify.jsonc",
|
|
513
579
|
"*.codify.json",
|
|
514
|
-
"*.codify.yaml"
|
|
580
|
+
"*.codify.yaml",
|
|
581
|
+
"*.codify.json5",
|
|
582
|
+
"*.codify.jsonc"
|
|
515
583
|
],
|
|
516
584
|
"url": "https://raw.githubusercontent.com/codifyCLI/codify-schemas/main/src/schemastore/codify-schema.json"
|
|
517
585
|
},
|
|
@@ -725,7 +793,7 @@
|
|
|
725
793
|
"name": "bitbucket-pipelines",
|
|
726
794
|
"description": "Bitbucket Pipelines CI/CD manifest",
|
|
727
795
|
"fileMatch": ["bitbucket-pipelines.yml"],
|
|
728
|
-
"url": "https://bitbucket.org/
|
|
796
|
+
"url": "https://api.bitbucket.org/schemas/pipelines-configuration"
|
|
729
797
|
},
|
|
730
798
|
{
|
|
731
799
|
"name": "bitrise",
|
|
@@ -991,6 +1059,12 @@
|
|
|
991
1059
|
"fileMatch": ["catalog-info.yaml"],
|
|
992
1060
|
"url": "https://json.schemastore.org/catalog-info.json"
|
|
993
1061
|
},
|
|
1062
|
+
{
|
|
1063
|
+
"name": "Charmcraft",
|
|
1064
|
+
"description": "Charmcraft project. Documentation: https://canonical-charmcraft.readthedocs-hosted.com",
|
|
1065
|
+
"fileMatch": ["charmcraft.yaml"],
|
|
1066
|
+
"url": "https://raw.githubusercontent.com/canonical/charmcraft/main/schema/charmcraft.json"
|
|
1067
|
+
},
|
|
994
1068
|
{
|
|
995
1069
|
"name": "Chromia Model",
|
|
996
1070
|
"description": "Chromia Model Config File",
|
|
@@ -1020,6 +1094,12 @@
|
|
|
1020
1094
|
"fileMatch": ["conda-forge.yml"],
|
|
1021
1095
|
"url": "https://raw.githubusercontent.com/conda-forge/conda-smithy/main/conda_smithy/data/conda-forge.json"
|
|
1022
1096
|
},
|
|
1097
|
+
{
|
|
1098
|
+
"name": "Convex",
|
|
1099
|
+
"description": "Configuration for Convex project settings",
|
|
1100
|
+
"fileMatch": ["convex.json"],
|
|
1101
|
+
"url": "https://json.schemastore.org/convex.json"
|
|
1102
|
+
},
|
|
1023
1103
|
{
|
|
1024
1104
|
"name": "Conjure",
|
|
1025
1105
|
"description": "Conjure Human-Readable Format",
|
|
@@ -1056,6 +1136,12 @@
|
|
|
1056
1136
|
"description": "Commandbox used with cfml web servers",
|
|
1057
1137
|
"url": "https://raw.githubusercontent.com/Ortus-Solutions/vscode-commandbox/master/resources/schemas/server.schema.json"
|
|
1058
1138
|
},
|
|
1139
|
+
{
|
|
1140
|
+
"name": "Common Package Specification",
|
|
1141
|
+
"description": "A cross-tool mechanism for locating software dependencies",
|
|
1142
|
+
"fileMatch": ["*.cps"],
|
|
1143
|
+
"url": "https://cps-org.github.io/cps/cps.schema.json"
|
|
1144
|
+
},
|
|
1059
1145
|
{
|
|
1060
1146
|
"name": "CumulusCI Config",
|
|
1061
1147
|
"description": "cumulusci.yml file for configuring CumulusCI, a Salesforce automation framework",
|
|
@@ -1110,31 +1196,40 @@
|
|
|
1110
1196
|
{
|
|
1111
1197
|
"name": "dbt Dependencies",
|
|
1112
1198
|
"description": "dbt's dependencies.yml file for external packages and cross-project refs",
|
|
1113
|
-
"fileMatch": ["**/*dbt*/dependencies.
|
|
1199
|
+
"fileMatch": ["**/*dbt*/dependencies.yaml", "**/*dbt*/dependencies.yml"],
|
|
1114
1200
|
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dependencies-latest.json"
|
|
1115
1201
|
},
|
|
1116
1202
|
{
|
|
1117
1203
|
"name": "dbt Project",
|
|
1118
1204
|
"description": "dbt's project configuration file",
|
|
1119
|
-
"fileMatch": ["dbt_project.
|
|
1205
|
+
"fileMatch": ["dbt_project.yaml", "dbt_project.yml"],
|
|
1120
1206
|
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dbt_project-latest.json"
|
|
1121
1207
|
},
|
|
1122
1208
|
{
|
|
1123
1209
|
"name": "dbt Packages",
|
|
1124
1210
|
"description": "dbt's packages.yml file for external packages",
|
|
1125
|
-
"fileMatch": ["**/*dbt*/packages.
|
|
1211
|
+
"fileMatch": ["**/*dbt*/packages.yaml", "**/*dbt*/packages.yml"],
|
|
1126
1212
|
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/packages-latest.json"
|
|
1127
1213
|
},
|
|
1128
1214
|
{
|
|
1129
1215
|
"name": "dbt Selectors",
|
|
1130
1216
|
"description": "dbt's selectors.yml file for configuring YAML selectors",
|
|
1131
|
-
"fileMatch": ["**/*dbt*/selectors.
|
|
1217
|
+
"fileMatch": ["**/*dbt*/selectors.yaml", "**/*dbt*/selectors.yml"],
|
|
1132
1218
|
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/selectors-latest.json"
|
|
1133
1219
|
},
|
|
1134
1220
|
{
|
|
1135
1221
|
"name": "dbt YAML files",
|
|
1136
1222
|
"description": "dbt YAML files configurations",
|
|
1137
|
-
"fileMatch": [
|
|
1223
|
+
"fileMatch": [
|
|
1224
|
+
"**/*dbt*/macros/**/*.yaml",
|
|
1225
|
+
"**/*dbt*/macros/**/*.yml",
|
|
1226
|
+
"**/*dbt*/models/**/*.yaml",
|
|
1227
|
+
"**/*dbt*/models/**/*.yml",
|
|
1228
|
+
"**/*dbt*/seeds/**/*.yaml",
|
|
1229
|
+
"**/*dbt*/seeds/**/*.yml",
|
|
1230
|
+
"**/*dbt*/snapshots/**/*.yaml",
|
|
1231
|
+
"**/*dbt*/snapshots/**/*.yml"
|
|
1232
|
+
],
|
|
1138
1233
|
"url": "https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/main/schemas/latest/dbt_yml_files-latest.json"
|
|
1139
1234
|
},
|
|
1140
1235
|
{
|
|
@@ -1509,7 +1604,7 @@
|
|
|
1509
1604
|
"cloudformation.yml",
|
|
1510
1605
|
"cloudformation.yaml"
|
|
1511
1606
|
],
|
|
1512
|
-
"url": "https://
|
|
1607
|
+
"url": "https://d1uauaxba7bl26.cloudfront.net/latest/gzip/CloudFormationResourceSpecification.json"
|
|
1513
1608
|
},
|
|
1514
1609
|
{
|
|
1515
1610
|
"name": "AWS CloudFormation Serverless Application Model (SAM)",
|
|
@@ -1607,6 +1702,12 @@
|
|
|
1607
1702
|
"fileMatch": ["coffeelint.json"],
|
|
1608
1703
|
"url": "https://json.schemastore.org/coffeelint.json"
|
|
1609
1704
|
},
|
|
1705
|
+
{
|
|
1706
|
+
"name": "committed.toml",
|
|
1707
|
+
"description": "committed configuration file",
|
|
1708
|
+
"fileMatch": ["committed.toml"],
|
|
1709
|
+
"url": "https://raw.githubusercontent.com/crate-ci/committed/master/config.schema.json"
|
|
1710
|
+
},
|
|
1610
1711
|
{
|
|
1611
1712
|
"name": "composer.json",
|
|
1612
1713
|
"description": "PHP Composer configuration file",
|
|
@@ -2280,7 +2381,7 @@
|
|
|
2280
2381
|
"name": "Karakum configuration file",
|
|
2281
2382
|
"description": "configuring Karakum, a converter of TypeScript declaration files to Kotlin declarations",
|
|
2282
2383
|
"fileMatch": ["karakum.config.json"],
|
|
2283
|
-
"url": "https://raw.githubusercontent.com/karakum-team/karakum/master/schema/karakum-schema.json"
|
|
2384
|
+
"url": "https://raw.githubusercontent.com/karakum-team/karakum/master/karakum-schema/karakum-schema.json"
|
|
2284
2385
|
},
|
|
2285
2386
|
{
|
|
2286
2387
|
"name": "Knative Functions - func.yaml",
|
|
@@ -2296,14 +2397,20 @@
|
|
|
2296
2397
|
"name": "KSail",
|
|
2297
2398
|
"description": "Configuration for KSail",
|
|
2298
2399
|
"fileMatch": [
|
|
2299
|
-
"ksail
|
|
2300
|
-
"ksail
|
|
2301
|
-
"
|
|
2302
|
-
"
|
|
2303
|
-
"ksail
|
|
2304
|
-
"ksail
|
|
2400
|
+
"ksail-*.yaml",
|
|
2401
|
+
"ksail-*.yml",
|
|
2402
|
+
"ksail_*.yaml",
|
|
2403
|
+
"ksail_*.yml",
|
|
2404
|
+
"ksail.*.yaml",
|
|
2405
|
+
"ksail.*.yml",
|
|
2406
|
+
"*-ksail.yaml",
|
|
2407
|
+
"*-ksail.yml",
|
|
2408
|
+
"*_ksail.yaml",
|
|
2409
|
+
"*_ksail.yml",
|
|
2305
2410
|
"*.ksail.yaml",
|
|
2306
|
-
"*.ksail.yml"
|
|
2411
|
+
"*.ksail.yml",
|
|
2412
|
+
"ksail.yaml",
|
|
2413
|
+
"ksail.yml"
|
|
2307
2414
|
],
|
|
2308
2415
|
"url": "https://raw.githubusercontent.com/devantler/ksail/refs/heads/main/schemas/ksail-cluster-schema.json"
|
|
2309
2416
|
},
|
|
@@ -2617,7 +2724,11 @@
|
|
|
2617
2724
|
".golangci.toml",
|
|
2618
2725
|
".golangci.json"
|
|
2619
2726
|
],
|
|
2620
|
-
"url": "https://golangci-lint.run/jsonschema/golangci.jsonschema.json"
|
|
2727
|
+
"url": "https://golangci-lint.run/jsonschema/golangci.jsonschema.json",
|
|
2728
|
+
"versions": {
|
|
2729
|
+
"1": "https://golangci-lint.run/jsonschema/golangci.v1.jsonschema.json",
|
|
2730
|
+
"2": "https://golangci-lint.run/jsonschema/golangci.v2.jsonschema.json"
|
|
2731
|
+
}
|
|
2621
2732
|
},
|
|
2622
2733
|
{
|
|
2623
2734
|
"name": "Golangci-lint Custom Plugins Configuration",
|
|
@@ -2768,6 +2879,12 @@
|
|
|
2768
2879
|
],
|
|
2769
2880
|
"url": "https://hazelcast.com/schema/config/hazelcast-config-5.5.json"
|
|
2770
2881
|
},
|
|
2882
|
+
{
|
|
2883
|
+
"name": "Homer dashboard configuration",
|
|
2884
|
+
"description": "Home dashboard configuration file. Documentation: https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md",
|
|
2885
|
+
"fileMatch": [],
|
|
2886
|
+
"url": "https://raw.githubusercontent.com/bastienwirtz/homer/main/.schema/config-schema.json"
|
|
2887
|
+
},
|
|
2771
2888
|
{
|
|
2772
2889
|
"name": "host.json",
|
|
2773
2890
|
"description": "Azure Functions host.json files",
|
|
@@ -2973,8 +3090,9 @@
|
|
|
2973
3090
|
"name": "JReleaser",
|
|
2974
3091
|
"description": "JReleaser config file",
|
|
2975
3092
|
"fileMatch": ["jreleaser.yml", "jreleaser.json"],
|
|
2976
|
-
"url": "https://json.schemastore.org/jreleaser-1.
|
|
3093
|
+
"url": "https://json.schemastore.org/jreleaser-1.17.0.json",
|
|
2977
3094
|
"versions": {
|
|
3095
|
+
"1.17.0": "https://json.schemastore.org/jreleaser-1.17.0.json",
|
|
2978
3096
|
"1.16.0": "https://json.schemastore.org/jreleaser-1.16.0.json",
|
|
2979
3097
|
"1.15.0": "https://json.schemastore.org/jreleaser-1.15.0.json",
|
|
2980
3098
|
"1.14.0": "https://json.schemastore.org/jreleaser-1.14.0.json",
|
|
@@ -3234,7 +3352,22 @@
|
|
|
3234
3352
|
"name": "Lefthook",
|
|
3235
3353
|
"description": "Fast and powerful Git hooks manager",
|
|
3236
3354
|
"fileMatch": [
|
|
3237
|
-
"
|
|
3355
|
+
".lefthook.json",
|
|
3356
|
+
".lefthook.toml",
|
|
3357
|
+
".lefthook.yaml",
|
|
3358
|
+
".lefthook.yml",
|
|
3359
|
+
".lefthook-local.json",
|
|
3360
|
+
".lefthook-local.toml",
|
|
3361
|
+
".lefthook-local.yaml",
|
|
3362
|
+
".lefthook-local.yml",
|
|
3363
|
+
"lefthook.json",
|
|
3364
|
+
"lefthook.toml",
|
|
3365
|
+
"lefthook.yaml",
|
|
3366
|
+
"lefthook.yml",
|
|
3367
|
+
"lefthook-local.json",
|
|
3368
|
+
"lefthook-local.toml",
|
|
3369
|
+
"lefthook-local.yaml",
|
|
3370
|
+
"lefthook-local.yml"
|
|
3238
3371
|
],
|
|
3239
3372
|
"url": "https://raw.githubusercontent.com/evilmartians/lefthook/master/schema.json"
|
|
3240
3373
|
},
|
|
@@ -4345,19 +4478,26 @@
|
|
|
4345
4478
|
"name": "prometheus.rules.json",
|
|
4346
4479
|
"description": "Prometheus rules file",
|
|
4347
4480
|
"fileMatch": [
|
|
4348
|
-
"*.rules.yml",
|
|
4349
|
-
"*.rules.yaml",
|
|
4350
|
-
"*rules.yml",
|
|
4351
|
-
"*rules.yaml",
|
|
4352
|
-
"
|
|
4353
|
-
"
|
|
4481
|
+
"*.prometheus.rules.yml",
|
|
4482
|
+
"*.prometheus.rules.yaml",
|
|
4483
|
+
"*prometheus-rules.yml",
|
|
4484
|
+
"*prometheus-rules.yaml",
|
|
4485
|
+
"*prometheus_rules.yml",
|
|
4486
|
+
"*prometheus_rules.yaml",
|
|
4487
|
+
"prometheus.rules.yml",
|
|
4488
|
+
"prometheus.rules.yaml"
|
|
4354
4489
|
],
|
|
4355
4490
|
"url": "https://json.schemastore.org/prometheus.rules.json"
|
|
4356
4491
|
},
|
|
4357
4492
|
{
|
|
4358
4493
|
"name": "prometheus.rules.test.json",
|
|
4359
4494
|
"description": "Prometheus rules test file",
|
|
4360
|
-
"fileMatch": [
|
|
4495
|
+
"fileMatch": [
|
|
4496
|
+
"*.prometheus.tests.yml",
|
|
4497
|
+
"*.prometheus.tests.yaml",
|
|
4498
|
+
"*.prometheus.test.yml",
|
|
4499
|
+
"*.prometheus.test.yaml"
|
|
4500
|
+
],
|
|
4361
4501
|
"url": "https://json.schemastore.org/prometheus.rules.test.json"
|
|
4362
4502
|
},
|
|
4363
4503
|
{
|
|
@@ -4460,6 +4600,11 @@
|
|
|
4460
4600
|
"fileMatch": ["pyrightconfig.json"],
|
|
4461
4601
|
"url": "https://raw.githubusercontent.com/microsoft/pyright/main/packages/vscode-pyright/schemas/pyrightconfig.schema.json"
|
|
4462
4602
|
},
|
|
4603
|
+
{
|
|
4604
|
+
"name": "pytest",
|
|
4605
|
+
"description": "pytest configuration",
|
|
4606
|
+
"url": "https://json.schemastore.org/partial-pytest.json"
|
|
4607
|
+
},
|
|
4463
4608
|
{
|
|
4464
4609
|
"name": "Qgoda",
|
|
4465
4610
|
"description": "Qgoda static site generator configuration file format",
|
|
@@ -4549,6 +4694,18 @@
|
|
|
4549
4694
|
],
|
|
4550
4695
|
"url": "https://json.schemastore.org/rehyperc.json"
|
|
4551
4696
|
},
|
|
4697
|
+
{
|
|
4698
|
+
"name": "release-please-config.json",
|
|
4699
|
+
"description": "Release Please manifest configuration file",
|
|
4700
|
+
"fileMatch": ["release-please-config.json"],
|
|
4701
|
+
"url": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
|
4702
|
+
},
|
|
4703
|
+
{
|
|
4704
|
+
"name": "release-please-manifest.json",
|
|
4705
|
+
"description": "Release Please manifest versions file",
|
|
4706
|
+
"fileMatch": [".release-please-manifest.json"],
|
|
4707
|
+
"url": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/manifest.json"
|
|
4708
|
+
},
|
|
4552
4709
|
{
|
|
4553
4710
|
"name": "release-plz.toml",
|
|
4554
4711
|
"description": "Release-plz configuration file",
|
|
@@ -4977,6 +5134,21 @@
|
|
|
4977
5134
|
"fileMatch": [".snapcraft.yaml", "snapcraft.yaml"],
|
|
4978
5135
|
"url": "https://raw.githubusercontent.com/snapcore/snapcraft/master/schema/snapcraft.json"
|
|
4979
5136
|
},
|
|
5137
|
+
{
|
|
5138
|
+
"name": "snowflake-config",
|
|
5139
|
+
"description": "Configuration file for Snowflake",
|
|
5140
|
+
"fileMatch": ["**/.snowflake/config.toml", "**/snowflake/config.toml"],
|
|
5141
|
+
"url": "https://json.schemastore.org/snowflake-config.json"
|
|
5142
|
+
},
|
|
5143
|
+
{
|
|
5144
|
+
"name": "snowflake-connections",
|
|
5145
|
+
"description": "Configuration file for Snowflake connections",
|
|
5146
|
+
"fileMatch": [
|
|
5147
|
+
"**/.snowflake/connections.toml",
|
|
5148
|
+
"**/snowflake/connections.toml"
|
|
5149
|
+
],
|
|
5150
|
+
"url": "https://json.schemastore.org/snowflake-connections.json"
|
|
5151
|
+
},
|
|
4980
5152
|
{
|
|
4981
5153
|
"name": "Solidarity",
|
|
4982
5154
|
"description": "CLI config for enforcing environment settings",
|
|
@@ -5161,6 +5333,18 @@
|
|
|
5161
5333
|
],
|
|
5162
5334
|
"url": "https://raw.githubusercontent.com/synadia-io/connect/main/schemas/component.json"
|
|
5163
5335
|
},
|
|
5336
|
+
{
|
|
5337
|
+
"name": "Tach",
|
|
5338
|
+
"description": "Tach configuration file",
|
|
5339
|
+
"fileMatch": ["tach.toml"],
|
|
5340
|
+
"url": "https://raw.githubusercontent.com/gauge-sh/tach/refs/heads/main/public/tach-toml-schema.json"
|
|
5341
|
+
},
|
|
5342
|
+
{
|
|
5343
|
+
"name": "Tach Domain",
|
|
5344
|
+
"description": "Tach domain configuration file",
|
|
5345
|
+
"fileMatch": ["tach.domain.toml"],
|
|
5346
|
+
"url": "https://raw.githubusercontent.com/gauge-sh/tach/refs/heads/main/public/tach-domain-toml-schema.json"
|
|
5347
|
+
},
|
|
5164
5348
|
{
|
|
5165
5349
|
"name": "task.json",
|
|
5166
5350
|
"description": "VSCode Task file",
|
|
@@ -5391,6 +5575,12 @@
|
|
|
5391
5575
|
"fileMatch": ["**/sites/*/config.yaml", "**/sites/*/config.yml"],
|
|
5392
5576
|
"url": "https://json.schemastore.org/typo3.json"
|
|
5393
5577
|
},
|
|
5578
|
+
{
|
|
5579
|
+
"name": "typos.toml",
|
|
5580
|
+
"description": "typos configuration file",
|
|
5581
|
+
"fileMatch": ["typos.toml", "_typos.toml", ".typos.toml"],
|
|
5582
|
+
"url": "https://raw.githubusercontent.com/crate-ci/typos/master/config.schema.json"
|
|
5583
|
+
},
|
|
5394
5584
|
{
|
|
5395
5585
|
"name": "typings.json",
|
|
5396
5586
|
"description": "Typings TypeScript definitions manager definition file",
|
|
@@ -5474,6 +5664,23 @@
|
|
|
5474
5664
|
],
|
|
5475
5665
|
"url": "https://raw.githubusercontent.com/evg4b/uncors/main/schema.json"
|
|
5476
5666
|
},
|
|
5667
|
+
{
|
|
5668
|
+
"name": "Universal Schedule Format",
|
|
5669
|
+
"description": "Universal Schedule Format (USF) configuration file",
|
|
5670
|
+
"fileMatch": [
|
|
5671
|
+
"*.usf",
|
|
5672
|
+
"*.usf.yml",
|
|
5673
|
+
"*.usf.yaml",
|
|
5674
|
+
"*.usf.json",
|
|
5675
|
+
".usf.yml",
|
|
5676
|
+
".usf.yaml",
|
|
5677
|
+
".usf.json",
|
|
5678
|
+
"usf.yml",
|
|
5679
|
+
"usf.yaml",
|
|
5680
|
+
"usf.json"
|
|
5681
|
+
],
|
|
5682
|
+
"url": "https://raw.githubusercontent.com/USF-org/USF/refs/heads/main/usf.schema.json"
|
|
5683
|
+
},
|
|
5477
5684
|
{
|
|
5478
5685
|
"name": "uv",
|
|
5479
5686
|
"description": "uv, a fast Python package installer",
|
|
@@ -5816,7 +6023,12 @@
|
|
|
5816
6023
|
{
|
|
5817
6024
|
"name": "mirrord config",
|
|
5818
6025
|
"description": "mirrord",
|
|
5819
|
-
"fileMatch": [
|
|
6026
|
+
"fileMatch": [
|
|
6027
|
+
"*.mirrord.json",
|
|
6028
|
+
"*.mirrord.toml",
|
|
6029
|
+
"*.mirrord.yaml",
|
|
6030
|
+
"*.mirrord.yml"
|
|
6031
|
+
],
|
|
5820
6032
|
"url": "https://raw.githubusercontent.com/metalbear-co/mirrord/main/mirrord-schema.json"
|
|
5821
6033
|
},
|
|
5822
6034
|
{
|
|
@@ -5828,7 +6040,11 @@
|
|
|
5828
6040
|
"mise.toml",
|
|
5829
6041
|
"mise.*.toml",
|
|
5830
6042
|
"**/.mise/config.toml",
|
|
5831
|
-
"
|
|
6043
|
+
"**/.mise/config.*.toml",
|
|
6044
|
+
"**/.mise/conf.d/*.toml",
|
|
6045
|
+
"**/mise/config.toml",
|
|
6046
|
+
"**/mise/config.*.toml",
|
|
6047
|
+
"**/mise/conf.d/*.toml"
|
|
5832
6048
|
],
|
|
5833
6049
|
"url": "https://mise.jdx.dev/schema/mise.json"
|
|
5834
6050
|
},
|
|
@@ -5877,6 +6093,12 @@
|
|
|
5877
6093
|
"0.6.2": "https://json.schemastore.org/hemtt-0.6.2.json"
|
|
5878
6094
|
}
|
|
5879
6095
|
},
|
|
6096
|
+
{
|
|
6097
|
+
"name": "Node.js configuration",
|
|
6098
|
+
"description": "The Node.js configuration file",
|
|
6099
|
+
"fileMatch": ["node.config.json"],
|
|
6100
|
+
"url": "https://nodejs.org/docs/latest/node-config-schema.json"
|
|
6101
|
+
},
|
|
5880
6102
|
{
|
|
5881
6103
|
"name": "now",
|
|
5882
6104
|
"description": "ZEIT Now project configuration file",
|
|
@@ -6017,14 +6239,32 @@
|
|
|
6017
6239
|
"name": "Windows Package Manager Locale Manifest",
|
|
6018
6240
|
"description": "Windows Package Manager Locale Manifest file, used for detailing locale specific metadata",
|
|
6019
6241
|
"fileMatch": [
|
|
6020
|
-
"**/manifests/?/*/*/*/*.*.locale.
|
|
6242
|
+
"**/manifests/?/*/*/*/*.*.locale.en-US.yaml",
|
|
6243
|
+
"**/manifests/?/*/*/*/*.*.locale.fr-FR.yaml",
|
|
6244
|
+
"**/manifests/?/*/*/*/*.*.locale.it-IT.yaml",
|
|
6245
|
+
"**/manifests/?/*/*/*/*.*.locale.ja-JP.yaml",
|
|
6246
|
+
"**/manifests/?/*/*/*/*.*.locale.ko-KR.yaml",
|
|
6247
|
+
"**/manifests/?/*/*/*/*.*.locale.pt-BR.yaml",
|
|
6248
|
+
"**/manifests/?/*/*/*/*.*.locale.ru-RU.yaml",
|
|
6249
|
+
"**/manifests/?/*/*/*/*.*.locale.zh-CN.yaml",
|
|
6250
|
+
"**/manifests/?/*/*/*/*.*.locale.zh-TW.yaml"
|
|
6021
6251
|
],
|
|
6022
6252
|
"url": "https://json.schemastore.org/winget-pkgs-locale-1.0.0.json"
|
|
6023
6253
|
},
|
|
6254
|
+
{
|
|
6255
|
+
"name": "Winutil",
|
|
6256
|
+
"description": "Configuration for files in \"ChrisTitusTech/winutil\"",
|
|
6257
|
+
"url": "https://json.schemastore.org/winutil-presets.json"
|
|
6258
|
+
},
|
|
6024
6259
|
{
|
|
6025
6260
|
"name": "commitlint (.commitlintrc)",
|
|
6026
6261
|
"description": "commitlint configuration files",
|
|
6027
|
-
"fileMatch": [
|
|
6262
|
+
"fileMatch": [
|
|
6263
|
+
".commitlintrc",
|
|
6264
|
+
".commitlintrc.json",
|
|
6265
|
+
".commitlintrc.yaml",
|
|
6266
|
+
".commitlintrc.yml"
|
|
6267
|
+
],
|
|
6028
6268
|
"url": "https://json.schemastore.org/commitlintrc.json"
|
|
6029
6269
|
},
|
|
6030
6270
|
{
|
|
@@ -6184,6 +6424,12 @@
|
|
|
6184
6424
|
],
|
|
6185
6425
|
"url": "https://taskfile.dev/schema.json"
|
|
6186
6426
|
},
|
|
6427
|
+
{
|
|
6428
|
+
"name": ".taskrc.yaml",
|
|
6429
|
+
"description": "Taskfile configuration files",
|
|
6430
|
+
"fileMatch": [".taskrc.yaml", ".taskrc.yml"],
|
|
6431
|
+
"url": "https://taskfile.dev/schema-taskrc.json"
|
|
6432
|
+
},
|
|
6187
6433
|
{
|
|
6188
6434
|
"name": "Hammerkit",
|
|
6189
6435
|
"description": "hammerkit files",
|
|
@@ -6787,7 +7033,7 @@
|
|
|
6787
7033
|
"name": "Pantsbuild",
|
|
6788
7034
|
"description": "Pantsbuild configuration file",
|
|
6789
7035
|
"fileMatch": ["pants*.toml"],
|
|
6790
|
-
"url": "https://json.schemastore.org/pantsbuild-2.
|
|
7036
|
+
"url": "https://json.schemastore.org/pantsbuild-2.24.0.json",
|
|
6791
7037
|
"versions": {
|
|
6792
7038
|
"2.14.0": "https://json.schemastore.org/pantsbuild-2.14.0.json",
|
|
6793
7039
|
"2.15.0": "https://json.schemastore.org/pantsbuild-2.15.0.json",
|
|
@@ -6796,7 +7042,8 @@
|
|
|
6796
7042
|
"2.18.0": "https://json.schemastore.org/pantsbuild-2.18.0.json",
|
|
6797
7043
|
"2.19.0": "https://json.schemastore.org/pantsbuild-2.19.0.json",
|
|
6798
7044
|
"2.20.0": "https://json.schemastore.org/pantsbuild-2.20.0.json",
|
|
6799
|
-
"2.21.0": "https://json.schemastore.org/pantsbuild-2.21.0.json"
|
|
7045
|
+
"2.21.0": "https://json.schemastore.org/pantsbuild-2.21.0.json",
|
|
7046
|
+
"2.24.0": "https://json.schemastore.org/pantsbuild-2.24.0.json"
|
|
6800
7047
|
}
|
|
6801
7048
|
},
|
|
6802
7049
|
{
|
|
@@ -7339,13 +7586,13 @@
|
|
|
7339
7586
|
"name": "Settings for a Cinnamon spice",
|
|
7340
7587
|
"description": "Settings for a Cinnamon spice",
|
|
7341
7588
|
"fileMatch": ["**/*@*/**/settings-schema.json"],
|
|
7342
|
-
"url": "https://
|
|
7589
|
+
"url": "https://json.schemastore.org/cinnamon-spice-settings.json"
|
|
7343
7590
|
},
|
|
7344
7591
|
{
|
|
7345
7592
|
"name": "Metadata for a Cinnamon spice",
|
|
7346
7593
|
"description": "Metadata for a Cinnamon spice",
|
|
7347
7594
|
"fileMatch": ["**/*@*/**/metadata.json"],
|
|
7348
|
-
"url": "https://
|
|
7595
|
+
"url": "https://json.schemastore.org/cinnamon-spice-metadata.json"
|
|
7349
7596
|
},
|
|
7350
7597
|
{
|
|
7351
7598
|
"name": "Yandex Workflow Language",
|
|
@@ -7554,6 +7801,139 @@
|
|
|
7554
7801
|
"description": "Trident - Rust-based fuzzing framework for Solana programs to help ship secure code",
|
|
7555
7802
|
"fileMatch": ["**/*Trident.toml", "**/*.Trident.toml"],
|
|
7556
7803
|
"url": "https://raw.githubusercontent.com/Ackee-Blockchain/trident/refs/heads/master/trident-spec.json"
|
|
7804
|
+
},
|
|
7805
|
+
{
|
|
7806
|
+
"name": "Restate",
|
|
7807
|
+
"description": "Restate Server configuration file",
|
|
7808
|
+
"fileMatch": ["**/restate.toml", "**/restate-server.toml"],
|
|
7809
|
+
"url": "https://docs.restate.dev/schemas/restate-server-configuration-schema.json"
|
|
7810
|
+
},
|
|
7811
|
+
{
|
|
7812
|
+
"name": "Telefonistka",
|
|
7813
|
+
"description": "Telefonistka - Safe and Controlled GitOps Promotion Across Environments/Failure-Domains",
|
|
7814
|
+
"fileMatch": ["**/telefonistka.yaml"],
|
|
7815
|
+
"url": "https://raw.githubusercontent.com/commercetools/telefonistka/refs/heads/main/schema/telefonistka.json"
|
|
7816
|
+
},
|
|
7817
|
+
{
|
|
7818
|
+
"name": "version",
|
|
7819
|
+
"description": "Project version information",
|
|
7820
|
+
"fileMatch": [".version.json"],
|
|
7821
|
+
"url": "https://raw.githubusercontent.com/ljonesfl/bump/refs/heads/master/version-schema.json"
|
|
7822
|
+
},
|
|
7823
|
+
{
|
|
7824
|
+
"name": "Viash Component Config",
|
|
7825
|
+
"description": "Viash component config file",
|
|
7826
|
+
"fileMatch": ["*.vsh.yaml", "*.vsh.yml"],
|
|
7827
|
+
"url": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/latest/config.schema.json",
|
|
7828
|
+
"versions": {
|
|
7829
|
+
"0.7.5": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.7.5/config.schema.json",
|
|
7830
|
+
"0.8.0": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.8.0/config.schema.json",
|
|
7831
|
+
"0.8.1": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.8.1/config.schema.json",
|
|
7832
|
+
"0.8.2": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.8.2/config.schema.json",
|
|
7833
|
+
"0.8.3": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.8.3/config.schema.json",
|
|
7834
|
+
"0.8.4": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.8.4/config.schema.json",
|
|
7835
|
+
"0.8.5": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.8.5/config.schema.json",
|
|
7836
|
+
"0.8.6": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.8.6/config.schema.json",
|
|
7837
|
+
"0.9.0": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.9.0/config.schema.json",
|
|
7838
|
+
"0.9.1": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.9.1/config.schema.json",
|
|
7839
|
+
"0.9.2": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.9.2/config.schema.json"
|
|
7840
|
+
}
|
|
7841
|
+
},
|
|
7842
|
+
{
|
|
7843
|
+
"name": "Viash Package Config",
|
|
7844
|
+
"description": "Viash package config file",
|
|
7845
|
+
"fileMatch": ["_viash.yaml", "_viash.yml"],
|
|
7846
|
+
"url": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/latest/package.schema.json",
|
|
7847
|
+
"versions": {
|
|
7848
|
+
"0.7.5": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.7.5/package.schema.json",
|
|
7849
|
+
"0.8.0": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.8.0/package.schema.json",
|
|
7850
|
+
"0.8.1": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.8.1/package.schema.json",
|
|
7851
|
+
"0.8.2": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.8.2/package.schema.json",
|
|
7852
|
+
"0.8.3": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.8.3/package.schema.json",
|
|
7853
|
+
"0.8.4": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.8.4/package.schema.json",
|
|
7854
|
+
"0.8.5": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.8.5/package.schema.json",
|
|
7855
|
+
"0.8.6": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.8.6/package.schema.json",
|
|
7856
|
+
"0.9.0": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.9.0/package.schema.json",
|
|
7857
|
+
"0.9.1": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.9.1/package.schema.json",
|
|
7858
|
+
"0.9.2": "https://raw.githubusercontent.com/viash-io/viash-schemas/refs/heads/main/json_schemas/0.9.2/package.schema.json"
|
|
7859
|
+
}
|
|
7860
|
+
},
|
|
7861
|
+
{
|
|
7862
|
+
"name": "MultiQC",
|
|
7863
|
+
"description": "MultiQC configuration file",
|
|
7864
|
+
"fileMatch": [
|
|
7865
|
+
"multiqc_config.yaml",
|
|
7866
|
+
"multiqc_config.yml",
|
|
7867
|
+
".multiqc_config.yaml",
|
|
7868
|
+
".multiqc_config.yml"
|
|
7869
|
+
],
|
|
7870
|
+
"url": "https://raw.githubusercontent.com/MultiQC/MultiQC/refs/heads/main/multiqc/utils/config_schema.json"
|
|
7871
|
+
},
|
|
7872
|
+
{
|
|
7873
|
+
"name": "Tyk Gateway - Open Source v5.7+",
|
|
7874
|
+
"description": "Tyk Gateway Open Source Configuration File",
|
|
7875
|
+
"fileMatch": ["tyk.conf"],
|
|
7876
|
+
"url": "https://raw.githubusercontent.com/TykTechnologies/tyk-schemas/refs/heads/main/JSON/draft-07/schema_tyk.oss.conf"
|
|
7877
|
+
},
|
|
7878
|
+
{
|
|
7879
|
+
"name": "Python script metadata",
|
|
7880
|
+
"description": "Metadata of a Python script, as defined by PEP 723",
|
|
7881
|
+
"fileMatch": [],
|
|
7882
|
+
"url": "https://json.schemastore.org/pep-723.json"
|
|
7883
|
+
},
|
|
7884
|
+
{
|
|
7885
|
+
"name": "vtcfg",
|
|
7886
|
+
"description": "Vector VT System Configuration",
|
|
7887
|
+
"fileMatch": ["*.vtcfg"],
|
|
7888
|
+
"url": "https://json.schemastore.org/vtcfg-v19.0.0.json",
|
|
7889
|
+
"versions": {
|
|
7890
|
+
"19.0.0": "https://json.schemastore.org/vtcfg-v19.0.0.json"
|
|
7891
|
+
}
|
|
7892
|
+
},
|
|
7893
|
+
{
|
|
7894
|
+
"name": "sake",
|
|
7895
|
+
"description": "Configuration for Sake, Swift-based utility for managing project commands",
|
|
7896
|
+
"fileMatch": [".sake.yml"],
|
|
7897
|
+
"url": "https://json.schemastore.org/sake.json"
|
|
7898
|
+
},
|
|
7899
|
+
{
|
|
7900
|
+
"name": "Open Know-How",
|
|
7901
|
+
"description": "Open Source Hardware project metadata",
|
|
7902
|
+
"fileMatch": [
|
|
7903
|
+
"okh.json",
|
|
7904
|
+
"okh.toml",
|
|
7905
|
+
"okh.yaml",
|
|
7906
|
+
"okh.yml",
|
|
7907
|
+
"*.okh.json",
|
|
7908
|
+
"*.okh.toml",
|
|
7909
|
+
"*.okh.yaml",
|
|
7910
|
+
"*.okh.yml"
|
|
7911
|
+
],
|
|
7912
|
+
"url": "https://json.schemastore.org/okh.json"
|
|
7913
|
+
},
|
|
7914
|
+
{
|
|
7915
|
+
"name": "Contextive Glossary",
|
|
7916
|
+
"description": "A Contextive Domain Language Glossary",
|
|
7917
|
+
"fileMatch": ["**/.contextive/definitions.yml", "*.glossary.yml"],
|
|
7918
|
+
"url": "https://json.schemastore.org/contextive-glossary.json"
|
|
7919
|
+
},
|
|
7920
|
+
{
|
|
7921
|
+
"name": "Google Digital Assetlinks",
|
|
7922
|
+
"description": "JSON-encoded statement list in a well-known location on a principal",
|
|
7923
|
+
"fileMatch": ["assetlinks.json"],
|
|
7924
|
+
"url": "https://json.schemastore.org/assetlinks.json"
|
|
7925
|
+
},
|
|
7926
|
+
{
|
|
7927
|
+
"name": "Pylock",
|
|
7928
|
+
"description": "PEP 751 lock file",
|
|
7929
|
+
"fileMatch": ["pylock.toml", "pylock.*.toml"],
|
|
7930
|
+
"url": "https://json.schemastore.org/pylock.json"
|
|
7931
|
+
},
|
|
7932
|
+
{
|
|
7933
|
+
"name": "Stylua Config",
|
|
7934
|
+
"description": "Stylua configuration",
|
|
7935
|
+
"fileMatch": [".stylua.toml", "stylua.toml"],
|
|
7936
|
+
"url": "https://json.schemastore.org/stylua.json"
|
|
7557
7937
|
}
|
|
7558
7938
|
]
|
|
7559
7939
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.58.
|
|
3
|
+
"version": "1.58.5",
|
|
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
|
"@phosphor/signaling": "1",
|
|
18
18
|
"@phosphor/virtualdom": "1",
|
|
19
19
|
"@phosphor/widgets": "1",
|
|
20
|
-
"@theia/application-package": "1.58.
|
|
21
|
-
"@theia/request": "1.58.
|
|
20
|
+
"@theia/application-package": "1.58.5",
|
|
21
|
+
"@theia/request": "1.58.5",
|
|
22
22
|
"@types/body-parser": "^1.16.4",
|
|
23
23
|
"@types/cookie": "^0.3.3",
|
|
24
24
|
"@types/dompurify": "^2.2.2",
|
|
@@ -210,13 +210,13 @@
|
|
|
210
210
|
"watch": "theiaext watch"
|
|
211
211
|
},
|
|
212
212
|
"devDependencies": {
|
|
213
|
-
"@theia/ext-scripts": "1.58.
|
|
214
|
-
"@theia/re-exports": "1.58.
|
|
213
|
+
"@theia/ext-scripts": "1.58.5",
|
|
214
|
+
"@theia/re-exports": "1.58.5",
|
|
215
215
|
"minimist": "^1.2.0",
|
|
216
216
|
"nodejs-file-downloader": "4.13.0"
|
|
217
217
|
},
|
|
218
218
|
"nyc": {
|
|
219
219
|
"extends": "../../configs/nyc.json"
|
|
220
220
|
},
|
|
221
|
-
"gitHead": "
|
|
221
|
+
"gitHead": "844be2f5bbebfde3da28b91e47a219623a2edb59"
|
|
222
222
|
}
|