@libp2p/utils 2.0.0 → 2.0.1
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 +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/utils",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
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-utils#readme",
|
|
@@ -174,7 +174,6 @@
|
|
|
174
174
|
"@achingbrain/ip-address": "^8.1.0",
|
|
175
175
|
"@libp2p/interface-connection": "^1.0.1",
|
|
176
176
|
"@libp2p/interface-peer-store": "^1.0.0",
|
|
177
|
-
"@libp2p/interface-transport": "^1.0.0",
|
|
178
177
|
"@libp2p/logger": "^2.0.0",
|
|
179
178
|
"@multiformats/multiaddr": "^10.1.1",
|
|
180
179
|
"abortable-iterator": "^4.0.2",
|
|
@@ -184,7 +183,6 @@
|
|
|
184
183
|
"private-ip": "^2.1.1"
|
|
185
184
|
},
|
|
186
185
|
"devDependencies": {
|
|
187
|
-
"@libp2p/interfaces": "^1.0.3",
|
|
188
186
|
"aegir": "^37.2.0",
|
|
189
187
|
"it-all": "^1.0.6",
|
|
190
188
|
"it-pair": "^2.0.2",
|