@libp2p/interface-compliance-tests 4.0.2-3345f28b → 4.0.2-4c1a33b3

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/interface-compliance-tests",
3
- "version": "4.0.2-3345f28b",
3
+ "version": "4.0.2-4c1a33b3",
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",
@@ -102,14 +102,14 @@
102
102
  "test:electron-main": "aegir test -t electron-main"
103
103
  },
104
104
  "dependencies": {
105
- "@libp2p/interface": "0.1.1-3345f28b",
106
- "@libp2p/interface-internal": "0.1.2-3345f28b",
107
- "@libp2p/logger": "3.0.1-3345f28b",
108
- "@libp2p/multistream-select": "4.0.1-3345f28b",
109
- "@libp2p/peer-collections": "4.0.2-3345f28b",
110
- "@libp2p/peer-id": "3.0.1-3345f28b",
111
- "@libp2p/peer-id-factory": "3.0.2-3345f28b",
112
- "@multiformats/multiaddr": "^12.1.3",
105
+ "@libp2p/interface": "0.1.1-4c1a33b3",
106
+ "@libp2p/interface-internal": "0.1.2-4c1a33b3",
107
+ "@libp2p/logger": "3.0.1-4c1a33b3",
108
+ "@libp2p/multistream-select": "4.0.1-4c1a33b3",
109
+ "@libp2p/peer-collections": "4.0.2-4c1a33b3",
110
+ "@libp2p/peer-id": "3.0.1-4c1a33b3",
111
+ "@libp2p/peer-id-factory": "3.0.2-4c1a33b3",
112
+ "@multiformats/multiaddr": "^12.1.5",
113
113
  "abortable-iterator": "^5.0.1",
114
114
  "delay": "^6.0.0",
115
115
  "it-all": "^3.0.2",
@@ -131,10 +131,10 @@
131
131
  "protons-runtime": "^5.0.0",
132
132
  "sinon": "^15.1.2",
133
133
  "uint8arraylist": "^2.4.3",
134
- "uint8arrays": "^4.0.4"
134
+ "uint8arrays": "^4.0.6"
135
135
  },
136
136
  "devDependencies": {
137
- "aegir": "^40.0.1",
137
+ "aegir": "^40.0.8",
138
138
  "protons": "^7.0.2"
139
139
  }
140
140
  }