@libp2p/utils 6.5.7-5fe2a18fc → 6.5.7-a6c9aee5a
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.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/utils",
|
|
3
|
-
"version": "6.5.7-
|
|
3
|
+
"version": "6.5.7-a6c9aee5a",
|
|
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",
|
|
@@ -189,9 +189,9 @@
|
|
|
189
189
|
"dependencies": {
|
|
190
190
|
"@chainsafe/is-ip": "^2.0.2",
|
|
191
191
|
"@chainsafe/netmask": "^2.0.0",
|
|
192
|
-
"@libp2p/crypto": "5.0.15-
|
|
193
|
-
"@libp2p/interface": "2.7.0-
|
|
194
|
-
"@libp2p/logger": "5.1.12-
|
|
192
|
+
"@libp2p/crypto": "5.0.15-a6c9aee5a",
|
|
193
|
+
"@libp2p/interface": "2.7.0-a6c9aee5a",
|
|
194
|
+
"@libp2p/logger": "5.1.12-a6c9aee5a",
|
|
195
195
|
"@multiformats/multiaddr": "^12.3.3",
|
|
196
196
|
"@sindresorhus/fnv1a": "^3.1.0",
|
|
197
197
|
"any-signal": "^4.1.1",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"uint8arrays": "^5.1.0"
|
|
211
211
|
},
|
|
212
212
|
"devDependencies": {
|
|
213
|
-
"@libp2p/peer-id": "5.0.16-
|
|
213
|
+
"@libp2p/peer-id": "5.0.16-a6c9aee5a",
|
|
214
214
|
"@types/netmask": "^2.0.5",
|
|
215
215
|
"aegir": "^45.1.1",
|
|
216
216
|
"benchmark": "^2.1.4",
|