@theia/metrics 1.56.0 → 1.57.0-next.22

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -26,5 +26,6 @@ The `@theia/metrics` extension provides metrics using the [Prometheus](https://p
26
26
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
27
27
 
28
28
  ## Trademark
29
+
29
30
  "Theia" is a trademark of the Eclipse Foundation
30
- https://www.eclipse.org/theia
31
+ <https://www.eclipse.org/theia>
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@theia/metrics",
3
- "version": "1.56.0",
3
+ "version": "1.57.0-next.22+35d458a96",
4
4
  "description": "Theia - Metrics Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.56.0",
6
+ "@theia/core": "1.57.0-next.22+35d458a96",
7
7
  "prom-client": "^10.2.0",
8
8
  "tslib": "^2.6.2"
9
9
  },
@@ -49,5 +49,5 @@
49
49
  "nyc": {
50
50
  "extends": "../../configs/nyc.json"
51
51
  },
52
- "gitHead": "3b4498f8f1c66be688847418fcc35595282671dc"
52
+ "gitHead": "35d458a961212de264d9579305d984147fa55618"
53
53
  }