@libp2p/utils 4.0.7-3dee5df4d → 4.0.7-6b6ba9ab7

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/utils",
3
- "version": "4.0.7-3dee5df4d",
3
+ "version": "4.0.7-6b6ba9ab7",
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",
@@ -103,7 +103,7 @@
103
103
  },
104
104
  "dependencies": {
105
105
  "@chainsafe/is-ip": "^2.0.2",
106
- "@libp2p/interface": "0.1.6-3dee5df4d",
106
+ "@libp2p/interface": "0.1.6-6b6ba9ab7",
107
107
  "@multiformats/multiaddr": "^12.1.10",
108
108
  "@multiformats/multiaddr-matcher": "^1.1.0",
109
109
  "get-iterator": "^2.0.1",
@@ -116,8 +116,8 @@
116
116
  "uint8arraylist": "^2.4.3"
117
117
  },
118
118
  "devDependencies": {
119
- "@libp2p/logger": "3.1.0-3dee5df4d",
120
- "@libp2p/peer-id-factory": "3.0.8-3dee5df4d",
119
+ "@libp2p/logger": "3.1.0-6b6ba9ab7",
120
+ "@libp2p/peer-id-factory": "3.0.8-6b6ba9ab7",
121
121
  "aegir": "^41.0.2",
122
122
  "delay": "^6.0.0",
123
123
  "it-all": "^3.0.3",