@theia/core 1.68.0-next.8 → 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 +20 -1
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -3536,8 +3536,9 @@
|
|
|
3536
3536
|
"name": "JReleaser",
|
|
3537
3537
|
"description": "JReleaser config file",
|
|
3538
3538
|
"fileMatch": ["jreleaser.yml", "jreleaser.json"],
|
|
3539
|
-
"url": "https://www.schemastore.org/jreleaser-1.
|
|
3539
|
+
"url": "https://www.schemastore.org/jreleaser-1.22.0.json",
|
|
3540
3540
|
"versions": {
|
|
3541
|
+
"1.22.0": "https://www.schemastore.org/jreleaser-1.22.0.json",
|
|
3541
3542
|
"1.21.0": "https://www.schemastore.org/jreleaser-1.21.0.json",
|
|
3542
3543
|
"1.20.0": "https://www.schemastore.org/jreleaser-1.20.0.json",
|
|
3543
3544
|
"1.19.0": "https://www.schemastore.org/jreleaser-1.19.0.json",
|
|
@@ -4936,6 +4937,12 @@
|
|
|
4936
4937
|
"fileMatch": ["prefect.toml"],
|
|
4937
4938
|
"url": "https://raw.githubusercontent.com/PrefectHQ/prefect/refs/heads/main/schemas/settings.schema.json"
|
|
4938
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
|
+
},
|
|
4939
4946
|
{
|
|
4940
4947
|
"name": "prettierrc.json",
|
|
4941
4948
|
"description": ".prettierrc configuration file",
|
|
@@ -9075,6 +9082,18 @@
|
|
|
9075
9082
|
"v1beta1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1beta1_PipelineRun.json",
|
|
9076
9083
|
"v1alpha1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1alpha1_PipelineRun.json"
|
|
9077
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"
|
|
9078
9097
|
}
|
|
9079
9098
|
]
|
|
9080
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
|
}
|