@libp2p/logger 2.0.3 → 2.0.4

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/logger",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
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",
@@ -138,7 +138,7 @@
138
138
  "release": "aegir release"
139
139
  },
140
140
  "dependencies": {
141
- "@libp2p/interface-peer-id": "^1.0.2",
141
+ "@libp2p/interface-peer-id": "^2.0.0",
142
142
  "debug": "^4.3.3",
143
143
  "interface-datastore": "^7.0.0",
144
144
  "multiformats": "^11.0.0"