@libp2p/interop 12.2.0 → 13.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/interop",
3
- "version": "12.2.0",
3
+ "version": "13.0.1",
4
4
  "description": "Interoperability Tests for libp2p",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/interop#readme",
@@ -135,8 +135,8 @@
135
135
  "docs": "aegir docs"
136
136
  },
137
137
  "dependencies": {
138
- "@libp2p/daemon-client": "^8.0.0",
139
- "@libp2p/interface": "^1.0.0",
138
+ "@libp2p/daemon-client": "^9.0.0",
139
+ "@libp2p/interface": "^2.0.0",
140
140
  "@multiformats/multiaddr": "^12.0.0",
141
141
  "delay": "^6.0.0",
142
142
  "it-all": "^3.0.1",
@@ -154,7 +154,7 @@
154
154
  "uint8arrays": "^5.0.0"
155
155
  },
156
156
  "devDependencies": {
157
- "aegir": "^44.1.1",
157
+ "aegir": "^45.0.8",
158
158
  "protons": "^7.0.2"
159
159
  },
160
160
  "peerDependencies": {