@theia/core 1.72.1 → 1.72.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 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.72.1`](https://www.npmjs.com/package/@theia/application-package/v/1.72.1))
89
- - `@theia/application-package/lib/api` (from [`@theia/application-package@1.72.1`](https://www.npmjs.com/package/@theia/application-package/v/1.72.1))
90
- - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.72.1`](https://www.npmjs.com/package/@theia/application-package/v/1.72.1))
91
- - `@theia/request` (from [`@theia/request@1.72.1`](https://www.npmjs.com/package/@theia/request/v/1.72.1))
92
- - `@theia/request/lib/proxy` (from [`@theia/request@1.72.1`](https://www.npmjs.com/package/@theia/request/v/1.72.1))
93
- - `@theia/request/lib/node-request-service` (from [`@theia/request@1.72.1`](https://www.npmjs.com/package/@theia/request/v/1.72.1))
88
+ - `@theia/application-package` (from [`@theia/application-package@1.72.2`](https://www.npmjs.com/package/@theia/application-package/v/1.72.2))
89
+ - `@theia/application-package/lib/api` (from [`@theia/application-package@1.72.2`](https://www.npmjs.com/package/@theia/application-package/v/1.72.2))
90
+ - `@theia/application-package/lib/environment` (from [`@theia/application-package@1.72.2`](https://www.npmjs.com/package/@theia/application-package/v/1.72.2))
91
+ - `@theia/request` (from [`@theia/request@1.72.2`](https://www.npmjs.com/package/@theia/request/v/1.72.2))
92
+ - `@theia/request/lib/proxy` (from [`@theia/request@1.72.2`](https://www.npmjs.com/package/@theia/request/v/1.72.2))
93
+ - `@theia/request/lib/node-request-service` (from [`@theia/request@1.72.2`](https://www.npmjs.com/package/@theia/request/v/1.72.2))
94
94
  - `fs-extra` (from [`fs-extra@^4.0.3`](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))
@@ -2713,23 +2713,27 @@
2713
2713
  "**/src/main/resources/apis/*/*.yaml",
2714
2714
  "**/src/main/resources/apis/*/*.yml"
2715
2715
  ],
2716
- "url": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json",
2716
+ "url": "https://www.schemastore.org/enonic-xp-api-8.0.0.json",
2717
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"
2718
+ "latest": "https://www.schemastore.org/enonic-xp-api-8.0.0.json",
2719
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-api-8.0.0-B4.json",
2720
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-api-8.0.0-B5.json",
2721
+ "8.0.0": "https://www.schemastore.org/enonic-xp-api-8.0.0.json"
2720
2722
  }
2721
2723
  },
2722
2724
  {
2723
2725
  "name": "Enonic XP Admin Extension descriptor",
2724
2726
  "description": "YAML descriptor for Enonic XP Admin Extensions",
2725
2727
  "fileMatch": [
2726
- "**/src/main/resources/admins/extensions/*/*.yaml",
2727
- "**/src/main/resources/admins/extensions/*/*.yml"
2728
+ "**/src/main/resources/admin/extensions/*/*.yaml",
2729
+ "**/src/main/resources/admin/extensions/*/*.yml"
2728
2730
  ],
2729
- "url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json",
2731
+ "url": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json",
2730
2732
  "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
+ "latest": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json",
2734
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B4.json",
2735
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0-B5.json",
2736
+ "8.0.0": "https://www.schemastore.org/enonic-xp-admin-extension-8.0.0.json"
2733
2737
  }
2734
2738
  },
2735
2739
  {
@@ -2739,23 +2743,27 @@
2739
2743
  "**/src/main/resources/admin/tools/*/*.yaml",
2740
2744
  "**/src/main/resources/admin/tools/*/*.yml"
2741
2745
  ],
2742
- "url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json",
2746
+ "url": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json",
2743
2747
  "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"
2748
+ "latest": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json",
2749
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B4.json",
2750
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0-B5.json",
2751
+ "8.0.0": "https://www.schemastore.org/enonic-xp-admin-tool-8.0.0.json"
2746
2752
  }
2747
2753
  },
2748
2754
  {
2749
2755
  "name": "Enonic XP Application descriptor",
2750
2756
  "description": "YAML descriptor for Enonic XP Applications",
2751
2757
  "fileMatch": [
2752
- "**/src/main/resources/application.yaml",
2753
- "**/src/main/resources/application.yml"
2758
+ "**/src/main/resources/enonic.yaml",
2759
+ "**/src/main/resources/enonic.yml"
2754
2760
  ],
2755
- "url": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json",
2761
+ "url": "https://www.schemastore.org/enonic-xp-application-8.0.0.json",
2756
2762
  "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"
2763
+ "latest": "https://www.schemastore.org/enonic-xp-application-8.0.0.json",
2764
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-application-8.0.0-B4.json",
2765
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-application-8.0.0-B5.json",
2766
+ "8.0.0": "https://www.schemastore.org/enonic-xp-application-8.0.0.json"
2759
2767
  }
2760
2768
  },
2761
2769
  {
@@ -2765,10 +2773,12 @@
2765
2773
  "**/src/main/resources/cms/cms.yaml",
2766
2774
  "**/src/main/resources/cms/cms.yml"
2767
2775
  ],
2768
- "url": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json",
2776
+ "url": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json",
2769
2777
  "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"
2778
+ "latest": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json",
2779
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B4.json",
2780
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-cms-8.0.0-B5.json",
2781
+ "8.0.0": "https://www.schemastore.org/enonic-xp-cms-8.0.0.json"
2772
2782
  }
2773
2783
  },
2774
2784
  {
@@ -2778,10 +2788,12 @@
2778
2788
  "**/src/main/resources/cms/content-types/*/*.yaml",
2779
2789
  "**/src/main/resources/cms/content-types/*/*.yml"
2780
2790
  ],
2781
- "url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json",
2791
+ "url": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json",
2782
2792
  "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"
2793
+ "latest": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json",
2794
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B4.json",
2795
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-content-type-8.0.0-B5.json",
2796
+ "8.0.0": "https://www.schemastore.org/enonic-xp-content-type-8.0.0.json"
2785
2797
  }
2786
2798
  },
2787
2799
  {
@@ -2791,10 +2803,12 @@
2791
2803
  "**/src/main/resources/cms/form-fragments/*/*.yaml",
2792
2804
  "**/src/main/resources/cms/form-fragments/*/*.yml"
2793
2805
  ],
2794
- "url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json",
2806
+ "url": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json",
2795
2807
  "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"
2808
+ "latest": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json",
2809
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B4.json",
2810
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0-B5.json",
2811
+ "8.0.0": "https://www.schemastore.org/enonic-xp-form-fragment-8.0.0.json"
2798
2812
  }
2799
2813
  },
2800
2814
  {
@@ -2804,10 +2818,12 @@
2804
2818
  "**/src/main/resources/idprovider/idprovider.yaml",
2805
2819
  "**/src/main/resources/idprovider/idprovider.yml"
2806
2820
  ],
2807
- "url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json",
2821
+ "url": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json",
2808
2822
  "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"
2823
+ "latest": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json",
2824
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B4.json",
2825
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0-B5.json",
2826
+ "8.0.0": "https://www.schemastore.org/enonic-xp-idprovider-8.0.0.json"
2811
2827
  }
2812
2828
  },
2813
2829
  {
@@ -2817,10 +2833,12 @@
2817
2833
  "**/src/main/resources/cms/layouts/*/*.yaml",
2818
2834
  "**/src/main/resources/cms/layouts/*/*.yml"
2819
2835
  ],
2820
- "url": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json",
2836
+ "url": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json",
2821
2837
  "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"
2838
+ "latest": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json",
2839
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B4.json",
2840
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-layout-8.0.0-B5.json",
2841
+ "8.0.0": "https://www.schemastore.org/enonic-xp-layout-8.0.0.json"
2824
2842
  }
2825
2843
  },
2826
2844
  {
@@ -2830,10 +2848,12 @@
2830
2848
  "**/src/main/resources/cms/macros/*/*.yaml",
2831
2849
  "**/src/main/resources/cms/macros/*/*.yml"
2832
2850
  ],
2833
- "url": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json",
2851
+ "url": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json",
2834
2852
  "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"
2853
+ "latest": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json",
2854
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B4.json",
2855
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-macro-8.0.0-B5.json",
2856
+ "8.0.0": "https://www.schemastore.org/enonic-xp-macro-8.0.0.json"
2837
2857
  }
2838
2858
  },
