@libp2p/logger 2.0.1 → 2.0.3
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 +3 -4
- package/package.json +10 -6
package/README.md
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
# @libp2p/logger <!-- omit in toc -->
|
|
2
2
|
|
|
3
3
|
[](http://libp2p.io/)
|
|
4
|
-
[](http://webchat.freenode.net/?channels=%23libp2p)
|
|
5
4
|
[](https://discuss.libp2p.io)
|
|
6
5
|
[](https://codecov.io/gh/libp2p/js-libp2p-logger)
|
|
7
|
-
[](https://github.com/libp2p/js-libp2p-logger/actions/workflows/js-test-and-release.yml)
|
|
8
7
|
|
|
9
8
|
> A logging component for use in js-libp2p modules
|
|
10
9
|
|
|
@@ -14,7 +13,7 @@
|
|
|
14
13
|
- [Description](#description)
|
|
15
14
|
- [Example](#example)
|
|
16
15
|
- [License](#license)
|
|
17
|
-
- [
|
|
16
|
+
- [Contribute](#contribute)
|
|
18
17
|
|
|
19
18
|
## Install
|
|
20
19
|
|
|
@@ -59,6 +58,6 @@ Licensed under either of
|
|
|
59
58
|
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
60
59
|
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
61
60
|
|
|
62
|
-
##
|
|
61
|
+
## Contribute
|
|
63
62
|
|
|
64
63
|
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/logger",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
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-logger#readme",
|
|
@@ -65,15 +65,15 @@
|
|
|
65
65
|
"release": "patch"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
|
-
"type": "
|
|
68
|
+
"type": "docs",
|
|
69
69
|
"release": "patch"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
|
-
"type": "
|
|
72
|
+
"type": "test",
|
|
73
73
|
"release": "patch"
|
|
74
74
|
},
|
|
75
75
|
{
|
|
76
|
-
"type": "
|
|
76
|
+
"type": "deps",
|
|
77
77
|
"release": "patch"
|
|
78
78
|
},
|
|
79
79
|
{
|
|
@@ -103,7 +103,11 @@
|
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
"type": "docs",
|
|
106
|
-
"section": "
|
|
106
|
+
"section": "Documentation"
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"type": "deps",
|
|
110
|
+
"section": "Dependencies"
|
|
107
111
|
},
|
|
108
112
|
{
|
|
109
113
|
"type": "test",
|
|
@@ -137,7 +141,7 @@
|
|
|
137
141
|
"@libp2p/interface-peer-id": "^1.0.2",
|
|
138
142
|
"debug": "^4.3.3",
|
|
139
143
|
"interface-datastore": "^7.0.0",
|
|
140
|
-
"multiformats": "^
|
|
144
|
+
"multiformats": "^11.0.0"
|
|
141
145
|
},
|
|
142
146
|
"devDependencies": {
|
|
143
147
|
"@types/debug": "^4.1.7",
|