@theia/core 1.72.0-next.29 → 1.72.0-next.30
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 +294 -0
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -2696,6 +2696,240 @@
|
|
|
2696
2696
|
"fileMatch": ["envilder.json", "envilder.*.json"],
|
|
2697
2697
|
"url": "https://envilder.com/schema/map-file.v1.json"
|
|
2698
2698
|
},
|
|
2699
|
+
{
|
|
2700
|
+
"name": "Enonic XP API descriptor",
|
|
2701
|
+
"description": "YAML descriptor for Enonic XP Universal and Harmonized APIs",
|
|
2702
|
+
"fileMatch": [
|
|
2703
|
+
"**/src/main/resources/apis/*/*.yaml",
|
|
2704
|
+
"**/src/main/resources/apis/*/*.yml"
|
|
2705
|
+
],
|
|
2706
|
+
"url": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json",
|
|
2707
|
+
"versions": {
|
|
2708
|
+
"latest": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json",
|
|
2709
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json"
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"name": "Enonic XP Admin Extension descriptor",
|
|
2714
|
+
"description": "YAML descriptor for Enonic XP Admin Extensions",
|
|
2715
|
+
"fileMatch": [
|
|
2716
|
+
"**/src/main/resources/admins/extensions/*/*.yaml",
|
|
2717
|
+
"**/src/main/resources/admins/extensions/*/*.yml"
|
|
2718
|
+
],
|
|
2719
|
+
"url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json",
|
|
2720
|
+
"versions": {
|
|
2721
|
+
"latest": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json",
|
|
2722
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json"
|
|
2723
|
+
}
|
|
2724
|
+
},
|
|
2725
|
+
{
|
|
2726
|
+
"name": "Enonic XP Admin Tool descriptor",
|
|
2727
|
+
"description": "YAML descriptor for Enonic XP Admin Tools",
|
|
2728
|
+
"fileMatch": [
|
|
2729
|
+
"**/src/main/resources/admin/tools/*/*.yaml",
|
|
2730
|
+
"**/src/main/resources/admin/tools/*/*.yml"
|
|
2731
|
+
],
|
|
2732
|
+
"url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json",
|
|
2733
|
+
"versions": {
|
|
2734
|
+
"latest": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json",
|
|
2735
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json"
|
|
2736
|
+
}
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"name": "Enonic XP Application descriptor",
|
|
2740
|
+
"description": "YAML descriptor for Enonic XP Applications",
|
|
2741
|
+
"fileMatch": [
|
|
2742
|
+
"**/src/main/resources/application.yaml",
|
|
2743
|
+
"**/src/main/resources/application.yml"
|
|
2744
|
+
],
|
|
2745
|
+
"url": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json",
|
|
2746
|
+
"versions": {
|
|
2747
|
+
"latest": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json",
|
|
2748
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json"
|
|
2749
|
+
}
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "Enonic XP CMS descriptor",
|
|
2753
|
+
"description": "YAML descriptor for Enonic XP CMS configuration",
|
|
2754
|
+
"fileMatch": [
|
|
2755
|
+
"**/src/main/resources/cms/cms.yaml",
|
|
2756
|
+
"**/src/main/resources/cms/cms.yml"
|
|
2757
|
+
],
|
|
2758
|
+
"url": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json",
|
|
2759
|
+
"versions": {
|
|
2760
|
+
"latest": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json",
|
|
2761
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json"
|
|
2762
|
+
}
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "Enonic XP Content Type descriptor",
|
|
2766
|
+
"description": "YAML descriptor for Enonic XP Content Types",
|
|
2767
|
+
"fileMatch": [
|
|
2768
|
+
"**/src/main/resources/cms/content-types/*/*.yaml",
|
|
2769
|
+
"**/src/main/resources/cms/content-types/*/*.yml"
|
|
2770
|
+
],
|
|
2771
|
+
"url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json",
|
|
2772
|
+
"versions": {
|
|
2773
|
+
"latest": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json",
|
|
2774
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json"
|
|
2775
|
+
}
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
"name": "Enonic XP Form Fragment descriptor",
|
|
2779
|
+
"description": "YAML descriptor for Enonic XP Form Fragments",
|
|
2780
|
+
"fileMatch": [
|
|
2781
|
+
"**/src/main/resources/cms/form-fragments/*/*.yaml",
|
|
2782
|
+
"**/src/main/resources/cms/form-fragments/*/*.yml"
|
|
2783
|
+
],
|
|
2784
|
+
"url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json",
|
|
2785
|
+
"versions": {
|
|
2786
|
+
"latest": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json",
|
|
2787
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json"
|
|
2788
|
+
}
|
|
2789
|
+
},
|
|
2790
|
+
{
|
|
2791
|
+
"name": "Enonic XP ID Provider descriptor",
|
|
2792
|
+
"description": "YAML descriptor for Enonic XP ID Providers",
|
|
2793
|
+
"fileMatch": [
|
|
2794
|
+
"**/src/main/resources/idprovider/idprovider.yaml",
|
|
2795
|
+
"**/src/main/resources/idprovider/idprovider.yml"
|
|
2796
|
+
],
|
|
2797
|
+
"url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json",
|
|
2798
|
+
"versions": {
|
|
2799
|
+
"latest": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json",
|
|
2800
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json"
|
|
2801
|
+
}
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"name": "Enonic XP Layout descriptor",
|
|
2805
|
+
"description": "YAML descriptor for Enonic XP Layouts",
|
|
2806
|
+
"fileMatch": [
|
|
2807
|
+
"**/src/main/resources/cms/layouts/*/*.yaml",
|
|
2808
|
+
"**/src/main/resources/cms/layouts/*/*.yml"
|
|
2809
|
+
],
|
|
2810
|
+
"url": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json",
|
|
2811
|
+
"versions": {
|
|
2812
|
+
"latest": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json",
|
|
2813
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json"
|
|
2814
|
+
}
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
"name": "Enonic XP Macro descriptor",
|
|
2818
|
+
"description": "YAML descriptor for Enonic XP Macros",
|
|
2819
|
+
"fileMatch": [
|
|
2820
|
+
"**/src/main/resources/cms/macros/*/*.yaml",
|
|
2821
|
+
"**/src/main/resources/cms/macros/*/*.yml"
|
|
2822
|
+
],
|
|
2823
|
+
"url": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json",
|
|
2824
|
+
"versions": {
|
|
2825
|
+
"latest": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json",
|
|
2826
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json"
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"name": "Enonic XP Mixin descriptor",
|
|
2831
|
+
"description": "YAML descriptor for Enonic XP Mixins",
|
|
2832
|
+
"fileMatch": [
|
|
2833
|
+
"**/src/main/resources/cms/mixins/*/*.yaml",
|
|
2834
|
+
"**/src/main/resources/cms/mixins/*/*.yml"
|
|
2835
|
+
],
|
|
2836
|
+
"url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json",
|
|
2837
|
+
"versions": {
|
|
2838
|
+
"latest": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json",
|
|
2839
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json"
|
|
2840
|
+
}
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"name": "Enonic XP Page descriptor",
|
|
2844
|
+
"description": "YAML descriptor for Enonic XP Pages",
|
|
2845
|
+
"fileMatch": [
|
|
2846
|
+
"**/src/main/resources/cms/pages/*/*.yaml",
|
|
2847
|
+
"**/src/main/resources/cms/pages/*/*.yml"
|
|
2848
|
+
],
|
|
2849
|
+
"url": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json",
|
|
2850
|
+
"versions": {
|
|
2851
|
+
"latest": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json",
|
|
2852
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json"
|
|
2853
|
+
}
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"name": "Enonic XP Part descriptor",
|
|
2857
|
+
"description": "YAML descriptor for Enonic XP Parts",
|
|
2858
|
+
"fileMatch": [
|
|
2859
|
+
"**/src/main/resources/cms/parts/*/*.yaml",
|
|
2860
|
+
"**/src/main/resources/cms/parts/*/*.yml"
|
|
2861
|
+
],
|
|
2862
|
+
"url": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json",
|
|
2863
|
+
"versions": {
|
|
2864
|
+
"latest": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json",
|
|
2865
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json"
|
|
2866
|
+
}
|
|
2867
|
+
},
|
|
2868
|
+
{
|
|
2869
|
+
"name": "Enonic XP Service descriptor",
|
|
2870
|
+
"description": "YAML descriptor for Enonic XP Services",
|
|
2871
|
+
"fileMatch": [
|
|
2872
|
+
"**/src/main/resources/services/*/*.yaml",
|
|
2873
|
+
"**/src/main/resources/services/*/*.yml"
|
|
2874
|
+
],
|
|
2875
|
+
"url": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json",
|
|
2876
|
+
"versions": {
|
|
2877
|
+
"latest": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json",
|
|
2878
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json"
|
|
2879
|
+
}
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"name": "Enonic XP Site descriptor",
|
|
2883
|
+
"description": "YAML descriptor for Enonic XP Sites",
|
|
2884
|
+
"fileMatch": [
|
|
2885
|
+
"**/src/main/resources/cms/site.yaml",
|
|
2886
|
+
"**/src/main/resources/cms/site.yml"
|
|
2887
|
+
],
|
|
2888
|
+
"url": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json",
|
|
2889
|
+
"versions": {
|
|
2890
|
+
"latest": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json",
|
|
2891
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json"
|
|
2892
|
+
}
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
"name": "Enonic XP Style descriptor",
|
|
2896
|
+
"description": "YAML descriptor for Enonic XP Styles",
|
|
2897
|
+
"fileMatch": [
|
|
2898
|
+
"**/src/main/resources/cms/style/style.yaml",
|
|
2899
|
+
"**/src/main/resources/cms/style/style.yml"
|
|
2900
|
+
],
|
|
2901
|
+
"url": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json",
|
|
2902
|
+
"versions": {
|
|
2903
|
+
"latest": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json",
|
|
2904
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json"
|
|
2905
|
+
}
|
|
2906
|
+
},
|
|
2907
|
+
{
|
|
2908
|
+
"name": "Enonic XP Task descriptor",
|
|
2909
|
+
"description": "YAML descriptor for Enonic XP Tasks",
|
|
2910
|
+
"fileMatch": [
|
|
2911
|
+
"**/src/main/resources/tasks/*/*.yaml",
|
|
2912
|
+
"**/src/main/resources/tasks/*/*.yml"
|
|
2913
|
+
],
|
|
2914
|
+
"url": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json",
|
|
2915
|
+
"versions": {
|
|
2916
|
+
"latest": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json",
|
|
2917
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json"
|
|
2918
|
+
}
|
|
2919
|
+
},
|
|
2920
|
+
{
|
|
2921
|
+
"name": "Enonic XP Webapp descriptor",
|
|
2922
|
+
"description": "YAML descriptor for Enonic XP Webapps",
|
|
2923
|
+
"fileMatch": [
|
|
2924
|
+
"**/src/main/resources/webapp/webapp.yaml",
|
|
2925
|
+
"**/src/main/resources/webapp/webapp.yml"
|
|
2926
|
+
],
|
|
2927
|
+
"url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json",
|
|
2928
|
+
"versions": {
|
|
2929
|
+
"latest": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json",
|
|
2930
|
+
"8.0.0-B4": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json"
|
|
2931
|
+
}
|
|
2932
|
+
},
|
|
2699
2933
|
{
|
|
2700
2934
|
"name": ".esmrc.json",
|
|
2701
2935
|
"description": "Configuration files for the esm module/package in Node.js",
|
|
@@ -9866,6 +10100,66 @@
|
|
|
9866
10100
|
"description": "Interface specification for anything runnable \u2014 scripts, apps, and MCP tools",
|
|
9867
10101
|
"fileMatch": ["runspec.toml"],
|
|
9868
10102
|
"url": "https://raw.githubusercontent.com/JasonFinestone/runspec/main/schema/runspec.schema.json"
|
|
10103
|
+
},
|
|
10104
|
+
{
|
|
10105
|
+
"name": "dacier.yml",
|
|
10106
|
+
"description": "Dacier configuration file",
|
|
10107
|
+
"fileMatch": ["dacier.yml", "dacier.yaml"],
|
|
10108
|
+
"url": "https://raw.githubusercontent.com/daciertech/SchedulerStartup/refs/heads/main/.schemas/dacier-schema-vscode.json"
|
|
10109
|
+
},
|
|
10110
|
+
{
|
|
10111
|
+
"name": "Qlik Talend Cloud Pipeline - Project",
|
|
10112
|
+
"description": "QTCP project definition",
|
|
10113
|
+
"fileMatch": ["**/qtcp_project.yaml"],
|
|
10114
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/project.schema.json"
|
|
10115
|
+
},
|
|
10116
|
+
{
|
|
10117
|
+
"name": "Qlik Talend Cloud Pipeline - Task",
|
|
10118
|
+
"description": "Task definition within QTCP project",
|
|
10119
|
+
"fileMatch": ["**/qtcp_tasks/*/task.yaml"],
|
|
10120
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.schema.json"
|
|
10121
|
+
},
|
|
10122
|
+
{
|
|
10123
|
+
"name": "Qlik Talend Cloud Pipeline - Dataset",
|
|
10124
|
+
"description": "Dataset definition within QTCP task",
|
|
10125
|
+
"fileMatch": ["**/qtcp_tasks/*/datasets/*.yaml"],
|
|
10126
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.dataset.schema.json"
|
|
10127
|
+
},
|
|
10128
|
+
{
|
|
10129
|
+
"name": "Qlik Talend Cloud Pipeline - Schedule",
|
|
10130
|
+
"description": "Scheduling definition for QTCP tasks",
|
|
10131
|
+
"fileMatch": ["**/qtcp_tasks/*/schedule.yaml"],
|
|
10132
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.schedule.schema.json"
|
|
10133
|
+
},
|
|
10134
|
+
{
|
|
10135
|
+
"name": "Qlik Talend Cloud Pipeline - Data Model",
|
|
10136
|
+
"description": "Data model definition for QTCP tasks",
|
|
10137
|
+
"fileMatch": ["**/qtcp_tasks/*/model.yaml"],
|
|
10138
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.model.schema.json"
|
|
10139
|
+
},
|
|
10140
|
+
{
|
|
10141
|
+
"name": "Qlik Talend Cloud Pipeline - Source Selection",
|
|
10142
|
+
"description": "Source selection definition for QTCP tasks",
|
|
10143
|
+
"fileMatch": ["**/qtcp_tasks/*/sourceselection.yaml"],
|
|
10144
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.sourceselection.schema.json"
|
|
10145
|
+
},
|
|
10146
|
+
{
|
|
10147
|
+
"name": "Qlik Talend Cloud Pipeline - Transformation Rules",
|
|
10148
|
+
"description": "Transformation rules definition for QTCP tasks",
|
|
10149
|
+
"fileMatch": ["**/qtcp_tasks/*/transformationrules.yaml"],
|
|
10150
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.transformation.rules.schema.json"
|
|
10151
|
+
},
|
|
10152
|
+
{
|
|
10153
|
+
"name": "Qlik Talend Cloud Pipeline - Transformation Data Flow",
|
|
10154
|
+
"description": "Transformation data flow definition for QTCP tasks",
|
|
10155
|
+
"fileMatch": ["**/qtcp_tasks/*/transformationdataflow/*.yaml"],
|
|
10156
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/task.transformationdataflow.schema.json"
|
|
10157
|
+
},
|
|
10158
|
+
{
|
|
10159
|
+
"name": "Qlik Talend Cloud Pipeline - New Task Defaults",
|
|
10160
|
+
"description": "Default configurations for creating new QTCP tasks (via the UI)",
|
|
10161
|
+
"fileMatch": ["**/qtcp_tasks/newtaskdefaults.yaml"],
|
|
10162
|
+
"url": "https://raw.githubusercontent.com/qlik-oss/schemas/refs/heads/main/qtcp/newtaskdefaults.schema.json"
|
|
9869
10163
|
}
|
|
9870
10164
|
]
|
|
9871
10165
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.72.0-next.
|
|
3
|
+
"version": "1.72.0-next.30+a67ba2fe7",
|
|
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.72.0-next.
|
|
21
|
-
"@theia/request": "1.72.0-next.
|
|
20
|
+
"@theia/application-package": "1.72.0-next.30+a67ba2fe7",
|
|
21
|
+
"@theia/request": "1.72.0-next.30+a67ba2fe7",
|
|
22
22
|
"@types/body-parser": "^1.19.6",
|
|
23
23
|
"@types/express": "^4.17.25",
|
|
24
24
|
"@types/fs-extra": "^4.0.15",
|
|
@@ -221,5 +221,5 @@
|
|
|
221
221
|
"nyc": {
|
|
222
222
|
"extends": "../../configs/nyc.json"
|
|
223
223
|
},
|
|
224
|
-
"gitHead": "
|
|
224
|
+
"gitHead": "a67ba2fe771f798785a36f009e32d39f134e3bed"
|
|
225
225
|
}
|