@libp2p/utils 6.5.3 → 6.5.4
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/utils",
|
|
3
|
-
"version": "6.5.
|
|
3
|
+
"version": "6.5.4",
|
|
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",
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
"netmask": "^2.0.2",
|
|
206
206
|
"p-defer": "^4.0.1",
|
|
207
207
|
"race-event": "^1.3.0",
|
|
208
|
-
"race-signal": "^1.1.
|
|
208
|
+
"race-signal": "^1.1.2",
|
|
209
209
|
"uint8arraylist": "^2.4.8",
|
|
210
210
|
"uint8arrays": "^5.1.0"
|
|
211
211
|
},
|