@libp2p/utils 5.2.0-821a38e24 → 5.2.0-ee7ffe9b9
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/utils",
|
|
3
|
-
"version": "5.2.0-
|
|
3
|
+
"version": "5.2.0-ee7ffe9b9",
|
|
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",
|
|
@@ -119,8 +119,8 @@
|
|
|
119
119
|
},
|
|
120
120
|
"dependencies": {
|
|
121
121
|
"@chainsafe/is-ip": "^2.0.2",
|
|
122
|
-
"@libp2p/interface": "1.1.1-
|
|
123
|
-
"@libp2p/logger": "4.0.4-
|
|
122
|
+
"@libp2p/interface": "1.1.1-ee7ffe9b9",
|
|
123
|
+
"@libp2p/logger": "4.0.4-ee7ffe9b9",
|
|
124
124
|
"@multiformats/multiaddr": "^12.1.10",
|
|
125
125
|
"@multiformats/multiaddr-matcher": "^1.1.0",
|
|
126
126
|
"get-iterator": "^2.0.1",
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"uint8arraylist": "^2.4.3"
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
137
|
-
"@libp2p/peer-id-factory": "4.0.3-
|
|
137
|
+
"@libp2p/peer-id-factory": "4.0.3-ee7ffe9b9",
|
|
138
138
|
"aegir": "^42.0.0",
|
|
139
139
|
"delay": "^6.0.0",
|
|
140
140
|
"it-all": "^3.0.3",
|