@theia/core 1.75.0-next.3 → 1.75.0-next.4
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 +6 -1
- package/package.json +4 -4
package/lib/browser/catalog.json
CHANGED
|
@@ -5666,7 +5666,12 @@
|
|
|
5666
5666
|
{
|
|
5667
5667
|
"name": "OpenTelemetry Declarative Configuration",
|
|
5668
5668
|
"description": "OpenTelemetry declarative configuration for SDKs and instrumentation",
|
|
5669
|
-
"fileMatch": [
|
|
5669
|
+
"fileMatch": [
|
|
5670
|
+
"opentelemetry*.yaml",
|
|
5671
|
+
"opentelemetry*.yml",
|
|
5672
|
+
"otel-sdk*.yaml",
|
|
5673
|
+
"otel-sdk*.yml"
|
|
5674
|
+
],
|
|
5670
5675
|
"url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
|
|
5671
5676
|
"versions": {
|
|
5672
5677
|
"1.1.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
|
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.4+6b2d0e17a",
|
|
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.4+6b2d0e17a",
|
|
21
|
+
"@theia/request": "1.75.0-next.4+6b2d0e17a",
|
|
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": "6b2d0e17a0d40afdda8c17600ade9c5950899871"
|
|
234
234
|
}
|