@libp2p/interop 1.0.1 → 1.0.2

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/interop",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Interoperability Tests for libp2p",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/interop#readme",
@@ -138,10 +138,10 @@
138
138
  "p-retry": "^5.1.0",
139
139
  "uint8arrays": "^3.0.0"
140
140
  },
141
- "peerDependencies": {
142
- "aegir": "^37.0.4"
143
- },
144
141
  "devDependencies": {
145
- "aegir": "^37.0.4"
142
+ "aegir": "^37.0.6"
143
+ },
144
+ "peerDependencies": {
145
+ "aegir": "^37.0.6"
146
146
  }
147
147
  }