@libp2p/utils 6.6.2-9b33d202e → 6.6.2-a5a33afd9
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.6.2-
|
|
3
|
+
"version": "6.6.2-a5a33afd9",
|
|
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",
|
|
@@ -194,9 +194,9 @@
|
|
|
194
194
|
"dependencies": {
|
|
195
195
|
"@chainsafe/is-ip": "^2.0.2",
|
|
196
196
|
"@chainsafe/netmask": "^2.0.0",
|
|
197
|
-
"@libp2p/crypto": "5.1.1-
|
|
198
|
-
"@libp2p/interface": "2.9.0-
|
|
199
|
-
"@libp2p/logger": "5.1.15-
|
|
197
|
+
"@libp2p/crypto": "5.1.1-a5a33afd9",
|
|
198
|
+
"@libp2p/interface": "2.9.0-a5a33afd9",
|
|
199
|
+
"@libp2p/logger": "5.1.15-a5a33afd9",
|
|
200
200
|
"@multiformats/multiaddr": "^12.3.3",
|
|
201
201
|
"@sindresorhus/fnv1a": "^3.1.0",
|
|
202
202
|
"any-signal": "^4.1.1",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"uint8arrays": "^5.1.0"
|
|
216
216
|
},
|
|
217
217
|
"devDependencies": {
|
|
218
|
-
"@libp2p/peer-id": "5.1.2-
|
|
218
|
+
"@libp2p/peer-id": "5.1.2-a5a33afd9",
|
|
219
219
|
"@types/netmask": "^2.0.5",
|
|
220
220
|
"aegir": "^45.1.1",
|
|
221
221
|
"benchmark": "^2.1.4",
|