2839
2859
  {
@@ -2843,10 +2863,12 @@
2843
2863
  "**/src/main/resources/cms/mixins/*/*.yaml",
2844
2864
  "**/src/main/resources/cms/mixins/*/*.yml"
2845
2865
  ],
2846
- "url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json",
2866
+ "url": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json",
2847
2867
  "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"
2868
+ "latest": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json",
2869
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B4.json",
2870
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-mixin-8.0.0-B5.json",
2871
+ "8.0.0": "https://www.schemastore.org/enonic-xp-mixin-8.0.0.json"
2850
2872
  }
2851
2873
  },
2852
2874
  {
@@ -2856,10 +2878,12 @@
2856
2878
  "**/src/main/resources/cms/pages/*/*.yaml",
2857
2879
  "**/src/main/resources/cms/pages/*/*.yml"
2858
2880
  ],
2859
- "url": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json",
2881
+ "url": "https://www.schemastore.org/enonic-xp-page-8.0.0.json",
2860
2882
  "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"
2883
+ "latest": "https://www.schemastore.org/enonic-xp-page-8.0.0.json",
2884
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-page-8.0.0-B4.json",
2885
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-page-8.0.0-B5.json",
2886
+ "8.0.0": "https://www.schemastore.org/enonic-xp-page-8.0.0.json"
2863
2887
  }
