@libp2p/peer-store 6.0.4 → 7.0.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/peer-store",
3
- "version": "6.0.4",
3
+ "version": "7.0.0",
4
4
  "description": "Stores information about peers libp2p knows on the network",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p-peer-store#readme",
@@ -153,11 +153,7 @@
153
153
  "@libp2p/peer-id": "^2.0.0",
154
154
  "@libp2p/peer-record": "^5.0.0",
155
155
  "@multiformats/multiaddr": "^11.0.0",
156
- "interface-datastore": "^7.0.0",
157
- "it-all": "^2.0.0",
158
- "it-filter": "^2.0.0",
159
- "it-foreach": "^1.0.0",
160
- "it-map": "^2.0.0",
156
+ "interface-datastore": "^8.0.0",
161
157
  "mortice": "^3.0.0",
162
158
  "multiformats": "^11.0.0",
163
159
  "protons-runtime": "^5.0.0",
@@ -168,7 +164,7 @@
168
164
  "@libp2p/peer-id-factory": "^2.0.0",
169
165
  "@libp2p/utils": "^3.0.2",
170
166
  "aegir": "^38.1.6",
171
- "datastore-core": "^8.0.1",
167
+ "datastore-core": "^9.0.1",
172
168
  "delay": "^5.0.0",
173
169
  "p-defer": "^4.0.0",
174
170
  "p-wait-for": "^5.0.0",