@libp2p/utils 6.5.1-4ab04faf0 → 6.5.1-c4e862731

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/utils",
3
- "version": "6.5.1-4ab04faf0",
3
+ "version": "6.5.1-c4e862731",
4
4
  "description": "Package to aggregate shared logic and dependencies for the libp2p ecosystem",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/utils#readme",
@@ -181,9 +181,9 @@
181
181
  "dependencies": {
182
182
  "@chainsafe/is-ip": "^2.0.2",
183
183
  "@chainsafe/netmask": "^2.0.0",
184
- "@libp2p/crypto": "5.0.11-4ab04faf0",
185
- "@libp2p/interface": "2.5.0-4ab04faf0",
186
- "@libp2p/logger": "5.1.8-4ab04faf0",
184
+ "@libp2p/crypto": "5.0.11-c4e862731",
185
+ "@libp2p/interface": "2.5.0-c4e862731",
186
+ "@libp2p/logger": "5.1.8-c4e862731",
187
187
  "@multiformats/multiaddr": "^12.3.3",
188
188
  "@sindresorhus/fnv1a": "^3.1.0",
189
189
  "any-signal": "^4.1.1",
@@ -202,7 +202,7 @@
202
202
  "uint8arrays": "^5.1.0"
203
203
  },
204
204
  "devDependencies": {
205
- "@libp2p/peer-id": "5.0.12-4ab04faf0",
205
+ "@libp2p/peer-id": "5.0.12-c4e862731",
206
206
  "@types/netmask": "^2.0.5",
207
207
  "aegir": "^45.0.5",
208
208
  "benchmark": "^2.1.4",