@theia/core 1.74.0-next.35 → 1.74.0-next.38
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 +100 -19
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
"$schema": "https://www.schemastore.org/schema-catalog.json",
|
|
3
3
|
"version": 1,
|
|
4
4
|
"schemas": [
|
|
5
|
+
{
|
|
6
|
+
"name": "Mermaid config",
|
|
7
|
+
"description": "Configuration for Mermaid diagrams and charts",
|
|
8
|
+
"fileMatch": ["mermaid.config.json", ".mermaidrc.json", "mermaidrc.json"],
|
|
9
|
+
"url": "https://mermaid.js.org/schemas/config.schema.json"
|
|
10
|
+
},
|
|
5
11
|
{
|
|
6
12
|
"name": "Specpin spec file",
|
|
7
13
|
"description": "Specpin business-spec file (.specs/*.spec.json): rules, descriptions, and acceptance criteria pinned to UI elements",
|
|
@@ -10,13 +16,13 @@
|
|
|
10
16
|
},
|
|
11
17
|
{
|
|
12
18
|
"name": "Burnless SRE config",
|
|
13
|
-
"description": "Burnless sre.yaml
|
|
19
|
+
"description": "Burnless sre.yaml — SLOs, error budgets, runbooks, on-call, and dashboards as code",
|
|
14
20
|
"fileMatch": ["sre.yaml", "sre.yml"],
|
|
15
21
|
"url": "https://raw.githubusercontent.com/Custos-com/Burnless/main/schema/sre.schema.json"
|
|
16
22
|
},
|
|
17
23
|
{
|
|
18
24
|
"name": "SigmaCV CV",
|
|
19
|
-
"description": "SigmaCV canonical academic-CV object
|
|
25
|
+
"description": "SigmaCV canonical academic-CV object — open, machine-readable CV metadata (publications, positions, education, funding and narrative sections) generated from open research information",
|
|
20
26
|
"fileMatch": ["**/*.sigmacv.json"],
|
|
21
27
|
"url": "https://www.schemastore.org/sigmacv.json"
|
|
22
28
|
},
|
|
@@ -122,6 +128,16 @@
|
|
|
122
128
|
"fileMatch": ["accelerator.yaml"],
|
|
123
129
|
"url": "https://www.schemastore.org/accelerator.json"
|
|
124
130
|
},
|
|
131
|
+
{
|
|
132
|
+
"name": "Amazon S3 bucket CORS",
|
|
133
|
+
"description": "JSON CORS configuration for Amazon S3 buckets",
|
|
134
|
+
"fileMatch": [
|
|
135
|
+
"**/s3-cors.json",
|
|
136
|
+
"**/s3-bucket-cors.json",
|
|
137
|
+
"**/s3-cors-configuration.json"
|
|
138
|
+
],
|
|
139
|
+
"url": "https://www.schemastore.org/s3-bucket-cors.json"
|
|
140
|
+
},
|
|
125
141
|
{
|
|
126
142
|
"name": "amplify.yml",
|
|
127
143
|
"description": "AWS Amplify Console build settings file",
|
|
@@ -2785,6 +2801,15 @@
|
|
|
2785
2801
|
"fileMatch": ["**/eca/config.json", "**/.eca/config.json"],
|
|
2786
2802
|
"url": "https://eca.dev/config.json"
|
|
2787
2803
|
},
|
|
2804
|
+
{
|
|
2805
|
+
"name": "editorconfig-checker",
|
|
2806
|
+
"description": "editorconfig-checker configuration file",
|
|
2807
|
+
"fileMatch": [".editorconfig-checker.json"],
|
|
2808
|
+
"url": "https://raw.githubusercontent.com/editorconfig-checker/editorconfig-checker/main/.editorconfig-checker.schema.json",
|
|
2809
|
+
"versions": {
|
|
2810
|
+
"3.8.0": "https://raw.githubusercontent.com/editorconfig-checker/editorconfig-checker/v3.8.0/.editorconfig-checker.schema.json"
|
|
2811
|
+
}
|
|
2812
|
+
},
|
|
2788
2813
|
{
|
|
2789
2814
|
"name": "eksctl",
|
|
2790
2815
|
"description": "eksctl cluster configuration file",
|
|
@@ -4552,6 +4577,17 @@
|
|
|
4552
4577
|
"fileMatch": [".kubri.yaml", ".kubri.yml", "kubri.yaml", "kubri.yml"],
|
|
4553
4578
|
"url": "https://kubri.dev/schema.json"
|
|
4554
4579
|
},
|
|
4580
|
+
{
|
|
4581
|
+
"name": "kind cluster",
|
|
4582
|
+
"description": "Configuration file for kind (Kubernetes IN Docker) clusters",
|
|
4583
|
+
"fileMatch": [
|
|
4584
|
+
"kind.yaml",
|
|
4585
|
+
"kind.yml",
|
|
4586
|
+
"**/kind-config.yaml",
|
|
4587
|
+
"**/kind-config.yml"
|
|
4588
|
+
],
|
|
4589
|
+
"url": "https://www.schemastore.org/kind-cluster.json"
|
|
4590
|
+
},
|
|
4555
4591
|
{
|
|
4556
4592
|
"name": "kustomization.yaml",
|
|
4557
4593
|
"description": "Kubernetes native configuration management",
|
|
@@ -4696,6 +4732,12 @@
|
|
|
4696
4732
|
"fileMatch": [".luaurc"],
|
|
4697
4733
|
"url": "https://www.schemastore.org/luaurc.json"
|
|
4698
4734
|
},
|
|
4735
|
+
{
|
|
4736
|
+
"name": "Madge configuration",
|
|
4737
|
+
"description": "Madge module dependency analysis configuration file",
|
|
4738
|
+
"fileMatch": [".madgerc"],
|
|
4739
|
+
"url": "https://www.schemastore.org/madge.json"
|
|
4740
|
+
},
|
|
4699
4741
|
{
|
|
4700
4742
|
"name": "Mado configuration",
|
|
4701
4743
|
"description": "Mado markdown linter configuration file",
|
|
@@ -5150,7 +5192,7 @@
|
|
|
5150
5192
|
},
|
|
5151
5193
|
{
|
|
5152
5194
|
"name": "nest-cli",
|
|
5153
|
-
"description": "A progressive Node.js framework for building efficient and scalable server-side applications
|
|
5195
|
+
"description": "A progressive Node.js framework for building efficient and scalable server-side applications 🚀",
|
|
5154
5196
|
"fileMatch": [
|
|
5155
5197
|
".nestcli.json",
|
|
5156
5198
|
".nest-cli.json",
|
|
@@ -5323,7 +5365,14 @@
|
|
|
5323
5365
|
{
|
|
5324
5366
|
"name": "openapi.json",
|
|
5325
5367
|
"description": "An OpenAPI documentation file",
|
|
5326
|
-
"fileMatch": [
|
|
5368
|
+
"fileMatch": [
|
|
5369
|
+
"openapi.json",
|
|
5370
|
+
"openapi.yml",
|
|
5371
|
+
"openapi.yaml",
|
|
5372
|
+
"*.openapi.json",
|
|
5373
|
+
"*.openapi.yml",
|
|
5374
|
+
"*.openapi.yaml"
|
|
5375
|
+
],
|
|
5327
5376
|
"url": "https://www.schemastore.org/openapi-3.X.json"
|
|
5328
5377
|
},
|
|
5329
5378
|
{
|
|
@@ -5859,7 +5908,7 @@
|
|
|
5859
5908
|
},
|
|
5860
5909
|
{
|
|
5861
5910
|
"name": "PRML manifest",
|
|
5862
|
-
"description": "Pre-Registered ML Manifest
|
|
5911
|
+
"description": "Pre-Registered ML Manifest — 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",
|
|
5863
5912
|
"fileMatch": [
|
|
5864
5913
|
"*.prml.yaml",
|
|
5865
5914
|
"*.prml.yml",
|
|
@@ -6110,7 +6159,7 @@
|
|
|
6110
6159
|
},
|
|
6111
6160
|
{
|
|
6112
6161
|
"name": ".putout.json",
|
|
6113
|
-
"description": "
|
|
6162
|
+
"description": "🐊Putout configuration file",
|
|
6114
6163
|
"fileMatch": [".putout.json"],
|
|
6115
6164
|
"url": "https://www.schemastore.org/putout.json"
|
|
6116
6165
|
},
|
|
@@ -6359,7 +6408,7 @@
|
|
|
6359
6408
|
},
|
|
6360
6409
|
{
|
|
6361
6410
|
"name": "JSON Resume",
|
|
6362
|
-
"description": "JSON
|
|
6411
|
+
"description": "JSON résumé files",
|
|
6363
6412
|
"fileMatch": [
|
|
6364
6413
|
"**/resume.json",
|
|
6365
6414
|
"**/*.resume.json",
|
|
@@ -7245,7 +7294,7 @@
|
|
|
7245
7294
|
},
|
|
7246
7295
|
{
|
|
7247
7296
|
"name": "Tombi",
|
|
7248
|
-
"description": "Tombi (
|
|
7297
|
+
"description": "Tombi (鳶) is a toolkit for TOML; providing a formatter/linter and language server",
|
|
7249
7298
|
"fileMatch": ["tombi.toml", "**/tombi/config.toml"],
|
|
7250
7299
|
"url": "https://www.schemastore.org/tombi.json"
|
|
7251
7300
|
},
|
|
@@ -7317,9 +7366,15 @@
|
|
|
7317
7366
|
"fileMatch": ["trime.yaml", "trime.yml", "*.trime.yaml", "*.trime.yml"],
|
|
7318
7367
|
"url": "https://raw.githubusercontent.com/osfans/trime/develop/doc/trime-schema.json"
|
|
7319
7368
|
},
|
|
7369
|
+
{
|
|
7370
|
+
"name": "Trivy",
|
|
7371
|
+
"description": "Configuration file for Trivy security scanner (trivy.yaml)",
|
|
7372
|
+
"fileMatch": ["trivy.yaml", "trivy.yml", ".trivy.yaml", ".trivy.yml"],
|
|
7373
|
+
"url": "https://raw.githubusercontent.com/aquasecurity/trivy/main/schema/trivy-config.json"
|
|
7374
|
+
},
|
|
7320
7375
|
{
|
|
7321
7376
|
"name": "TrueScript for *.tscript files",
|
|
7322
|
-
"description": "The Ultimate Script Language for monday.com -
|
|
7377
|
+
"description": "The Ultimate Script Language for monday.com - © 2024 MakeITSimple",
|
|
7323
7378
|
"fileMatch": ["*.tscript", "*.tscript.yaml", "*.tscript.yml"],
|
|
7324
7379
|
"url": "https://www.schemastore.org/truescript.json",
|
|
7325
7380
|
"versions": {
|
|
@@ -7869,7 +7924,7 @@
|
|
|
7869
7924
|
},
|
|
7870
7925
|
{
|
|
7871
7926
|
"name": "huskyrc",
|
|
7872
|
-
"description": "Husky can prevent bad `git commit`, `git push` and more
|
|
7927
|
+
"description": "Husky can prevent bad `git commit`, `git push` and more 🐶 woof!",
|
|
7873
7928
|
"fileMatch": [".huskyrc", ".huskyrc.json"],
|
|
7874
7929
|
"url": "https://www.schemastore.org/huskyrc.json"
|
|
7875
7930
|
},
|
|
@@ -7901,6 +7956,17 @@
|
|
|
7901
7956
|
],
|
|
7902
7957
|
"url": "https://www.schemastore.org/mdxlintrc.json"
|
|
7903
7958
|
},
|
|
7959
|
+
{
|
|
7960
|
+
"name": "misata.yaml",
|
|
7961
|
+
"description": "Misata synthetic-data declaration: tables, relationships, exact aggregate curves, and identities for the misata generator",
|
|
7962
|
+
"fileMatch": [
|
|
7963
|
+
"misata.yaml",
|
|
7964
|
+
"misata.yml",
|
|
7965
|
+
"*.misata.yaml",
|
|
7966
|
+
"*.misata.yml"
|
|
7967
|
+
],
|
|
7968
|
+
"url": "https://raw.githubusercontent.com/rasinmuhammed/misata/main/schema/misata.schema.json"
|
|
7969
|
+
},
|
|
7904
7970
|
{
|
|
7905
7971
|
"name": "mirrord config",
|
|
7906
7972
|
"description": "mirrord",
|
|
@@ -8095,8 +8161,8 @@
|
|
|
8095
8161
|
"url": "https://www.schemastore.org/container-structure-test.json"
|
|
8096
8162
|
},
|
|
8097
8163
|
{
|
|
8098
|
-
"name": "
|
|
8099
|
-
"description": "
|
|
8164
|
+
"name": "Žinoma",
|
|
8165
|
+
"description": "Žinoma incremental build configuration",
|
|
8100
8166
|
"fileMatch": ["zinoma.yml"],
|
|
8101
8167
|
"url": "https://github.com/fbecart/zinoma/releases/latest/download/zinoma-schema.json"
|
|
8102
8168
|
},
|
|
@@ -8368,7 +8434,7 @@
|
|
|
8368
8434
|
},
|
|
8369
8435
|
{
|
|
8370
8436
|
"name": "Render Blueprints",
|
|
8371
|
-
"description": "Blueprints are Render
|
|
8437
|
+
"description": "Blueprints are Render’s infrastructure-as-code model for defining, deploying, and managing multiple resources with a single YAML file",
|
|
8372
8438
|
"fileMatch": ["**/*render.yaml"],
|
|
8373
8439
|
"url": "https://render.com/schema/render.yaml.json"
|
|
8374
8440
|
},
|
|
@@ -10132,7 +10198,7 @@
|
|
|
10132
10198
|
},
|
|
10133
10199
|
{
|
|
10134
10200
|
"name": "Deployah Configuration",
|
|
10135
|
-
"description": "CLI tool that makes Kubernetes deployments effortless
|
|
10201
|
+
"description": "CLI tool that makes Kubernetes deployments effortless—no Helm or K8s expertise required",
|
|
10136
10202
|
"fileMatch": [
|
|
10137
10203
|
"deployah.yaml",
|
|
10138
10204
|
"deployah.yml",
|
|
@@ -10440,7 +10506,7 @@
|
|
|
10440
10506
|
},
|
|
10441
10507
|
{
|
|
10442
10508
|
"name": "OpenDecree",
|
|
10443
|
-
"description": "OpenDecree definition file (https://opendecree.dev)
|
|
10509
|
+
"description": "OpenDecree definition file (https://opendecree.dev) — describes typed configuration fields, constraints, and metadata that the OpenDecree configuration management service serves to applications",
|
|
10444
10510
|
"fileMatch": [
|
|
10445
10511
|
"decree.schema.yaml",
|
|
10446
10512
|
"decree.schema.yml",
|
|
@@ -10454,7 +10520,7 @@
|
|
|
10454
10520
|
},
|
|
10455
10521
|
{
|
|
10456
10522
|
"name": "OpenDecree Configuration",
|
|
10457
|
-
"description": "OpenDecree configuration values file (https://opendecree.dev)
|
|
10523
|
+
"description": "OpenDecree configuration values file (https://opendecree.dev) — concrete values for fields declared in a paired main decree yaml",
|
|
10458
10524
|
"fileMatch": [
|
|
10459
10525
|
"decree.config.yaml",
|
|
10460
10526
|
"decree.config.yml",
|
|
@@ -10468,7 +10534,7 @@
|
|
|
10468
10534
|
},
|
|
10469
10535
|
{
|
|
10470
10536
|
"name": "Envelope Team Definition",
|
|
10471
|
-
"description": "Open standard for AI agent team definitions
|
|
10537
|
+
"description": "Open standard for AI agent team definitions — declare agents, roles, tools, access policies, and pipelines in a single versioned document",
|
|
10472
10538
|
"fileMatch": ["*.envelope.json", "team.envelope.json"],
|
|
10473
10539
|
"url": "https://schema.openenvelope.org/team/v1.json"
|
|
10474
10540
|
},
|
|
@@ -10480,7 +10546,7 @@
|
|
|
10480
10546
|
},
|
|
10481
10547
|
{
|
|
10482
10548
|
"name": "memnex",
|
|
10483
|
-
"description": "Open specification for portable meeting outputs
|
|
10549
|
+
"description": "Open specification for portable meeting outputs — transcripts, summaries, action items, and decisions. https://memnex.org",
|
|
10484
10550
|
"fileMatch": ["*.memnex.json", "meeting-output.json"],
|
|
10485
10551
|
"url": "https://memnex.org/schema/v0.2/meeting-output.schema.json",
|
|
10486
10552
|
"versions": {
|
|
@@ -10490,7 +10556,7 @@
|
|
|
10490
10556
|
},
|
|
10491
10557
|
{
|
|
10492
10558
|
"name": "runspec",
|
|
10493
|
-
"description": "Interface specification for anything runnable
|
|
10559
|
+
"description": "Interface specification for anything runnable — scripts, apps, and MCP tools",
|
|
10494
10560
|
"fileMatch": ["runspec.toml"],
|
|
10495
10561
|
"url": "https://raw.githubusercontent.com/JasonFinestone/runspec/main/schema/runspec.schema.json"
|
|
10496
10562
|
},
|
|
@@ -10606,6 +10672,21 @@
|
|
|
10606
10672
|
"description": "Configuration file for the slang-server SystemVerilog language server. Documentation: https://hudson-trading.github.io/slang-server",
|
|
10607
10673
|
"fileMatch": ["**/.slang/server.json", "**/.slang/local/server.json"],
|
|
10608
10674
|
"url": "https://raw.githubusercontent.com/hudson-trading/slang-server/refs/heads/main/clients/vscode/resources/config.schema.json"
|
|
10675
|
+
},
|
|
10676
|
+
{
|
|
10677
|
+
"name": "Heloisa Assistant Plugins Marketplace",
|
|
10678
|
+
"description": "Validation rules for the Heloísa assistant's plugin catalog",
|
|
10679
|
+
"fileMatch": ["heloisa-marketplace.json"],
|
|
10680
|
+
"url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/heloisa-marketplace.json"
|
|
10681
|
+
},
|
|
10682
|
+
{
|
|
10683
|
+
"name": "OKF Graph",
|
|
10684
|
+
"description": "Graph generated for an OKF bundle",
|
|
10685
|
+
"fileMatch": ["okf.json"],
|
|
10686
|
+
"url": "https://www.schemastore.org/okf-0.1.json",
|
|
10687
|
+
"versions": {
|
|
10688
|
+
"0.1": "https://www.schemastore.org/okf-0.1.json"
|
|
10689
|
+
}
|
|
10609
10690
|
}
|
|
10610
10691
|
]
|
|
10611
10692
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.74.0-next.
|
|
3
|
+
"version": "1.74.0-next.38+3595b053a",
|
|
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.74.0-next.
|
|
21
|
-
"@theia/request": "1.74.0-next.
|
|
20
|
+
"@theia/application-package": "1.74.0-next.38+3595b053a",
|
|
21
|
+
"@theia/request": "1.74.0-next.38+3595b053a",
|
|
22
22
|
"@types/body-parser": "^1.19.6",
|
|
23
23
|
"@types/express": "^4.17.25",
|
|
24
24
|
"@types/fs-extra": "^4.0.15",
|
|
@@ -230,5 +230,5 @@
|
|
|
230
230
|
"nyc": {
|
|
231
231
|
"extends": "../../configs/nyc.json"
|
|
232
232
|
},
|
|
233
|
-
"gitHead": "
|
|
233
|
+
"gitHead": "3595b053a48a1a4c7171aea0361a25f782140af9"
|
|
234
234
|
}
|