@libp2p/devtools-metrics 1.1.10-8a9258a24 → 1.1.10-a0c8ceb99
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/package.json +13 -13
- package/LICENSE +0 -4
package/README.md
CHANGED
@@ -46,7 +46,7 @@ $ npm i @libp2p/devtools-metrics
|
|
46
46
|
|
47
47
|
## Browser `<script>` tag
|
48
48
|
|
49
|
-
Loading this module through a script tag will make
|
49
|
+
Loading this module through a script tag will make its exports available as `Libp2pDevtoolsMetrics` in the global namespace.
|
50
50
|
|
51
51
|
```html
|
52
52
|
<script src="https://unpkg.com/@libp2p/devtools-metrics/dist/index.min.js"></script>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/devtools-metrics",
|
3
|
-
"version": "1.1.10-
|
3
|
+
"version": "1.1.10-a0c8ceb99",
|
4
4
|
"description": "Collect libp2p metrics and send them to browser DevTools",
|
5
5
|
"author": "",
|
6
6
|
"license": "Apache-2.0 OR MIT",
|
@@ -68,22 +68,22 @@
|
|
68
68
|
"test:firefox": "aegir test -t browser --browser firefox"
|
69
69
|
},
|
70
70
|
"dependencies": {
|
71
|
-
"@libp2p/interface": "2.2.1-
|
72
|
-
"@libp2p/interface-internal": "2.1.1-
|
73
|
-
"@libp2p/logger": "5.1.4-
|
74
|
-
"@libp2p/peer-id": "5.0.8-
|
75
|
-
"@libp2p/simple-metrics": "1.2.7-
|
76
|
-
"@multiformats/multiaddr": "^12.3.
|
77
|
-
"cborg": "^4.2.
|
71
|
+
"@libp2p/interface": "2.2.1-a0c8ceb99",
|
72
|
+
"@libp2p/interface-internal": "2.1.1-a0c8ceb99",
|
73
|
+
"@libp2p/logger": "5.1.4-a0c8ceb99",
|
74
|
+
"@libp2p/peer-id": "5.0.8-a0c8ceb99",
|
75
|
+
"@libp2p/simple-metrics": "1.2.7-a0c8ceb99",
|
76
|
+
"@multiformats/multiaddr": "^12.3.3",
|
77
|
+
"cborg": "^4.2.6",
|
78
78
|
"it-pipe": "^3.0.1",
|
79
79
|
"it-pushable": "^3.2.3",
|
80
|
-
"it-rpc": "^1.0.
|
81
|
-
"multiformats": "^13.1
|
82
|
-
"progress-events": "^1.0.
|
80
|
+
"it-rpc": "^1.0.2",
|
81
|
+
"multiformats": "^13.3.1",
|
82
|
+
"progress-events": "^1.0.1"
|
83
83
|
},
|
84
84
|
"devDependencies": {
|
85
|
-
"@libp2p/crypto": "5.0.7-
|
86
|
-
"aegir": "^
|
85
|
+
"@libp2p/crypto": "5.0.7-a0c8ceb99",
|
86
|
+
"aegir": "^45.0.5",
|
87
87
|
"sinon-ts": "^2.0.0"
|
88
88
|
},
|
89
89
|
"sideEffects": false
|
package/LICENSE
DELETED