2864
2888
  },
2865
2889
  {
@@ -2869,10 +2893,12 @@
2869
2893
  "**/src/main/resources/cms/parts/*/*.yaml",
2870
2894
  "**/src/main/resources/cms/parts/*/*.yml"
2871
2895
  ],
2872
- "url": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json",
2896
+ "url": "https://www.schemastore.org/enonic-xp-part-8.0.0.json",
2873
2897
  "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"
2898
+ "latest": "https://www.schemastore.org/enonic-xp-part-8.0.0.json",
2899
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-part-8.0.0-B4.json",
2900
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-part-8.0.0-B5.json",
2901
+ "8.0.0": "https://www.schemastore.org/enonic-xp-part-8.0.0.json"
2876
2902
  }
2877
2903
  },
2878
2904
  {
@@ -2882,10 +2908,12 @@
2882
2908
  "**/src/main/resources/services/*/*.yaml",
2883
2909
  "**/src/main/resources/services/*/*.yml"
2884
2910
  ],
2885
- "url": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json",
2911
+ "url": "https://www.schemastore.org/enonic-xp-service-8.0.0.json",
2886
2912
  "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"
2913
+ "latest": "https://www.schemastore.org/enonic-xp-service-8.0.0.json",
2914
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-service-8.0.0-B4.json",
2915
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-service-8.0.0-B5.json",
2916
+ "8.0.0": "https://www.schemastore.org/enonic-xp-service-8.0.0.json"
2889
2917
  }
2890
2918
  },
2891
2919
  {
@@ -2895,10 +2923,12 @@
2895
2923
  "**/src/main/resources/cms/site.yaml",
2896
2924
  "**/src/main/resources/cms/site.yml"
2897
2925
  ],
2898
- "url": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json",
2926
+ "url": "https://www.schemastore.org/enonic-xp-site-8.0.0.json",
2899
2927
  "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"
2928
+ "latest": "https://www.schemastore.org/enonic-xp-site-8.0.0.json",
2929
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-site-8.0.0-B4.json",
2930
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-site-8.0.0-B5.json",
2931
+ "8.0.0": "https://www.schemastore.org/enonic-xp-site-8.0.0.json"
2902
2932
  }
2903
2933
  },
2904
2934
  {
@@ -2908,10 +2938,12 @@
2908
2938
  "**/src/main/resources/cms/style/style.yaml",
2909
2939
  "**/src/main/resources/cms/style/style.yml"
2910
2940
  ],
2911
- "url": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json",
2941
+ "url": "https://www.schemastore.org/enonic-xp-style-8.0.0.json",
2912
2942
  "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"
2943
+ "latest": "https://www.schemastore.org/enonic-xp-style-8.0.0.json",
2944
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-style-8.0.0-B4.json",
2945
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-style-8.0.0-B5.json",
2946
+ "8.0.0": "https://www.schemastore.org/enonic-xp-style-8.0.0.json"
2915
2947
  }
2916
2948
  },
2917
2949
  {
@@ -2921,10 +2953,12 @@
2921
2953
  "**/src/main/resources/tasks/*/*.yaml",
2922
2954
  "**/src/main/resources/tasks/*/*.yml"
2923
2955
  ],
2924
- "url": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json",
2956
+ "url": "https://www.schemastore.org/enonic-xp-task-8.0.0.json",
2925
2957
  "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"
2958
+ "latest": "https://www.schemastore.org/enonic-xp-task-8.0.0.json",
2959
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-task-8.0.0-B4.json",
2960
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-task-8.0.0-B5.json",
2961
+ "8.0.0": "https://www.schemastore.org/enonic-xp-task-8.0.0.json"
2928
2962
  }
2929
2963
  },
2930
2964
  {
@@ -2934,10 +2968,12 @@
2934
2968
  "**/src/main/resources/webapp/webapp.yaml",
2935
2969
  "**/src/main/resources/webapp/webapp.yml"
2936
2970
  ],
2937
- "url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json",
2971
+ "url": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json",
2938
2972
  "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"
