@libp2p/interface-compliance-tests 4.0.4 → 4.0.5
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/interface-compliance-tests",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "Compliance tests for JS libp2p interfaces",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/interface-compliance-tests#readme",
|
|
@@ -111,6 +111,7 @@
|
|
|
111
111
|
"@libp2p/peer-id-factory": "^3.0.3",
|
|
112
112
|
"@multiformats/multiaddr": "^12.1.5",
|
|
113
113
|
"abortable-iterator": "^5.0.1",
|
|
114
|
+
"aegir": "^40.0.11",
|
|
114
115
|
"delay": "^6.0.0",
|
|
115
116
|
"it-all": "^3.0.2",
|
|
116
117
|
"it-drain": "^3.0.2",
|
|
@@ -134,7 +135,6 @@
|
|
|
134
135
|
"uint8arrays": "^4.0.6"
|
|
135
136
|
},
|
|
136
137
|
"devDependencies": {
|
|
137
|
-
"aegir": "^40.0.8",
|
|
138
138
|
"protons": "^7.0.2"
|
|
139
139
|
}
|
|
140
140
|
}
|