@libp2p/logger 6.2.2-3bb95f95b → 6.2.2-8f0e1b2db

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/logger",
3
- "version": "6.2.2-3bb95f95b",
3
+ "version": "6.2.2-8f0e1b2db",
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",
@@ -47,14 +47,14 @@
47
47
  "test:electron-main": "aegir test -t electron-main"
48
48
  },
49
49
  "dependencies": {
50
- "@libp2p/interface": "3.1.0-3bb95f95b",
50
+ "@libp2p/interface": "3.1.0-8f0e1b2db",
51
51
  "@multiformats/multiaddr": "^13.0.1",
52
52
  "interface-datastore": "^9.0.1",
53
53
  "multiformats": "^13.4.0",
54
54
  "weald": "^1.1.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@libp2p/peer-id": "6.0.4-3bb95f95b",
57
+ "@libp2p/peer-id": "6.0.4-8f0e1b2db",
58
58
  "aegir": "^47.0.22",
59
59
  "sinon": "^21.0.0",
60
60
  "uint8arrays": "^5.1.0"