@libp2p/simple-metrics 1.0.1-8214dcfb0 → 1.0.1-a3e8beabd

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 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -24,8 +24,8 @@ repo and examine the changes made.
24
24
 
25
25
  -->
26
26
 
27
- Stores metrics in memory and periodically invokes a configured callback
28
- to receive them.
27
+ Stores metrics in memory and periodically invokes a configured callback to
28
+ receive them.
29
29
 
30
30
  ## Example
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/simple-metrics",
3
- "version": "1.0.1-8214dcfb0",
3
+ "version": "1.0.1-a3e8beabd",
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",
@@ -50,13 +50,13 @@
50
50
  "dep-check": "aegir dep-check -i events"
51
51
  },
52
52
  "dependencies": {
53
- "@libp2p/interface": "1.3.1-8214dcfb0",
54
- "@libp2p/logger": "4.0.12-8214dcfb0",
55
- "it-foreach": "^2.0.4",
53
+ "@libp2p/interface": "1.3.1-a3e8beabd",
54
+ "@libp2p/logger": "4.0.12-a3e8beabd",
55
+ "it-foreach": "^2.1.0",
56
56
  "it-stream-types": "^2.0.1"
57
57
  },
58
58
  "devDependencies": {
59
59
  "aegir": "^42.2.11",
60
- "p-defer": "^4.0.0"
60
+ "p-defer": "^4.0.1"
61
61
  }
62
62
  }