@libp2p/logger 4.0.5-f4dda4a3c → 4.0.6
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/dist/typedoc-urls.json +22 -0
- package/package.json +9 -9
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ComponentLogger": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_logger.ComponentLogger.html",
|
|
3
|
+
".:ComponentLogger": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_logger.ComponentLogger.html",
|
|
4
|
+
"Logger": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_logger.Logger.html",
|
|
5
|
+
".:Logger": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_logger.Logger.html",
|
|
6
|
+
"PeerLoggerOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_logger.PeerLoggerOptions.html",
|
|
7
|
+
".:PeerLoggerOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_logger.PeerLoggerOptions.html",
|
|
8
|
+
"defaultLogger": "https://libp2p.github.io/js-libp2p/functions/_libp2p_logger.defaultLogger.html",
|
|
9
|
+
".:defaultLogger": "https://libp2p.github.io/js-libp2p/functions/_libp2p_logger.defaultLogger.html",
|
|
10
|
+
"disable": "https://libp2p.github.io/js-libp2p/functions/_libp2p_logger.disable.html",
|
|
11
|
+
".:disable": "https://libp2p.github.io/js-libp2p/functions/_libp2p_logger.disable.html",
|
|
12
|
+
"enable": "https://libp2p.github.io/js-libp2p/functions/_libp2p_logger.enable.html",
|
|
13
|
+
".:enable": "https://libp2p.github.io/js-libp2p/functions/_libp2p_logger.enable.html",
|
|
14
|
+
"enabled": "https://libp2p.github.io/js-libp2p/functions/_libp2p_logger.enabled.html",
|
|
15
|
+
".:enabled": "https://libp2p.github.io/js-libp2p/functions/_libp2p_logger.enabled.html",
|
|
16
|
+
"logger": "https://libp2p.github.io/js-libp2p/functions/_libp2p_logger.logger-1.html",
|
|
17
|
+
".:logger": "https://libp2p.github.io/js-libp2p/functions/_libp2p_logger.logger-1.html",
|
|
18
|
+
"peerLogger": "https://libp2p.github.io/js-libp2p/functions/_libp2p_logger.peerLogger.html",
|
|
19
|
+
".:peerLogger": "https://libp2p.github.io/js-libp2p/functions/_libp2p_logger.peerLogger.html",
|
|
20
|
+
"prefixLogger": "https://libp2p.github.io/js-libp2p/functions/_libp2p_logger.prefixLogger.html",
|
|
21
|
+
".:prefixLogger": "https://libp2p.github.io/js-libp2p/functions/_libp2p_logger.prefixLogger.html"
|
|
22
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/logger",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"description": "A logging component for use in js-libp2p modules",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/logger#readme",
|
|
@@ -53,18 +53,18 @@
|
|
|
53
53
|
"test:electron-main": "aegir test -t electron-main"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@libp2p/interface": "1.1.
|
|
57
|
-
"@multiformats/multiaddr": "^12.1.
|
|
56
|
+
"@libp2p/interface": "^1.1.3",
|
|
57
|
+
"@multiformats/multiaddr": "^12.1.14",
|
|
58
58
|
"debug": "^4.3.4",
|
|
59
|
-
"interface-datastore": "^8.2.
|
|
60
|
-
"multiformats": "^13.0.
|
|
59
|
+
"interface-datastore": "^8.2.10",
|
|
60
|
+
"multiformats": "^13.0.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@libp2p/peer-id": "4.0.
|
|
64
|
-
"@types/debug": "^4.1.
|
|
65
|
-
"aegir": "^42.
|
|
63
|
+
"@libp2p/peer-id": "^4.0.6",
|
|
64
|
+
"@types/debug": "^4.1.12",
|
|
65
|
+
"aegir": "^42.2.3",
|
|
66
66
|
"sinon": "^17.0.1",
|
|
67
|
-
"uint8arrays": "^5.0.
|
|
67
|
+
"uint8arrays": "^5.0.1"
|
|
68
68
|
},
|
|
69
69
|
"sideEffects": false
|
|
70
70
|
}
|