@libp2p/peer-store 8.1.2 → 8.1.3
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/dist/index.min.js +11 -11
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/peer-store",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.3",
|
|
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",
|
|
@@ -151,6 +151,7 @@
|
|
|
151
151
|
"@libp2p/interfaces": "^3.2.0",
|
|
152
152
|
"@libp2p/logger": "^2.0.7",
|
|
153
153
|
"@libp2p/peer-id": "^2.0.0",
|
|
154
|
+
"@libp2p/peer-id-factory": "^2.0.0",
|
|
154
155
|
"@libp2p/peer-record": "^5.0.3",
|
|
155
156
|
"@multiformats/multiaddr": "^12.0.0",
|
|
156
157
|
"interface-datastore": "^8.0.0",
|
|
@@ -161,11 +162,10 @@
|
|
|
161
162
|
"uint8arrays": "^4.0.2"
|
|
162
163
|
},
|
|
163
164
|
"devDependencies": {
|
|
164
|
-
"@libp2p/peer-id-factory": "^2.0.0",
|
|
165
165
|
"@types/sinon": "^10.0.14",
|
|
166
166
|
"aegir": "^39.0.5",
|
|
167
167
|
"datastore-core": "^9.0.1",
|
|
168
|
-
"delay": "^
|
|
168
|
+
"delay": "^6.0.0",
|
|
169
169
|
"p-defer": "^4.0.0",
|
|
170
170
|
"p-event": "^5.0.1",
|
|
171
171
|
"protons": "^7.0.2",
|