@libp2p/logger 4.0.10 → 4.0.11

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 +3 -3
package/README.md CHANGED
@@ -76,8 +76,8 @@ Loading this module through a script tag will make it's exports available as `Li
76
76
 
77
77
  Licensed under either of
78
78
 
79
- - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
80
- - MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
79
+ - Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/logger/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
80
+ - MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/logger/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
81
81
 
82
82
  # Contribution
83
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/logger",
3
- "version": "4.0.10",
3
+ "version": "4.0.11",
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",
@@ -54,14 +54,14 @@
54
54
  "test:electron-main": "aegir test -t electron-main"
55
55
  },
56
56
  "dependencies": {
57
- "@libp2p/interface": "^1.2.0",
57
+ "@libp2p/interface": "^1.3.0",
58
58
  "@multiformats/multiaddr": "^12.2.1",
59
59
  "debug": "^4.3.4",
60
60
  "interface-datastore": "^8.2.11",
61
61
  "multiformats": "^13.1.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@libp2p/peer-id": "^4.0.10",
64
+ "@libp2p/peer-id": "^4.1.0",
65
65
  "@types/debug": "^4.1.12",
66
66
  "aegir": "^42.2.5",
67
67
  "sinon": "^17.0.1",