@libp2p/peer-store 1.0.9 → 1.0.10
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/peer-store",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
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-interfaces/tree/master/packages/libp2p-peer-store#readme",
|
|
@@ -139,8 +139,10 @@
|
|
|
139
139
|
"dependencies": {
|
|
140
140
|
"@libp2p/interfaces": "^1.3.0",
|
|
141
141
|
"@libp2p/logger": "^1.1.0",
|
|
142
|
+
"@libp2p/peer-id": "^1.1.0",
|
|
142
143
|
"@libp2p/peer-record": "^1.0.0",
|
|
143
144
|
"@multiformats/multiaddr": "^10.1.5",
|
|
145
|
+
"err-code": "^3.0.1",
|
|
144
146
|
"interface-datastore": "^6.1.0",
|
|
145
147
|
"it-all": "^1.0.6",
|
|
146
148
|
"it-filter": "^1.0.3",
|
|
@@ -149,20 +151,18 @@
|
|
|
149
151
|
"it-pipe": "^2.0.3",
|
|
150
152
|
"mortice": "^3.0.0",
|
|
151
153
|
"multiformats": "^9.6.3",
|
|
152
|
-
"protons-runtime": "^1.0.2"
|
|
154
|
+
"protons-runtime": "^1.0.2",
|
|
155
|
+
"uint8arrays": "^3.0.0"
|
|
153
156
|
},
|
|
154
157
|
"devDependencies": {
|
|
155
158
|
"@libp2p/interface-compliance-tests": "^1.1.0",
|
|
156
|
-
"@libp2p/peer-id": "^1.1.0",
|
|
157
159
|
"@libp2p/peer-id-factory": "^1.0.0",
|
|
158
160
|
"@libp2p/utils": "^1.0.9",
|
|
159
161
|
"aegir": "^37.0.7",
|
|
160
162
|
"datastore-core": "^7.0.1",
|
|
161
|
-
"err-code": "^3.0.1",
|
|
162
163
|
"p-defer": "^4.0.0",
|
|
163
164
|
"p-wait-for": "^4.1.0",
|
|
164
165
|
"protons": "^3.0.2",
|
|
165
|
-
"sinon": "^13.0.1"
|
|
166
|
-
"uint8arrays": "^3.0.0"
|
|
166
|
+
"sinon": "^13.0.1"
|
|
167
167
|
}
|
|
168
168
|
}
|