@libp2p/utils 6.4.0-bf0f74d66 → 6.4.0-d61cbacec

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.4.0-bf0f74d66",
3
+ "version": "6.4.0-d61cbacec",
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.10-bf0f74d66",
185
- "@libp2p/interface": "2.4.1-bf0f74d66",
186
- "@libp2p/logger": "5.1.7-bf0f74d66",
184
+ "@libp2p/crypto": "5.0.10-d61cbacec",
185
+ "@libp2p/interface": "2.4.1-d61cbacec",
186
+ "@libp2p/logger": "5.1.7-d61cbacec",
187
187
  "@multiformats/multiaddr": "^12.3.3",
188
188
  "@sindresorhus/fnv1a": "^3.1.0",
189
189
  "@types/murmurhash3js-revisited": "^3.0.3",
@@ -204,7 +204,7 @@
204
204
  "uint8arrays": "^5.1.0"
205
205
  },
206
206
  "devDependencies": {
207
- "@libp2p/peer-id": "5.0.11-bf0f74d66",
207
+ "@libp2p/peer-id": "5.0.11-d61cbacec",
208
208
  "@types/netmask": "^2.0.5",
209
209
  "aegir": "^45.0.5",
210
210
  "benchmark": "^2.1.4",