@theia/core 1.75.0-next.12 → 1.75.0-next.14
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 +35 -3
- 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": "glslint config",
|
|
7
|
+
"description": "glslint project config and shader-dialect preset (glslint.toml): ecosystem detection, #pragma expansion, shared-library and injected-define declarations",
|
|
8
|
+
"fileMatch": ["glslint.toml"],
|
|
9
|
+
"url": "https://raw.githubusercontent.com/johncarmack1984/glslint/main/schema/glslint.schema.json"
|
|
10
|
+
},
|
|
5
11
|
{
|
|
6
12
|
"name": "Mermaid config",
|
|
7
13
|
"description": "Configuration for Mermaid diagrams and charts",
|
|
@@ -2530,6 +2536,15 @@
|
|
|
2530
2536
|
"fileMatch": ["**/scenarios/*/*.yaml"],
|
|
2531
2537
|
"url": "https://raw.githubusercontent.com/crowdsecurity/crowdsec-yaml-schemas/main/scenario_schema.yaml"
|
|
2532
2538
|
},
|
|
2539
|
+
{
|
|
2540
|
+
"name": "crucible",
|
|
2541
|
+
"description": "Settings for the crucible coding agent",
|
|
2542
|
+
"fileMatch": [
|
|
2543
|
+
"**/.crucible/config.json",
|
|
2544
|
+
"**/.crucible/config.local.json"
|
|
2545
|
+
],
|
|
2546
|
+
"url": "https://www.schemastore.org/crucible-code-schema.json"
|
|
2547
|
+
},
|
|
2533
2548
|
{
|
|
2534
2549
|
"name": "cypress.json",
|
|
2535
2550
|
"description": "Cypress.io test runner configuration file",
|
|
@@ -4598,6 +4613,14 @@
|
|
|
4598
4613
|
"fileMatch": ["*.patch", "*.patch.json", "*.patch.yml", "*.patch.yaml"],
|
|
4599
4614
|
"url": "https://www.schemastore.org/json-patch.json"
|
|
4600
4615
|
},
|
|
4616
|
+
{
|
|
4617
|
+
"name": "Jsontron",
|
|
4618
|
+
"description": "Jsontron vocabulary: rules and assert keywords using jq expressions for cross-field validation",
|
|
4619
|
+
"url": "https://www.schemastore.org/jsontron-0.1.json",
|
|
4620
|
+
"versions": {
|
|
4621
|
+
"0.1": "https://www.schemastore.org/jsontron-0.1.json"
|
|
4622
|
+
}
|
|
4623
|
+
},
|
|
4601
4624
|
{
|
|
4602
4625
|
"name": "jsconfig.json",
|
|
4603
4626
|
"description": "JavaScript project configuration file",
|
|
@@ -6590,10 +6613,10 @@
|
|
|
6590
6613
|
"url": "https://www.schemastore.org/replit.json"
|
|
6591
6614
|
},
|
|
6592
6615
|
{
|
|
6593
|
-
"name": "
|
|
6594
|
-
"description": "Declarative GitHub repository settings applied by the
|
|
6616
|
+
"name": "github-settings-as-code",
|
|
6617
|
+
"description": "Declarative GitHub repository settings applied by the github-settings-as-code action; accepts Probot Settings app files as-is. Documentation: https://github.com/Vivswan/github-settings-as-code",
|
|
6595
6618
|
"fileMatch": ["**/.github/settings.yml"],
|
|
6596
|
-
"url": "https://raw.githubusercontent.com/Vivswan/
|
|
6619
|
+
"url": "https://raw.githubusercontent.com/Vivswan/github-settings-as-code/main/lib/settings.schema.json"
|
|
6597
6620
|
},
|
|
6598
6621
|
{
|
|
6599
6622
|
"name": "reposets Configuration",
|
|
@@ -10970,6 +10993,15 @@
|
|
|
10970
10993
|
"description": "Configuration for preview servers in Claude Code Desktop",
|
|
10971
10994
|
"fileMatch": ["**/.claude/launch.json"],
|
|
10972
10995
|
"url": "https://www.schemastore.org/claude-code-launch.json"
|
|
10996
|
+
},
|
|
10997
|
+
{
|
|
10998
|
+
"name": "ArchSmith diagram IR",
|
|
10999
|
+
"description": "Intermediate representation consumed by ArchSmith to validate and render architecture diagrams",
|
|
11000
|
+
"fileMatch": ["*.archsmith.json"],
|
|
11001
|
+
"url": "https://ayeshlk.github.io/archsmith/schema/latest/diagram-schema.json",
|
|
11002
|
+
"versions": {
|
|
11003
|
+
"0.3.0": "https://ayeshlk.github.io/archsmith/schema/0.3.0/diagram-schema.json"
|
|
11004
|
+
}
|
|
10973
11005
|
}
|
|
10974
11006
|
]
|
|
10975
11007
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.75.0-next.
|
|
3
|
+
"version": "1.75.0-next.14+28da106c2",
|
|
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.75.0-next.
|
|
21
|
-
"@theia/request": "1.75.0-next.
|
|
20
|
+
"@theia/application-package": "1.75.0-next.14+28da106c2",
|
|
21
|
+
"@theia/request": "1.75.0-next.14+28da106c2",
|
|
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": "28da106c2541b3bfecf676b60d655774809e4b6b"
|
|
234
234
|
}
|