@theia/core 1.71.1 → 1.71.2
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 +467 -29
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -85,12 +85,12 @@ export class SomeClass {
|
|
|
85
85
|
- `@lumino/signaling` (from [`@lumino/signaling@^2.1.5`](https://www.npmjs.com/package/@lumino/signaling))
|
|
86
86
|
- `@lumino/virtualdom` (from [`@lumino/virtualdom@^2.0.4`](https://www.npmjs.com/package/@lumino/virtualdom))
|
|
87
87
|
- `@lumino/widgets` (from [`@lumino/widgets@2.7.5`](https://www.npmjs.com/package/@lumino/widgets/v/2.7.5))
|
|
88
|
-
- `@theia/application-package` (from [`@theia/application-package@1.71.
|
|
89
|
-
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.71.
|
|
90
|
-
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.71.
|
|
91
|
-
- `@theia/request` (from [`@theia/request@1.71.
|
|
92
|
-
- `@theia/request/lib/proxy` (from [`@theia/request@1.71.
|
|
93
|
-
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.71.
|
|
88
|
+
- `@theia/application-package` (from [`@theia/application-package@1.71.2`](https://www.npmjs.com/package/@theia/application-package/v/1.71.2))
|
|
89
|
+
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.71.2`](https://www.npmjs.com/package/@theia/application-package/v/1.71.2))
|
|
90
|
+
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.71.2`](https://www.npmjs.com/package/@theia/application-package/v/1.71.2))
|
|
91
|
+
- `@theia/request` (from [`@theia/request@1.71.2`](https://www.npmjs.com/package/@theia/request/v/1.71.2))
|
|
92
|
+
- `@theia/request/lib/proxy` (from [`@theia/request@1.71.2`](https://www.npmjs.com/package/@theia/request/v/1.71.2))
|
|
93
|
+
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.71.2`](https://www.npmjs.com/package/@theia/request/v/1.71.2))
|
|
94
94
|
- `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
|
|
95
95
|
- `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
|
|
96
96
|
- `inversify` (from [`inversify@^6.2.2`](https://www.npmjs.com/package/inversify))
|
package/lib/browser/catalog.json
CHANGED
|
@@ -86,6 +86,16 @@
|
|
|
86
86
|
"fileMatch": ["**/1password/ssh/agent.toml"],
|
|
87
87
|
"url": "https://developer.1password.com/schema/ssh-agent-config.json"
|
|
88
88
|
},
|
|
89
|
+
{
|
|
90
|
+
"name": "AlgoVoi Compliance Receipt v1",
|
|
91
|
+
"description": "Categorical compliance screening receipt for agentic-payment flows; emitted at admission time and retained as part of an audit chain under UK MLR 2017, EU AMLD5/6, MiCA Art 80, AMLR Art 56, DORA Art 14",
|
|
92
|
+
"fileMatch": [
|
|
93
|
+
"algovoi-compliance-receipt.json",
|
|
94
|
+
"algovoi-compliance-receipt-*.json",
|
|
95
|
+
"**/algovoi/compliance-receipt-*.json"
|
|
96
|
+
],
|
|
97
|
+
"url": "https://www.schemastore.org/algovoi-compliance-receipt-v1.json"
|
|
98
|
+
},
|
|
89
99
|
{
|
|
90
100
|
"name": "Application Accelerator",
|
|
91
101
|
"description": "Application Accelerator for VMware Tanzu",
|
|
@@ -221,16 +231,19 @@
|
|
|
221
231
|
"name": "ABCClinicalDemandForecast",
|
|
222
232
|
"description": "ABCClinicalDemandForecast defining the structure of clinical trial demand forecasting data in ABC-Plan",
|
|
223
233
|
"fileMatch": ["abc-clinical-demand-forecast-*.json"],
|
|
224
|
-
"url": "https://www.schemastore.org/abc-clinical-demand-forecast-
|
|
234
|
+
"url": "https://www.schemastore.org/abc-clinical-demand-forecast-4.0.0.json",
|
|
225
235
|
"versions": {
|
|
226
|
-
"1.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-1.0.0.json"
|
|
236
|
+
"1.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-1.0.0.json",
|
|
237
|
+
"2.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-2.0.0.json",
|
|
238
|
+
"3.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-3.0.0.json",
|
|
239
|
+
"4.0.0": "https://www.schemastore.org/abc-clinical-demand-forecast-4.0.0.json"
|
|
227
240
|
}
|
|
228
241
|
},
|
|
229
242
|
{
|
|
230
243
|
"name": "ABCSupplyPlan",
|
|
231
244
|
"description": "ABCSupplyPlan representing all the state for performing inventory optimization and expiry analysis in ABC-Plan MasterPlanner",
|
|
232
245
|
"fileMatch": ["abc-supply-plan-*.json"],
|
|
233
|
-
"url": "https://www.schemastore.org/abc-supply-plan-
|
|
246
|
+
"url": "https://www.schemastore.org/abc-supply-plan-13.0.0.json",
|
|
234
247
|
"versions": {
|
|
235
248
|
"1.0.0": "https://www.schemastore.org/abc-supply-plan-1.0.0.json",
|
|
236
249
|
"2.0.0": "https://www.schemastore.org/abc-supply-plan-2.0.0.json",
|
|
@@ -248,7 +261,8 @@
|
|
|
248
261
|
"11.2.0": "https://www.schemastore.org/abc-supply-plan-11.2.0.json",
|
|
249
262
|
"11.3.0": "https://www.schemastore.org/abc-supply-plan-11.3.0.json",
|
|
250
263
|
"11.4.0": "https://www.schemastore.org/abc-supply-plan-11.4.0.json",
|
|
251
|
-
"12.0.0": "https://www.schemastore.org/abc-supply-plan-12.0.0.json"
|
|
264
|
+
"12.0.0": "https://www.schemastore.org/abc-supply-plan-12.0.0.json",
|
|
265
|
+
"13.0.0": "https://www.schemastore.org/abc-supply-plan-13.0.0.json"
|
|
252
266
|
}
|
|
253
267
|
},
|
|
254
268
|
{
|
|
@@ -1225,6 +1239,12 @@
|
|
|
1225
1239
|
"fileMatch": [],
|
|
1226
1240
|
"url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/partial-fastapi.json"
|
|
1227
1241
|
},
|
|
1242
|
+
{
|
|
1243
|
+
"name": "partial-scheduled.json",
|
|
1244
|
+
"description": "Scheduled job configuration for pyproject.toml",
|
|
1245
|
+
"fileMatch": [],
|
|
1246
|
+
"url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/partial-scheduled.json"
|
|
1247
|
+
},
|
|
1228
1248
|
{
|
|
1229
1249
|
"name": "bozr.suite.json",
|
|
1230
1250
|
"description": "Bozr test suite file",
|
|
@@ -1937,6 +1957,12 @@
|
|
|
1937
1957
|
"fileMatch": ["**/.codex/config.toml"],
|
|
1938
1958
|
"url": "https://developers.openai.com/codex/config-schema.json"
|
|
1939
1959
|
},
|
|
1960
|
+
{
|
|
1961
|
+
"name": "Codex Hooks",
|
|
1962
|
+
"description": "OpenAI Codex hooks configuration file",
|
|
1963
|
+
"fileMatch": ["**/.codex/hooks.json"],
|
|
1964
|
+
"url": "https://www.schemastore.org/codex-hooks.json"
|
|
1965
|
+
},
|
|
1940
1966
|
{
|
|
1941
1967
|
"name": "codemagic",
|
|
1942
1968
|
"description": "Codemagic CI/CD file configuration",
|
|
@@ -2680,6 +2706,240 @@
|
|
|
2680
2706
|
"fileMatch": ["envilder.json", "envilder.*.json"],
|
|
2681
2707
|
"url": "https://envilder.com/schema/map-file.v1.json"
|
|
2682
2708
|
},
|
|
2709
|
+
{
|
|
2710
|
+
"name": "Enonic XP API descriptor",
|
|
2711
|
+
"description": "YAML descriptor for Enonic XP Universal and Harmonized APIs",
|
|
2712
|
+
"fileMatch": [
|
|
2713
|
+
"**/src/main/resources/apis/*/*.yaml",
|
|
2714
|
+
"**/src/main/resources/apis/*/*.yml"
|
|
2715
|
+
],
|
|
2716
|
+
"url": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json",
|
|
2717
|
+
"versions": {
|
|
2718
|
+
"latest": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json",
|
|
2719
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json"
|
|
2720
|
+
}
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"name": "Enonic XP Admin Extension descriptor",
|
|
2724
|
+
"description": "YAML descriptor for Enonic XP Admin Extensions",
|
|
2725
|
+
"fileMatch": [
|
|
2726
|
+
"**/src/main/resources/admins/extensions/*/*.yaml",
|
|
2727
|
+
"**/src/main/resources/admins/extensions/*/*.yml"
|
|
2728
|
+
],
|
|
2729
|
+
"url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json",
|
|
2730
|
+
"versions": {
|
|
2731
|
+
"latest": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json",
|
|
2732
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json"
|
|
2733
|
+
}
|
|
2734
|
+
},
|
|
2735
|
+
{
|
|
2736
|
+
"name": "Enonic XP Admin Tool descriptor",
|
|
2737
|
+
"description": "YAML descriptor for Enonic XP Admin Tools",
|
|
2738
|
+
"fileMatch": [
|
|
2739
|
+
"**/src/main/resources/admin/tools/*/*.yaml",
|
|
2740
|
+
"**/src/main/resources/admin/tools/*/*.yml"
|
|
2741
|
+
],
|
|
2742
|
+
"url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json",
|
|
2743
|
+
"versions": {
|
|
2744
|
+
"latest": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json",
|
|
2745
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json"
|
|
2746
|
+
}
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
"name": "Enonic XP Application descriptor",
|
|
2750
|
+
"description": "YAML descriptor for Enonic XP Applications",
|
|
2751
|
+
"fileMatch": [
|
|
2752
|
+
"**/src/main/resources/application.yaml",
|
|
2753
|
+
"**/src/main/resources/application.yml"
|
|
2754
|
+
],
|
|
2755
|
+
"url": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json",
|
|
2756
|
+
"versions": {
|
|
2757
|
+
"latest": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json",
|
|
2758
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json"
|
|
2759
|
+
}
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
"name": "Enonic XP CMS descriptor",
|
|
2763
|
+
"description": "YAML descriptor for Enonic XP CMS configuration",
|
|
2764
|
+
"fileMatch": [
|
|
2765
|
+
"**/src/main/resources/cms/cms.yaml",
|
|
2766
|
+
"**/src/main/resources/cms/cms.yml"
|
|
2767
|
+
],
|
|
2768
|
+
"url": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json",
|
|
2769
|
+
"versions": {
|
|
2770
|
+
"latest": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json",
|
|
2771
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json"
|
|
2772
|
+
}
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
"name": "Enonic XP Content Type descriptor",
|
|
2776
|
+
"description": "YAML descriptor for Enonic XP Content Types",
|
|
2777
|
+
"fileMatch": [
|
|
2778
|
+
"**/src/main/resources/cms/content-types/*/*.yaml",
|
|
2779
|
+
"**/src/main/resources/cms/content-types/*/*.yml"
|
|
2780
|
+
],
|
|
2781
|
+
"url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json",
|
|
2782
|
+
"versions": {
|
|
2783
|
+
"latest": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json",
|
|
2784
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json"
|
|
2785
|
+
}
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"name": "Enonic XP Form Fragment descriptor",
|
|
2789
|
+
"description": "YAML descriptor for Enonic XP Form Fragments",
|
|
2790
|
+
"fileMatch": [
|
|
2791
|
+
"**/src/main/resources/cms/form-fragments/*/*.yaml",
|
|
2792
|
+
"**/src/main/resources/cms/form-fragments/*/*.yml"
|
|
2793
|
+
],
|
|
2794
|
+
"url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json",
|
|
2795
|
+
"versions": {
|
|
2796
|
+
"latest": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json",
|
|
2797
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json"
|
|
2798
|
+
}
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
"name": "Enonic XP ID Provider descriptor",
|
|
2802
|
+
"description": "YAML descriptor for Enonic XP ID Providers",
|
|
2803
|
+
"fileMatch": [
|
|
2804
|
+
"**/src/main/resources/idprovider/idprovider.yaml",
|
|
2805
|
+
"**/src/main/resources/idprovider/idprovider.yml"
|
|
2806
|
+
],
|
|
2807
|
+
"url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json",
|
|
2808
|
+
"versions": {
|
|
2809
|
+
"latest": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json",
|
|
2810
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json"
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
"name": "Enonic XP Layout descriptor",
|
|
2815
|
+
"description": "YAML descriptor for Enonic XP Layouts",
|
|
2816
|
+
"fileMatch": [
|
|
2817
|
+
"**/src/main/resources/cms/layouts/*/*.yaml",
|
|
2818
|
+
"**/src/main/resources/cms/layouts/*/*.yml"
|
|
2819
|
+
],
|
|
2820
|
+
"url": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json",
|
|
2821
|
+
"versions": {
|
|
2822
|
+
"latest": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json",
|
|
2823
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json"
|
|
2824
|
+
}
|
|
2825
|
+
},
|
|
2826
|
+
{
|
|
2827
|
+
"name": "Enonic XP Macro descriptor",
|
|
2828
|
+
"description": "YAML descriptor for Enonic XP Macros",
|
|
2829
|
+
"fileMatch": [
|
|
2830
|
+
"**/src/main/resources/cms/macros/*/*.yaml",
|
|
2831
|
+
"**/src/main/resources/cms/macros/*/*.yml"
|
|
2832
|
+
],
|
|
2833
|
+
"url": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json",
|
|
2834
|
+
"versions": {
|
|
2835
|
+
"latest": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json",
|
|
2836
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json"
|
|
2837
|
+
}
|
|
2838
|
+
},
|
|
2839
|
+
{
|
|
2840
|
+
"name": "Enonic XP Mixin descriptor",
|
|
2841
|
+
"description": "YAML descriptor for Enonic XP Mixins",
|
|
2842
|
+
"fileMatch": [
|
|
2843
|
+
"**/src/main/resources/cms/mixins/*/*.yaml",
|
|
2844
|
+
"**/src/main/resources/cms/mixins/*/*.yml"
|
|
2845
|
+
],
|
|
2846
|
+
"url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json",
|
|
2847
|
+
"versions": {
|
|
2848
|
+
"latest": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json",
|
|
2849
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json"
|
|
2850
|
+
}
|
|
2851
|
+
},
|
|
2852
|
+
{
|
|
2853
|
+
"name": "Enonic XP Page descriptor",
|
|
2854
|
+
"description": "YAML descriptor for Enonic XP Pages",
|
|
2855
|
+
"fileMatch": [
|
|
2856
|
+
"**/src/main/resources/cms/pages/*/*.yaml",
|
|
2857
|
+
"**/src/main/resources/cms/pages/*/*.yml"
|
|
2858
|
+
],
|
|
2859
|
+
"url": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json",
|
|
2860
|
+
"versions": {
|
|
2861
|
+
"latest": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json",
|
|
2862
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json"
|
|
2863
|
+
}
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"name": "Enonic XP Part descriptor",
|
|
2867
|
+
"description": "YAML descriptor for Enonic XP Parts",
|
|
2868
|
+
"fileMatch": [
|
|
2869
|
+
"**/src/main/resources/cms/parts/*/*.yaml",
|
|
2870
|
+
"**/src/main/resources/cms/parts/*/*.yml"
|
|
2871
|
+
],
|
|
2872
|
+
"url": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json",
|
|
2873
|
+
"versions": {
|
|
2874
|
+
"latest": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json",
|
|
2875
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json"
|
|
2876
|
+
}
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
"name": "Enonic XP Service descriptor",
|
|
2880
|
+
"description": "YAML descriptor for Enonic XP Services",
|
|
2881
|
+
"fileMatch": [
|
|
2882
|
+
"**/src/main/resources/services/*/*.yaml",
|
|
2883
|
+
"**/src/main/resources/services/*/*.yml"
|
|
2884
|
+
],
|
|
2885
|
+
"url": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json",
|
|
2886
|
+
"versions": {
|
|
2887
|
+
"latest": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json",
|
|
2888
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json"
|
|
2889
|
+
}
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
"name": "Enonic XP Site descriptor",
|
|
2893
|
+
"description": "YAML descriptor for Enonic XP Sites",
|
|
2894
|
+
"fileMatch": [
|
|
2895
|
+
"**/src/main/resources/cms/site.yaml",
|
|
2896
|
+
"**/src/main/resources/cms/site.yml"
|
|
2897
|
+
],
|
|
2898
|
+
"url": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json",
|
|
2899
|
+
"versions": {
|
|
2900
|
+
"latest": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json",
|
|
2901
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json"
|
|
2902
|
+
}
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"name": "Enonic XP Style descriptor",
|
|
2906
|
+
"description": "YAML descriptor for Enonic XP Styles",
|
|
2907
|
+
"fileMatch": [
|
|
2908
|
+
"**/src/main/resources/cms/style/style.yaml",
|
|
2909
|
+
"**/src/main/resources/cms/style/style.yml"
|
|
2910
|
+
],
|
|
2911
|
+
"url": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json",
|
|
2912
|
+
"versions": {
|
|
2913
|
+
"latest": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json",
|
|
2914
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json"
|
|
2915
|
+
}
|
|
2916
|
+
},
|
|
2917
|
+
{
|
|
2918
|
+
"name": "Enonic XP Task descriptor",
|
|
2919
|
+
"description": "YAML descriptor for Enonic XP Tasks",
|
|
2920
|
+
"fileMatch": [
|
|
2921
|
+
"**/src/main/resources/tasks/*/*.yaml",
|
|
2922
|
+
"**/src/main/resources/tasks/*/*.yml"
|
|
2923
|
+
],
|
|
2924
|
+
"url": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json",
|
|
2925
|
+
"versions": {
|
|
2926
|
+
"latest": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json",
|
|
2927
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json"
|
|
2928
|
+
}
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"name": "Enonic XP Webapp descriptor",
|
|
2932
|
+
"description": "YAML descriptor for Enonic XP Webapps",
|
|
2933
|
+
"fileMatch": [
|
|
2934
|
+
"**/src/main/resources/webapp/webapp.yaml",
|
|
2935
|
+
"**/src/main/resources/webapp/webapp.yml"
|
|
2936
|
+
],
|
|
2937
|
+
"url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json",
|
|
2938
|
+
"versions": {
|
|
2939
|
+
"latest": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json",
|
|
2940
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json"
|
|
2941
|
+
}
|
|
2942
|
+
},
|
|
2683
2943
|
{
|
|
2684
2944
|
"name": ".esmrc.json",
|
|
2685
2945
|
"description": "Configuration files for the esm module/package in Node.js",
|
|
@@ -3162,6 +3422,11 @@
|
|
|
3162
3422
|
],
|
|
3163
3423
|
"url": "https://www.schemastore.org/github-issue-forms.json"
|
|
3164
3424
|
},
|
|
3425
|
+
{
|
|
3426
|
+
"name": "GitHub Pages Jekyll",
|
|
3427
|
+
"description": "YAML Jekyll configuration for sites built by GitHub Pages",
|
|
3428
|
+
"url": "https://www.schemastore.org/github-pages-jekyll.json"
|
|
3429
|
+
},
|
|
3165
3430
|
{
|
|
3166
3431
|
"name": "GitHub Workflow",
|
|
3167
3432
|
"description": "YAML GitHub Workflow",
|
|
@@ -3368,6 +3633,12 @@
|
|
|
3368
3633
|
"description": "Goreleaser Pro configuration file",
|
|
3369
3634
|
"url": "https://goreleaser.com/static/schema-pro.json"
|
|
3370
3635
|
},
|
|
3636
|
+
{
|
|
3637
|
+
"name": "Anodizer",
|
|
3638
|
+
"description": "Anodizer Rust release-automation configuration file",
|
|
3639
|
+
"fileMatch": [".anodizer.yaml", ".anodizer.yml"],
|
|
3640
|
+
"url": "https://tj-smith47.github.io/anodizer/schema.json"
|
|
3641
|
+
},
|
|
3371
3642
|
{
|
|
3372
3643
|
"name": "Goss",
|
|
3373
3644
|
"description": "Goss - Quick and Easy server validation",
|
|
@@ -3512,7 +3783,7 @@
|
|
|
3512
3783
|
"hz-*.yaml",
|
|
3513
3784
|
"hz-*.json"
|
|
3514
3785
|
],
|
|
3515
|
-
"url": "https://hazelcast.com/schema/config/hazelcast-config-5.
|
|
3786
|
+
"url": "https://hazelcast.com/schema/config/hazelcast-config-5.7.json"
|
|
3516
3787
|
},
|
|
3517
3788
|
{
|
|
3518
3789
|
"name": "Home Assistant Integration Manifest",
|
|
@@ -3626,7 +3897,9 @@
|
|
|
3626
3897
|
"1.12": "https://ifstate.net/schema/1.12/ifstate.conf.schema.json",
|
|
3627
3898
|
"1.13": "https://ifstate.net/schema/1.13/ifstate.conf.schema.json",
|
|
3628
3899
|
"2.0": "https://ifstate.net/schema/2.0/ifstate.conf.schema.json",
|
|
3629
|
-
"2.1": "https://ifstate.net/schema/2.1/ifstate.conf.schema.json"
|
|
3900
|
+
"2.1": "https://ifstate.net/schema/2.1/ifstate.conf.schema.json",
|
|
3901
|
+
"2.2": "https://ifstate.net/schema/2.2/ifstate.conf.schema.json",
|
|
3902
|
+
"2.3": "https://ifstate.net/schema/2.3/ifstate.conf.schema.json"
|
|
3630
3903
|
}
|
|
3631
3904
|
},
|
|
3632
3905
|
{
|
|
@@ -4448,6 +4721,16 @@
|
|
|
4448
4721
|
],
|
|
4449
4722
|
"url": "https://raw.githubusercontent.com/getmockd/mockd/main/schema/mockd.schema.json"
|
|
4450
4723
|
},
|
|
4724
|
+
{
|
|
4725
|
+
"name": "MockServer Expectations",
|
|
4726
|
+
"description": "MockServer expectations configuration for defining request matchers and response actions. See https://www.mock-server.com",
|
|
4727
|
+
"fileMatch": [
|
|
4728
|
+
"mockserverInitialization.json",
|
|
4729
|
+
"*mockserver*Initialization.json",
|
|
4730
|
+
"mockserver*.json"
|
|
4731
|
+
],
|
|
4732
|
+
"url": "https://www.mock-server.com/schema/expectations.json"
|
|
4733
|
+
},
|
|
4451
4734
|
{
|
|
4452
4735
|
"name": "monospace.yml",
|
|
4453
4736
|
"description": "MonoSpace configuration file",
|
|
@@ -4554,6 +4837,18 @@
|
|
|
4554
4837
|
"fileMatch": ["ngui_*.yaml", "ngui_*.yml", "ngui_*.json"],
|
|
4555
4838
|
"url": "https://raw.githubusercontent.com/RedHat-UX/next-gen-ui-agent/refs/heads/main/spec/config/agent_config.schema.json"
|
|
4556
4839
|
},
|
|
4840
|
+
{
|
|
4841
|
+
"name": "cargo-nextest repository configuration",
|
|
4842
|
+
"description": "Repository configuration for cargo-nextest. Documentation: https://nexte.st/docs/configuration/",
|
|
4843
|
+
"fileMatch": ["**/.config/nextest.toml"],
|
|
4844
|
+
"url": "https://nexte.st/schemas/repo-config.json"
|
|
4845
|
+
},
|
|
4846
|
+
{
|
|
4847
|
+
"name": "cargo-nextest user configuration",
|
|
4848
|
+
"description": "User configuration for cargo-nextest. Documentation: https://nexte.st/docs/user-config/",
|
|
4849
|
+
"fileMatch": ["**/nextest/config.toml"],
|
|
4850
|
+
"url": "https://nexte.st/schemas/user-config.json"
|
|
4851
|
+
},
|
|
4557
4852
|
{
|
|
4558
4853
|
"name": "nFPM",
|
|
4559
4854
|
"description": "nFPM configuration file",
|
|
@@ -5138,6 +5433,12 @@
|
|
|
5138
5433
|
"fileMatch": ["submol*.json", "submol*.yml", "submol*.yaml"],
|
|
5139
5434
|
"url": "https://www.schemastore.org/pgap_yaml_input_reader.json"
|
|
5140
5435
|
},
|
|
5436
|
+
{
|
|
5437
|
+
"name": "pgrls",
|
|
5438
|
+
"description": "Configuration for pgrls, the Postgres Row-Level Security linter (pgrls.toml)",
|
|
5439
|
+
"fileMatch": ["pgrls.toml"],
|
|
5440
|
+
"url": "https://www.schemastore.org/pgrls.json"
|
|
5441
|
+
},
|
|
5141
5442
|
{
|
|
5142
5443
|
"name": "pattern.json",
|
|
5143
5444
|
"description": "Patternplate pattern manifest file",
|
|
@@ -5256,6 +5557,22 @@
|
|
|
5256
5557
|
"fileMatch": [".pre-commit-hooks.yml", ".pre-commit-hooks.yaml"],
|
|
5257
5558
|
"url": "https://www.schemastore.org/pre-commit-hooks.json"
|
|
5258
5559
|
},
|
|
5560
|
+
{
|
|
5561
|
+
"name": "PRML manifest",
|
|
5562
|
+
"description": "Pre-Registered ML Manifest \u2014 open spec for committing ML evaluation claims to a SHA-256 hash before the run (CC BY 4.0). https://spec.falsify.dev/v0.1",
|
|
5563
|
+
"fileMatch": [
|
|
5564
|
+
"*.prml.yaml",
|
|
5565
|
+
"*.prml.yml",
|
|
5566
|
+
"manifest.prml.yaml",
|
|
5567
|
+
"prml-manifest.yaml",
|
|
5568
|
+
"prml-manifest.yml"
|
|
5569
|
+
],
|
|
5570
|
+
"url": "https://spec.falsify.dev/schema/prml-v0.1.schema.json",
|
|
5571
|
+
"versions": {
|
|
5572
|
+
"v0.1": "https://spec.falsify.dev/schema/prml-v0.1.schema.json",
|
|
5573
|
+
"v0.2-rfc": "https://spec.falsify.dev/schema/prml-v0.2.schema.json"
|
|
5574
|
+
}
|
|
5575
|
+
},
|
|
5259
5576
|
{
|
|
5260
5577
|
"name": ".phrase.yml",
|
|
5261
5578
|
"description": "Phrase configuration file",
|
|
@@ -5860,8 +6177,8 @@
|
|
|
5860
6177
|
},
|
|
5861
6178
|
{
|
|
5862
6179
|
"name": "rustfmt",
|
|
5863
|
-
"description": "rustfmt, a tool to format Rust code",
|
|
5864
|
-
"fileMatch": ["rustfmt.toml"],
|
|
6180
|
+
"description": "rustfmt, a tool to format Rust code. Documentation: https://rust-lang.github.io/rustfmt",
|
|
6181
|
+
"fileMatch": ["rustfmt.toml", ".rustfmt.toml"],
|
|
5865
6182
|
"url": "https://www.schemastore.org/rustfmt.json"
|
|
5866
6183
|
},
|
|
5867
6184
|
{
|
|
@@ -6197,6 +6514,12 @@
|
|
|
6197
6514
|
],
|
|
6198
6515
|
"url": "https://www.schemastore.org/snowflake-connections.json"
|
|
6199
6516
|
},
|
|
6517
|
+
{
|
|
6518
|
+
"name": "Solarxy project config",
|
|
6519
|
+
"description": "Solarxy 3D model viewer and validator project configuration",
|
|
6520
|
+
"fileMatch": ["solarxy.toml"],
|
|
6521
|
+
"url": "https://www.schemastore.org/solarxy-config.json"
|
|
6522
|
+
},
|
|
6200
6523
|
{
|
|
6201
6524
|
"name": "Solidarity",
|
|
6202
6525
|
"description": "CLI config for enforcing environment settings",
|
|
@@ -6856,6 +7179,12 @@
|
|
|
6856
7179
|
"2.2.0": "https://www.schemastore.org/utam-page-object-2.2.0.json"
|
|
6857
7180
|
}
|
|
6858
7181
|
},
|
|
7182
|
+
{
|
|
7183
|
+
"name": "umpire.json",
|
|
7184
|
+
"description": "Umpire form-logic configuration",
|
|
7185
|
+
"fileMatch": ["*.umpire.json"],
|
|
7186
|
+
"url": "https://spec.umpire.tools/umpire.schema.json"
|
|
7187
|
+
},
|
|
6859
7188
|
{
|
|
6860
7189
|
"name": "UNCORS configuration",
|
|
6861
7190
|
"description": "Configuration file for UNCORS reverse proxy",
|
|
@@ -7476,11 +7805,6 @@
|
|
|
7476
7805
|
],
|
|
7477
7806
|
"url": "https://www.schemastore.org/winget-pkgs-locale-1.0.0.json"
|
|
7478
7807
|
},
|
|
7479
|
-
{
|
|
7480
|
-
"name": "Winutil",
|
|
7481
|
-
"description": "Configuration for files in \"ChrisTitusTech/winutil\"",
|
|
7482
|
-
"url": "https://www.schemastore.org/winutil-presets.json"
|
|
7483
|
-
},
|
|
7484
7808
|
{
|
|
7485
7809
|
"name": "commitlint (.commitlintrc)",
|
|
7486
7810
|
"description": "commitlint configuration files",
|
|
@@ -7949,7 +8273,7 @@
|
|
|
7949
8273
|
"name": "Shopware CLI Extension Store Configuration",
|
|
7950
8274
|
"description": "Shopware CLI Extension Store Configuration",
|
|
7951
8275
|
"fileMatch": [".shopware-extension.yml", ".shopware-extension.yaml"],
|
|
7952
|
-
"url": "https://
|
|
8276
|
+
"url": "https://shopware.github.io/shopware-cli/shopware-extension-schema.json"
|
|
7953
8277
|
},
|
|
7954
8278
|
{
|
|
7955
8279
|
"name": "Shopware CLI Project Store Configuration",
|
|
@@ -7960,7 +8284,7 @@
|
|
|
7960
8284
|
".shopware-project.local.yml",
|
|
7961
8285
|
".shopware-project.local.yaml"
|
|
7962
8286
|
],
|
|
7963
|
-
"url": "https://
|
|
8287
|
+
"url": "https://shopware.github.io/shopware-cli/shopware-project-schema.json"
|
|
7964
8288
|
},
|
|
7965
8289
|
{
|
|
7966
8290
|
"name": "Qodana",
|
|
@@ -8028,7 +8352,13 @@
|
|
|
8028
8352
|
{
|
|
8029
8353
|
"name": "Updatecli Compose",
|
|
8030
8354
|
"description": "Updatecli Compose file, more information on https://www.updatecli.io/docs/core/compose/",
|
|
8031
|
-
"fileMatch": [
|
|
8355
|
+
"fileMatch": [
|
|
8356
|
+
"**/updatecli-compose.d/**/*.yaml",
|
|
8357
|
+
"**/updatecli-compose.d/**/*.yml",
|
|
8358
|
+
"**/updatecli-compose.d/**/*.json",
|
|
8359
|
+
"update-compose.yaml",
|
|
8360
|
+
"updatecli-compose.yaml"
|
|
8361
|
+
],
|
|
8032
8362
|
"url": "https://www.updatecli.io/schema/latest/compose/config.json"
|
|
8033
8363
|
},
|
|
8034
8364
|
{
|
|
@@ -8337,7 +8667,7 @@
|
|
|
8337
8667
|
"name": "completely.yml",
|
|
8338
8668
|
"description": "Completely completion",
|
|
8339
8669
|
"fileMatch": ["completely.yml", "completely.yaml"],
|
|
8340
|
-
"url": "https://
|
|
8670
|
+
"url": "https://raw.githubusercontent.com/DannyBen/completely/master/schemas/completely.json"
|
|
8341
8671
|
},
|
|
8342
8672
|
{
|
|
8343
8673
|
"name": "Madness (madness.yml)",
|
|
@@ -8597,7 +8927,7 @@
|
|
|
8597
8927
|
{
|
|
8598
8928
|
"name": "GlazeWM settings",
|
|
8599
8929
|
"description": "GlazeWM settings",
|
|
8600
|
-
"fileMatch": ["**/.glaze-wm/config.yaml"],
|
|
8930
|
+
"fileMatch": ["**/.glaze-wm/config.yaml", "**/glazewm/config.yaml"],
|
|
8601
8931
|
"url": "https://www.schemastore.org/glazewm.json"
|
|
8602
8932
|
},
|
|
8603
8933
|
{
|
|
@@ -8792,19 +9122,19 @@
|
|
|
8792
9122
|
"url": "https://www.schemastore.org/any.json"
|
|
8793
9123
|
},
|
|
8794
9124
|
{
|
|
8795
|
-
"name": "
|
|
8796
|
-
"description": "Zerops
|
|
8797
|
-
"fileMatch": ["zerops.
|
|
9125
|
+
"name": "zerops.yml",
|
|
9126
|
+
"description": "Zerops build, deploy and run configuration YAML file",
|
|
9127
|
+
"fileMatch": ["zerops.yml", "zerops.yaml"],
|
|
8798
9128
|
"url": "https://api.app-prg1.zerops.io/api/rest/public/settings/zerops-yml-json-schema.json"
|
|
8799
9129
|
},
|
|
8800
9130
|
{
|
|
8801
|
-
"name": "Zerops
|
|
8802
|
-
"description": "Zerops
|
|
9131
|
+
"name": "Zerops import file",
|
|
9132
|
+
"description": "Zerops infrastructure-as-code import YAML file",
|
|
8803
9133
|
"fileMatch": [
|
|
8804
|
-
"zerops-import.yaml",
|
|
8805
|
-
"zerops-*-import.yaml",
|
|
8806
9134
|
"zerops-import.yml",
|
|
8807
|
-
"zerops
|
|
9135
|
+
"zerops-import.yaml",
|
|
9136
|
+
"zerops-*-import.yml",
|
|
9137
|
+
"zerops-*-import.yaml"
|
|
8808
9138
|
],
|
|
8809
9139
|
"url": "https://api.app-prg1.zerops.io/api/rest/public/settings/import-project-yml-json-schema.json"
|
|
8810
9140
|
},
|
|
@@ -8927,10 +9257,10 @@
|
|
|
8927
9257
|
"url": "https://www.schemastore.org/winutil-applications.json"
|
|
8928
9258
|
},
|
|
8929
9259
|
{
|
|
8930
|
-
"name": "Preset list for a
|
|
9260
|
+
"name": "Preset list for a \"ChrisTitusTech/winutil\"",
|
|
8931
9261
|
"description": "Preset list for a WinUtil",
|
|
8932
9262
|
"fileMatch": ["**/*winutil*/config/preset.json"],
|
|
8933
|
-
"url": "https://www.schemastore.org/winutil-
|
|
9263
|
+
"url": "https://www.schemastore.org/winutil-presets.json"
|
|
8934
9264
|
},
|
|
8935
9265
|
{
|
|
8936
9266
|
"name": "GitHub Actions typing",
|
|
@@ -9709,6 +10039,15 @@
|
|
|
9709
10039
|
"fileMatch": ["*.nexusrpc.yaml", "*.nexusrpc.yml"],
|
|
9710
10040
|
"url": "https://raw.githubusercontent.com/nexus-rpc/nexus-rpc-gen/main/schemas/nexus-rpc-gen.json"
|
|
9711
10041
|
},
|
|
10042
|
+
{
|
|
10043
|
+
"name": "Agent Permission Policy",
|
|
10044
|
+
"description": "Cross-agent permission policy for AI coding agents",
|
|
10045
|
+
"fileMatch": [
|
|
10046
|
+
"**/.agents/permissions.json",
|
|
10047
|
+
"**/.agents/permissions.local.json"
|
|
10048
|
+
],
|
|
10049
|
+
"url": "https://raw.githubusercontent.com/Mearman/agent-permissions/main/agent-permissions.schema.json"
|
|
10050
|
+
},
|
|
9712
10051
|
{
|
|
9713
10052
|
"name": "AgentCore CLI",
|
|
9714
10053
|
"description": "Configuration file for Amazon Bedrock AgentCore CLI projects",
|
|
@@ -9776,7 +10115,7 @@
|
|
|
9776
10115
|
},
|
|
9777
10116
|
{
|
|
9778
10117
|
"name": "Envelope Team Definition",
|
|
9779
|
-
"description": "Open standard for AI agent team definitions
|
|
10118
|
+
"description": "Open standard for AI agent team definitions \u2014 declare agents, roles, tools, access policies, and pipelines in a single versioned document",
|
|
9780
10119
|
"fileMatch": ["*.envelope.json", "team.envelope.json"],
|
|
9781
10120
|
"url": "https://schema.openenvelope.org/team/v1.json"
|
|
9782
10121
|
},
|
|
@@ -9785,6 +10124,105 @@
|
|
|
9785
10124
|
"description": "Configuration file for Acton projects",
|
|
9786
10125
|
"fileMatch": ["Acton.toml"],
|
|
9787
10126
|
"url": "https://raw.githubusercontent.com/ton-blockchain/acton/master/crates/acton-config/schemas/acton.schema.json"
|
|
10127
|
+
},
|
|
10128
|
+
{
|
|
10129
|
+
"name": "memnex",
|
|
10130
|
+
"description": "Open specification for portable meeting outputs \u2014 transcripts, summaries, action items, and decisions. https://memnex.org",
|
|
10131
|
+
"fileMatch": ["*.memnex.json", "meeting-output.json"],
|
|
10132
|
+
"url": "https://memnex.org/schema/v0.2/meeting-output.schema.json",
|
|
10133
|
+
"versions": {
|
|
10134
|
+
"0.1": "https://memnex.org/schema/v0.1/meeting-output.schema.json",
|
|
10135
|
+
"0.2": "https://memnex.org/schema/v0.2/meeting-output.schema.json"
|
|
10136
|
+
}
|
|
10137
|
+
},
|
|
10138
|
+
{
|
|
10139
|
+
"name": "runspec",
|
|
10140
|
+
"description": "Interface specification for anything runnable \u2014 scripts, apps, and MCP tools",
|
|
10141
|
+
"fileMatch": ["runspec.toml"],
|
|
10142
|
+
"url": "https://raw.githubusercontent.com/JasonFinestone/runspec/main/schema/runspec.schema.json"
|
|
10143
|
+
},
|
|
10144
|
+
{
|
|
10145
|
+
"name": "dacier.yml",
|
|
10146
|
+
"description": "Dacier configuration file",
|
|
10147
|
+
"fileMatch": ["dacier.yml", "dacier.yaml"],
|
|
10148
|
+
"url": "https://raw.githubusercontent.com/daciertech/SchedulerStartup/refs/heads/main/.schemas/dacier-schema-vscode.json"
|
|
10149
|
+
},
|
|
10150
|
+
{
|
|
10151
|
+
"name": "Qlik Talend Cloud Pipeline - Project",
|
|
10152
|
+
"description": "QTCP project definition",
|
|
10153
|
+
"fileMatch": ["**/qtcp_project.yaml"],
|
|
10154
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/project.schema.json"
|
|
10155
|
+
},
|
|
10156
|
+
{
|
|
10157
|
+
"name": "Qlik Talend Cloud Pipeline - Task",
|
|
10158
|
+
"description": "Task definition within QTCP project",
|
|
10159
|
+
"fileMatch": ["**/qtcp_tasks/*/task.yaml"],
|
|
10160
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.schema.json"
|
|
10161
|
+
},
|
|
10162
|
+
{
|
|
10163
|
+
"name": "Qlik Talend Cloud Pipeline - Dataset",
|
|
10164
|
+
"description": "Dataset definition within QTCP task",
|
|
10165
|
+
"fileMatch": ["**/qtcp_tasks/*/datasets/*.yaml"],
|
|
10166
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.dataset.schema.json"
|
|
10167
|
+
},
|
|
10168
|
+
{
|
|
10169
|
+
"name": "Qlik Talend Cloud Pipeline - Schedule",
|
|
10170
|
+
"description": "Scheduling definition for QTCP tasks",
|
|
10171
|
+
"fileMatch": ["**/qtcp_tasks/*/schedule.yaml"],
|
|
10172
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.schedule.schema.json"
|
|
10173
|
+
},
|
|
10174
|
+
{
|
|
10175
|
+
"name": "Qlik Talend Cloud Pipeline - Data Model",
|
|
10176
|
+
"description": "Data model definition for QTCP tasks",
|
|
10177
|
+
"fileMatch": ["**/qtcp_tasks/*/model.yaml"],
|
|
10178
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.model.schema.json"
|
|
10179
|
+
},
|
|
10180
|
+
{
|
|
10181
|
+
"name": "Qlik Talend Cloud Pipeline - Source Selection",
|
|
10182
|
+
"description": "Source selection definition for QTCP tasks",
|
|
10183
|
+
"fileMatch": ["**/qtcp_tasks/*/sourceSelection.yaml"],
|
|
10184
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.sourceselection.schema.json"
|
|
10185
|
+
},
|
|
10186
|
+
{
|
|
10187
|
+
"name": "Qlik Talend Cloud Pipeline - Transformation Rules",
|
|
10188
|
+
"description": "Transformation rules definition for QTCP tasks",
|
|
10189
|
+
"fileMatch": ["**/qtcp_tasks/*/transformationRules.yaml"],
|
|
10190
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.transformation.rules.schema.json"
|
|
10191
|
+
},
|
|
10192
|
+
{
|
|
10193
|
+
"name": "Qlik Talend Cloud Pipeline - Transformation Data Flow",
|
|
10194
|
+
"description": "Transformation data flow definition for QTCP tasks",
|
|
10195
|
+
"fileMatch": ["**/qtcp_tasks/*/transformationDataFlows/*.yaml"],
|
|
10196
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.transformationdataflow.schema.json"
|
|
10197
|
+
},
|
|
10198
|
+
{
|
|
10199
|
+
"name": "Qlik Talend Cloud Pipeline - New Task Defaults",
|
|
10200
|
+
"description": "Default configurations for creating new QTCP tasks (via the UI)",
|
|
10201
|
+
"fileMatch": ["**/qtcp_tasks/newTaskDefaults.yaml"],
|
|
10202
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/newtaskdefaults.schema.json"
|
|
10203
|
+
},
|
|
10204
|
+
{
|
|
10205
|
+
"name": "QuikRun Configuration",
|
|
10206
|
+
"description": "Configuration for QuikRun",
|
|
10207
|
+
"fileMatch": ["quikrun.toml"],
|
|
10208
|
+
"url": "https://www.schemastore.org/quikrun.json"
|
|
10209
|
+
},
|
|
10210
|
+
{
|
|
10211
|
+
"name": "Caido Proxy Configuration",
|
|
10212
|
+
"description": "Caido Proxy configuration file",
|
|
10213
|
+
"fileMatch": ["caido.yml", "caido.yaml"],
|
|
10214
|
+
"url": "https://raw.githubusercontent.com/caido/schemas/main/.schemastore/proxy/config.schema.json"
|
|
10215
|
+
},
|
|
10216
|
+
{
|
|
10217
|
+
"name": "amxx-builder manifest",
|
|
10218
|
+
"description": "amxx-builder (amxb) project manifest",
|
|
10219
|
+
"fileMatch": [
|
|
10220
|
+
"amxbuild.yml",
|
|
10221
|
+
"amxbuild.yaml",
|
|
10222
|
+
"amxbuild.*.yml",
|
|
10223
|
+
"amxbuild.*.yaml"
|
|
10224
|
+
],
|
|
10225
|
+
"url": "https://raw.githubusercontent.com/AmxxModularEcosystem/amxx-builder/master/schema/amxbuild.schema.json"
|
|
9788
10226
|
}
|
|
9789
10227
|
]
|
|
9790
10228
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.71.
|
|
3
|
+
"version": "1.71.2",
|
|
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.71.
|
|
21
|
-
"@theia/request": "1.71.
|
|
20
|
+
"@theia/application-package": "1.71.2",
|
|
21
|
+
"@theia/request": "1.71.2",
|
|
22
22
|
"@types/body-parser": "^1.19.6",
|
|
23
23
|
"@types/express": "^4.17.21",
|
|
24
24
|
"@types/fs-extra": "^4.0.2",
|
|
@@ -213,13 +213,13 @@
|
|
|
213
213
|
"watch": "theiaext watch"
|
|
214
214
|
},
|
|
215
215
|
"devDependencies": {
|
|
216
|
-
"@theia/ext-scripts": "1.71.
|
|
217
|
-
"@theia/re-exports": "1.71.
|
|
216
|
+
"@theia/ext-scripts": "1.71.2",
|
|
217
|
+
"@theia/re-exports": "1.71.2",
|
|
218
218
|
"minimist": "^1.2.0",
|
|
219
219
|
"nodejs-file-downloader": "4.13.0"
|
|
220
220
|
},
|
|
221
221
|
"nyc": {
|
|
222
222
|
"extends": "../../configs/nyc.json"
|
|
223
223
|
},
|
|
224
|
-
"gitHead": "
|
|
224
|
+
"gitHead": "cab700978b15dbea1324bdebd2e3847fd0706f17"
|
|
225
225
|
}
|