2973
+ "latest": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json",
2974
+ "8.0.0-B4": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B4.json",
2975
+ "8.0.0-B5": "https://www.schemastore.org/enonic-xp-webapp-8.0.0-B5.json",
2976
+ "8.0.0": "https://www.schemastore.org/enonic-xp-webapp-8.0.0.json"
2941
2977
  }
2942
2978
  },
2943
2979
  {
@@ -3947,6 +3983,17 @@
3947
3983
  "fileMatch": ["main_structure.yml"],
3948
3984
  "url": "https://raw.githubusercontent.com/instant-python/instant-python/main/schemas/main-structure-schema.json"
3949
3985
  },
3986
+ {
3987
+ "name": "intlayer",
3988
+ "description": "Intlayer dictionary content declaration file",
3989
+ "fileMatch": [
3990
+ "*.content.json",
3991
+ "*.content.yaml",
3992
+ "*.content.yml",
3993
+ "*.content.toml"
3994
+ ],
3995
+ "url": "https://www.schemastore.org/intlayer.json"
3996
+ },
3950
3997
  {
3951
3998
  "name": "ioBroker Configuration",
3952
3999
  "description": "The configuration file of an ioBroker installation",
@@ -8962,13 +9009,13 @@
8962
9009
  "url": "https://alec016.github.io/Custom-Machinery/Json%20Schema/src/main/resources/schemas/custom_machinery_recipe.json"
8963
9010
  },
8964
9011
  {
8965
- "name": "Nuitka.yaml",
8966
- "description": "Nuitka Package Configuration",
9012
+ "name": "Nuitka Package Config",
9013
+ "description": "Nuitka Python compiler package configuration",
8967
9014
  "fileMatch": [
8968
9015
  "*.nuitka-package.config.yml",
8969
9016
  "*.nuitka-package.config.yaml"
8970
9017
  ],
8971
- "url": "https://raw.githubusercontent.com/Nuitka/Nuitka/develop/misc/nuitka-package-config-schema.json"
9018
+ "url": "https://raw.githubusercontent.com/Nuitka/Nuitka/develop/nuitka/package_config/nuitka-package-config-schema.json"
8972
9019
  },
8973
9020
  {
8974
9021
  "name": "bioimageio resource description",
@@ -9784,7 +9831,8 @@
9784
9831
  "7.0-preview": "https://www.schemastore.org/aio-connector-metadata-7.0-preview.json",
9785
9832
  "8.0-preview": "https://www.schemastore.org/aio-connector-metadata-8.0-preview.json",
9786
9833
  "9.0-preview": "https://www.schemastore.org/aio-connector-metadata-9.0-preview.json",
9787
- "10.0-preview": "https://www.schemastore.org/aio-connector-metadata-10.0-preview.json"
9834
+ "10.0-preview": "https://www.schemastore.org/aio-connector-metadata-10.0-preview.json",
9835
+ "11.0-preview": "https://www.schemastore.org/aio-connector-metadata-11.0-preview.json"
9788
9836
  }
9789
9837
  },
9790
9838
  {
@@ -10157,7 +10205,7 @@
10157
10205
  {
10158
10206
  "name": "dacier.yml",
10159
10207
  "description": "Dacier configuration file",
10160
- "fileMatch": ["dacier.yml", "dacier.yaml"],
10208
+ "fileMatch": ["*.dacier.yml", "*.dacier.yaml"],
10161
10209
  "url": "https://raw.githubusercontent.com/daciertech/SchedulerStartup/refs/heads/main/.schemas/dacier-schema-vscode.json"
10162
10210
  },
10163
10211
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/core",
3
- "version": "1.72.1",
3
+ "version": "1.72.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.72.1",
21
- "@theia/request": "1.72.1",
20
+ "@theia/application-package": "1.72.2",
21
+ "@theia/request": "1.72.2",
22
22
  "@types/body-parser": "^1.19.6",
23
23
  "@types/express": "^4.17.25",
24
24
  "@types/fs-extra": "^4.0.15",
@@ -213,13 +213,13 @@
213
213
  "watch": "theiaext watch"
214
214
  },
215
215
  "devDependencies": {
216
- "@theia/ext-scripts": "1.72.1",
217
- "@theia/re-exports": "1.72.1",
216
+ "@theia/ext-scripts": "1.72.2",
217
+ "@theia/re-exports": "1.72.2",
218
218
  "minimist": "^1.2.8",
219
219
  "nodejs-file-downloader": "4.13.0"
220
220
  },
221
221
  "nyc": {
222
222
  "extends": "../../configs/nyc.json"
223
223
  },
224
- "gitHead": "037c4b3e52055fc9962c9761564f431fc4864eb4"
224
+ "gitHead": "a827989b5c466ae010b4f0bfad054d01d9471505"
225
225
  }