@theia/core 1.70.0-next.6 → 1.70.0-next.7
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 +14 -0
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -4666,6 +4666,20 @@
|
|
|
4666
4666
|
"fileMatch": ["**/META-INF/rewrite/*.yml"],
|
|
4667
4667
|
"url": "https://raw.githubusercontent.com/openrewrite/rewrite/main/rewrite-core/openrewrite.json"
|
|
4668
4668
|
},
|
|
4669
|
+
{
|
|
4670
|
+
"name": "OpenTelemetry Declarative Configuration",
|
|
4671
|
+
"description": "OpenTelemetry declarative configuration for SDKs and instrumentation",
|
|
4672
|
+
"fileMatch": [
|
|
4673
|
+
"opentelemetry*.yaml",
|
|
4674
|
+
"opentelemetry*.yml",
|
|
4675
|
+
"otel*.yaml",
|
|
4676
|
+
"otel*.yml"
|
|
4677
|
+
],
|
|
4678
|
+
"url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.0.0/opentelemetry_configuration.json",
|
|
4679
|
+
"versions": {
|
|
4680
|
+
"1.0.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.0.0/opentelemetry_configuration.json"
|
|
4681
|
+
}
|
|
4682
|
+
},
|
|
4669
4683
|
{
|
|
4670
4684
|
"name": "Open Data Contract Standard (ODCS)",
|
|
4671
4685
|
"description": "Open Data Contract Standard contract file, from the Bitol project at The Linux Foundation",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.70.0-next.
|
|
3
|
+
"version": "1.70.0-next.7+a230181f5",
|
|
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.70.0-next.
|
|
21
|
-
"@theia/request": "1.70.0-next.
|
|
20
|
+
"@theia/application-package": "1.70.0-next.7+a230181f5",
|
|
21
|
+
"@theia/request": "1.70.0-next.7+a230181f5",
|
|
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": "a230181f5951eaba3fb82e11a14dc03dbff8feca"
|
|
225
225
|
}
|