@theia/plugin-metrics 1.67.0-next.3 → 1.67.0-next.59
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/README.md +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
<img src='https://raw.githubusercontent.com/eclipse-theia/theia/master/logo/theia.svg?sanitize=true' alt='theia-ext-logo' width='100px' />
|
|
6
6
|
|
|
7
|
-
<h2>ECLIPSE THEIA - PLUGIN-
|
|
7
|
+
<h2>ECLIPSE THEIA - PLUGIN-METRICS EXTENSION</h2>
|
|
8
8
|
|
|
9
9
|
<hr />
|
|
10
10
|
|
|
@@ -49,7 +49,7 @@ Then, when you load up the /metrics endpoint you will see the new language metri
|
|
|
49
49
|
|
|
50
50
|
## Additional Information
|
|
51
51
|
|
|
52
|
-
- [API documentation for `@theia/plugin-metrics`](https://eclipse-theia.github.io/theia/docs/next/modules/
|
|
52
|
+
- [API documentation for `@theia/plugin-metrics`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_plugin-metrics.html)
|
|
53
53
|
- [Theia - GitHub](https://github.com/eclipse-theia/theia)
|
|
54
54
|
- [Theia - Website](https://theia-ide.org/)
|
|
55
55
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/plugin-metrics",
|
|
3
|
-
"version": "1.67.0-next.
|
|
3
|
+
"version": "1.67.0-next.59+3f14297ea",
|
|
4
4
|
"description": "Theia - Plugin Metrics",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.67.0-next.
|
|
7
|
-
"@theia/metrics": "1.67.0-next.
|
|
6
|
+
"@theia/core": "1.67.0-next.59+3f14297ea",
|
|
7
|
+
"@theia/metrics": "1.67.0-next.59+3f14297ea",
|
|
8
8
|
"@theia/monaco-editor-core": "1.96.302",
|
|
9
|
-
"@theia/plugin": "1.67.0-next.
|
|
10
|
-
"@theia/plugin-ext": "1.67.0-next.
|
|
9
|
+
"@theia/plugin": "1.67.0-next.59+3f14297ea",
|
|
10
|
+
"@theia/plugin-ext": "1.67.0-next.59+3f14297ea",
|
|
11
11
|
"tslib": "^2.6.2"
|
|
12
12
|
},
|
|
13
13
|
"publishConfig": {
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"nyc": {
|
|
50
50
|
"extends": "../../configs/nyc.json"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
|
|
53
53
|
}
|