@libp2p/interface-compliance-tests 6.1.8-a5cd8cfbe → 6.1.8-c2ff2e454

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/interface-compliance-tests",
3
- "version": "6.1.8-a5cd8cfbe",
3
+ "version": "6.1.8-c2ff2e454",
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/main/packages/interface-compliance-tests#readme",
@@ -108,14 +108,14 @@
108
108
  "test:electron-main": "aegir test -t electron-main"
109
109
  },
110
110
  "dependencies": {
111
- "@libp2p/crypto": "5.0.6-a5cd8cfbe",
112
- "@libp2p/interface": "2.2.0-a5cd8cfbe",
113
- "@libp2p/interface-internal": "2.0.10-a5cd8cfbe",
114
- "@libp2p/logger": "5.1.3-a5cd8cfbe",
115
- "@libp2p/multistream-select": "6.0.8-a5cd8cfbe",
116
- "@libp2p/peer-collections": "6.0.10-a5cd8cfbe",
117
- "@libp2p/peer-id": "5.0.7-a5cd8cfbe",
118
- "@libp2p/utils": "6.1.3-a5cd8cfbe",
111
+ "@libp2p/crypto": "5.0.6-c2ff2e454",
112
+ "@libp2p/interface": "2.2.0-c2ff2e454",
113
+ "@libp2p/interface-internal": "2.0.10-c2ff2e454",
114
+ "@libp2p/logger": "5.1.3-c2ff2e454",
115
+ "@libp2p/multistream-select": "6.0.8-c2ff2e454",
116
+ "@libp2p/peer-collections": "6.0.10-c2ff2e454",
117
+ "@libp2p/peer-id": "5.0.7-c2ff2e454",
118
+ "@libp2p/utils": "6.1.3-c2ff2e454",
119
119
  "@multiformats/multiaddr": "^12.2.3",
120
120
  "abortable-iterator": "^5.0.1",
121
121
  "aegir": "^44.0.1",