@theia/core 1.70.0 → 1.71.0-next.0
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 +19 -17
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -23,6 +23,12 @@
|
|
|
23
23
|
],
|
|
24
24
|
"url": "https://raw.githubusercontent.com/teneplaysofficial/release-hub/main/schema/release-hub.schema.json"
|
|
25
25
|
},
|
|
26
|
+
{
|
|
27
|
+
"name": "ReleaseKit",
|
|
28
|
+
"description": "Configuration for ReleaseKit release automation",
|
|
29
|
+
"fileMatch": ["releasekit.config.json"],
|
|
30
|
+
"url": "https://goosewobbler.github.io/releasekit/schema.json"
|
|
31
|
+
},
|
|
26
32
|
{
|
|
27
33
|
"name": "Releasaurus Config",
|
|
28
34
|
"description": "Configuration file for Releasaurus",
|
|
@@ -5010,17 +5016,6 @@
|
|
|
5010
5016
|
"fileMatch": ["paper-plugin.yml"],
|
|
5011
5017
|
"url": "https://www.schemastore.org/paper-plugin.json"
|
|
5012
5018
|
},
|
|
5013
|
-
{
|
|
5014
|
-
"name": "pathfinder.yml",
|
|
5015
|
-
"description": "Configuration for Transcend's Pathfinder, a proxy that intercepts calls to AI tools to enable AI governance",
|
|
5016
|
-
"fileMatch": [
|
|
5017
|
-
"pathfinder.yml",
|
|
5018
|
-
"pathfinder.yaml",
|
|
5019
|
-
"transcend-pathfinder.yml",
|
|
5020
|
-
"transcend-pathfinder.yaml"
|
|
5021
|
-
],
|
|
5022
|
-
"url": "https://raw.githubusercontent.com/transcend-io/cli/main/pathfinder-policy-yml-schema.json"
|
|
5023
|
-
},
|
|
5024
5019
|
{
|
|
5025
5020
|
"name": "PDM",
|
|
5026
5021
|
"description": "A modern Python package and dependency manager supporting the latest PEP standard (pdm.toml config file)",
|
|
@@ -6536,9 +6531,9 @@
|
|
|
6536
6531
|
},
|
|
6537
6532
|
{
|
|
6538
6533
|
"name": "transcend.yml",
|
|
6539
|
-
"description": "
|
|
6534
|
+
"description": "Configure as Code for Transcend",
|
|
6540
6535
|
"fileMatch": ["transcend.yml", "transcend.yaml"],
|
|
6541
|
-
"url": "https://raw.githubusercontent.com/transcend-io/
|
|
6536
|
+
"url": "https://raw.githubusercontent.com/transcend-io/tools/refs/heads/main/packages/cli/schema/transcend-yml-schema-latest.json"
|
|
6542
6537
|
},
|
|
6543
6538
|
{
|
|
6544
6539
|
"name": "trime.yaml",
|
|
@@ -7441,7 +7436,7 @@
|
|
|
7441
7436
|
"name": "Gradle Enterprise",
|
|
7442
7437
|
"description": "Gradle Enterprise configuration",
|
|
7443
7438
|
"fileMatch": ["*gradle-enterprise.yml", "*gradle-enterprise.yaml"],
|
|
7444
|
-
"url": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-
|
|
7439
|
+
"url": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-15.json",
|
|
7445
7440
|
"versions": {
|
|
7446
7441
|
"1.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-1.json",
|
|
7447
7442
|
"2.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-2.json",
|
|
@@ -7456,7 +7451,8 @@
|
|
|
7456
7451
|
"11.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-11.json",
|
|
7457
7452
|
"12.0": "https://docs.gradle.com/develocity/helm-admin/schema/gradle-enterprise-config-schema-12.json",
|
|
7458
7453
|
"13.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-13.json",
|
|
7459
|
-
"14.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-14.json"
|
|
7454
|
+
"14.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-14.json",
|
|
7455
|
+
"15.0": "https://docs.gradle.com/downloads/gradle-enterprise-config-schema/gradle-enterprise-config-schema-15.json"
|
|
7460
7456
|
}
|
|
7461
7457
|
},
|
|
7462
7458
|
{
|
|
@@ -9529,13 +9525,13 @@
|
|
|
9529
9525
|
{
|
|
9530
9526
|
"name": "oxfmt",
|
|
9531
9527
|
"description": "Configuration file for Oxfmt, a high-performance formatter for the JavaScript ecosystem",
|
|
9532
|
-
"fileMatch": ["
|
|
9528
|
+
"fileMatch": ["**/.oxfmtrc.json"],
|
|
9533
9529
|
"url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxfmt/configuration_schema.json"
|
|
9534
9530
|
},
|
|
9535
9531
|
{
|
|
9536
9532
|
"name": "oxlint",
|
|
9537
9533
|
"description": "Configuration file for Oxlint, a high-performance linter for JavaScript and TypeScript built on the Oxc compiler stack",
|
|
9538
|
-
"fileMatch": ["
|
|
9534
|
+
"fileMatch": ["**/.oxlintrc.json"],
|
|
9539
9535
|
"url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxlint/configuration_schema.json"
|
|
9540
9536
|
},
|
|
9541
9537
|
{
|
|
@@ -9554,6 +9550,12 @@
|
|
|
9554
9550
|
"description": "Cursor cloud agent environment configuration",
|
|
9555
9551
|
"fileMatch": ["**/.cursor/environment.json"],
|
|
9556
9552
|
"url": "https://cursor.com/schemas/environment.schema.json"
|
|
9553
|
+
},
|
|
9554
|
+
{
|
|
9555
|
+
"name": "nexus-rpc-gen",
|
|
9556
|
+
"description": "nexus-rpc-gen configuration for generating Nexus RPC service stubs",
|
|
9557
|
+
"fileMatch": ["*.nexusrpc.yaml", "*.nexusrpc.yml"],
|
|
9558
|
+
"url": "https://raw.githubusercontent.com/nexus-rpc/nexus-rpc-gen/main/schemas/nexus-rpc-gen.json"
|
|
9557
9559
|
}
|
|
9558
9560
|
]
|
|
9559
9561
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.71.0-next.0+4ef126fca",
|
|
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.0",
|
|
20
|
-
"@theia/application-package": "1.
|
|
21
|
-
"@theia/request": "1.
|
|
20
|
+
"@theia/application-package": "1.71.0-next.0+4ef126fca",
|
|
21
|
+
"@theia/request": "1.71.0-next.0+4ef126fca",
|
|
22
22
|
"@types/body-parser": "^1.16.4",
|
|
23
23
|
"@types/express": "^4.17.21",
|
|
24
24
|
"@types/fs-extra": "^4.0.2",
|
|
@@ -221,5 +221,5 @@
|
|
|
221
221
|
"nyc": {
|
|
222
222
|
"extends": "../../configs/nyc.json"
|
|
223
223
|
},
|
|
224
|
-
"gitHead": "
|
|
224
|
+
"gitHead": "4ef126fca6dbb6970e87d9d7749c599c4fcfe116"
|
|
225
225
|
}
|