@libp2p/simple-metrics 2.0.10-d6f6f5818 → 2.0.10-dd251c5e7

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -61,7 +61,7 @@ Loading this module through a script tag will make its exports available as `Lib
61
61
 
62
62
  # API Docs
63
63
 
64
- - <https://libp2p.github.io/js-libp2p/modules/_libp2p_simple_metrics.html>
64
+ - <https://libp2p.github.io/js-libp2p/modules/_libp2p_simple-metrics.html>
65
65
 
66
66
  # License
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/simple-metrics",
3
- "version": "2.0.10-d6f6f5818",
3
+ "version": "2.0.10-dd251c5e7",
4
4
  "description": "Simple in-memory metrics gathering for libp2p",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/metrics-simple#readme",
@@ -42,8 +42,8 @@
42
42
  "dep-check": "aegir dep-check -i events"
43
43
  },
44
44
  "dependencies": {
45
- "@libp2p/interface": "3.1.0-d6f6f5818",
46
- "@libp2p/logger": "6.2.2-d6f6f5818",
45
+ "@libp2p/interface": "3.1.0-dd251c5e7",
46
+ "@libp2p/logger": "6.2.2-dd251c5e7",
47
47
  "tdigest": "^0.1.2"
48
48
  },
49
49
  "devDependencies": {