@libp2p/simple-metrics 1.2.7 → 1.2.8-5c4a79e5a

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 CHANGED
@@ -53,7 +53,7 @@ $ npm i @libp2p/simple-metrics
53
53
 
54
54
  ## Browser `<script>` tag
55
55
 
56
- Loading this module through a script tag will make it's exports available as `Libp2pSimpleMetrics` in the global namespace.
56
+ Loading this module through a script tag will make its exports available as `Libp2pSimpleMetrics` in the global namespace.
57
57
 
58
58
  ```html
59
59
  <script src="https://unpkg.com/@libp2p/simple-metrics/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/simple-metrics",
3
- "version": "1.2.7",
3
+ "version": "1.2.8-5c4a79e5a",
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",
@@ -46,19 +46,18 @@
46
46
  "test:chrome-webworker": "aegir test -t webworker",
47
47
  "test:firefox": "aegir test -t browser -- --browser firefox",
48
48
  "test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
49
- "release": "aegir release",
50
49
  "dep-check": "aegir dep-check -i events"
51
50
  },
52
51
  "dependencies": {
53
- "@libp2p/interface": "^2.2.1",
54
- "@libp2p/logger": "^5.1.4",
55
- "it-foreach": "^2.1.0",
56
- "it-stream-types": "^2.0.1",
52
+ "@libp2p/interface": "2.3.0-5c4a79e5a",
53
+ "@libp2p/logger": "5.1.5-5c4a79e5a",
54
+ "it-foreach": "^2.1.1",
55
+ "it-stream-types": "^2.0.2",
57
56
  "tdigest": "^0.1.2"
58
57
  },
59
58
  "devDependencies": {
60
59
  "@types/tdigest": "^0.1.4",
61
- "aegir": "^44.0.1",
60
+ "aegir": "^45.0.5",
62
61
  "p-defer": "^4.0.1"
63
62
  }
64
63
  }
package/LICENSE DELETED
@@ -1,4 +0,0 @@
1
- This project is dual licensed under MIT and Apache-2.0.
2
-
3
- MIT: https://www.opensource.org/licenses/mit
4
- Apache-2.0: https://www.apache.org/licenses/license-2.0
@@ -1,8 +0,0 @@
1
- {
2
- "OnMetrics": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_simple_metrics.OnMetrics.html",
3
- ".:OnMetrics": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_simple_metrics.OnMetrics.html",
4
- "SimpleMetricsInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_simple_metrics.SimpleMetricsInit.html",
5
- ".:SimpleMetricsInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_simple_metrics.SimpleMetricsInit.html",
6
- "simpleMetrics": "https://libp2p.github.io/js-libp2p/functions/_libp2p_simple_metrics.simpleMetrics.html",
7
- ".:simpleMetrics": "https://libp2p.github.io/js-libp2p/functions/_libp2p_simple_metrics.simpleMetrics.html"
8
- }