@libp2p/interface-compliance-tests 1.1.21 → 1.1.22

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.
Files changed (1) hide show
  1. package/package.json +2 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/interface-compliance-tests",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
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-interfaces/tree/master/packages/libp2p-interface-compliance-tests#readme",
@@ -215,6 +215,7 @@
215
215
  "it-all": "^1.0.6",
216
216
  "it-drain": "^1.0.5",
217
217
  "it-goodbye": "^4.0.1",
218
+ "it-handshake": "^3.0.1",
218
219
  "it-map": "^1.0.6",
219
220
  "it-ndjson": "^0.1.1",
220
221
  "it-pair": "^2.0.2",
@@ -229,8 +230,5 @@
229
230
  "sinon": "^13.0.0",
230
231
  "uint8arrays": "^3.0.0",
231
232
  "util": "^0.12.4"
232
- },
233
- "devDependencies": {
234
- "it-handshake": "^3.0.0"
235
233
  }
236
234
  }