@theia/core 1.68.0-next.7 → 1.68.0-next.9
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 +22 -2
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -594,6 +594,7 @@
|
|
|
594
594
|
"url": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.10/bottom.json",
|
|
595
595
|
"versions": {
|
|
596
596
|
"nightly": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/nightly/bottom.json",
|
|
597
|
+
"0.12.0": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.12.0/bottom.json",
|
|
597
598
|
"0.11": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.11/bottom.json",
|
|
598
599
|
"0.10": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.10/bottom.json",
|
|
599
600
|
"0.9": "https://raw.githubusercontent.com/ClementTsang/bottom/main/schema/v0.9/bottom.json"
|
|
@@ -2748,7 +2749,7 @@
|
|
|
2748
2749
|
"ksail.yaml",
|
|
2749
2750
|
"ksail.yml"
|
|
2750
2751
|
],
|
|
2751
|
-
"url": "https://raw.githubusercontent.com/devantler/ksail/refs/heads/main/schemas/ksail-
|
|
2752
|
+
"url": "https://raw.githubusercontent.com/devantler-tech/ksail/refs/heads/main/schemas/ksail-config.schema.json"
|
|
2752
2753
|
},
|
|
2753
2754
|
{
|
|
2754
2755
|
"name": "function.json",
|
|
@@ -3535,8 +3536,9 @@
|
|
|
3535
3536
|
"name": "JReleaser",
|
|
3536
3537
|
"description": "JReleaser config file",
|
|
3537
3538
|
"fileMatch": ["jreleaser.yml", "jreleaser.json"],
|
|
3538
|
-
"url": "https://www.schemastore.org/jreleaser-1.
|
|
3539
|
+
"url": "https://www.schemastore.org/jreleaser-1.22.0.json",
|
|
3539
3540
|
"versions": {
|
|
3541
|
+
"1.22.0": "https://www.schemastore.org/jreleaser-1.22.0.json",
|
|
3540
3542
|
"1.21.0": "https://www.schemastore.org/jreleaser-1.21.0.json",
|
|
3541
3543
|
"1.20.0": "https://www.schemastore.org/jreleaser-1.20.0.json",
|
|
3542
3544
|
"1.19.0": "https://www.schemastore.org/jreleaser-1.19.0.json",
|
|
@@ -4935,6 +4937,12 @@
|
|
|
4935
4937
|
"fileMatch": ["prefect.toml"],
|
|
4936
4938
|
"url": "https://raw.githubusercontent.com/PrefectHQ/prefect/refs/heads/main/schemas/settings.schema.json"
|
|
4937
4939
|
},
|
|
4940
|
+
{
|
|
4941
|
+
"name": "prefect.yaml",
|
|
4942
|
+
"description": "Prefect deployment configuration file",
|
|
4943
|
+
"fileMatch": ["prefect.yaml", "prefect.yml"],
|
|
4944
|
+
"url": "https://raw.githubusercontent.com/PrefectHQ/prefect/refs/heads/main/schemas/prefect.yaml.schema.json"
|
|
4945
|
+
},
|
|
4938
4946
|
{
|
|
4939
4947
|
"name": "prettierrc.json",
|
|
4940
4948
|
"description": ".prettierrc configuration file",
|
|
@@ -9074,6 +9082,18 @@
|
|
|
9074
9082
|
"v1beta1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1beta1_PipelineRun.json",
|
|
9075
9083
|
"v1alpha1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1alpha1_PipelineRun.json"
|
|
9076
9084
|
}
|
|
9085
|
+
},
|
|
9086
|
+
{
|
|
9087
|
+
"name": "Changepacks",
|
|
9088
|
+
"description": "Changepacks are a way to package changes to a project",
|
|
9089
|
+
"fileMatch": ["**/.changepacks/config.json"],
|
|
9090
|
+
"url": "https://www.schemastore.org/changepacks.json"
|
|
9091
|
+
},
|
|
9092
|
+
{
|
|
9093
|
+
"name": "Devup",
|
|
9094
|
+
"description": "JSX Zero-Runtime UI Styling Library",
|
|
9095
|
+
"fileMatch": ["devup.json"],
|
|
9096
|
+
"url": "https://www.schemastore.org/devup.json"
|
|
9077
9097
|
}
|
|
9078
9098
|
]
|
|
9079
9099
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.68.0-next.
|
|
3
|
+
"version": "1.68.0-next.9+da2eb8707",
|
|
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.2",
|
|
19
19
|
"@parcel/watcher": "^2.5.0",
|
|
20
|
-
"@theia/application-package": "1.68.0-next.
|
|
21
|
-
"@theia/request": "1.68.0-next.
|
|
20
|
+
"@theia/application-package": "1.68.0-next.9+da2eb8707",
|
|
21
|
+
"@theia/request": "1.68.0-next.9+da2eb8707",
|
|
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": "da2eb87074d90bd79cfa76c868cceb00e7bc2b47"
|
|
225
225
|
}
|