@libp2p/peer-store 5.0.1 → 6.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/dist/index.min.js +15 -7
- package/dist/typedoc-urls.json +1 -0
- package/package.json +7 -7
package/dist/typedoc-urls.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"Store": "https://libp2p.github.io/js-libp2p-peer-store/interfaces/_internal_.Store.html",
|
|
2
3
|
"PersistentPeerStore": "https://libp2p.github.io/js-libp2p-peer-store/classes/PersistentPeerStore.html",
|
|
3
4
|
"PersistentPeerStoreComponents": "https://libp2p.github.io/js-libp2p-peer-store/interfaces/PersistentPeerStoreComponents.html"
|
|
4
5
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/peer-store",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.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",
|
|
@@ -144,14 +144,14 @@
|
|
|
144
144
|
"docs": "aegir docs"
|
|
145
145
|
},
|
|
146
146
|
"dependencies": {
|
|
147
|
-
"@libp2p/interface-peer-id": "^
|
|
147
|
+
"@libp2p/interface-peer-id": "^2.0.0",
|
|
148
148
|
"@libp2p/interface-peer-info": "^1.0.3",
|
|
149
149
|
"@libp2p/interface-peer-store": "^1.2.2",
|
|
150
150
|
"@libp2p/interface-record": "^2.0.1",
|
|
151
151
|
"@libp2p/interfaces": "^3.0.3",
|
|
152
152
|
"@libp2p/logger": "^2.0.0",
|
|
153
|
-
"@libp2p/peer-id": "^
|
|
154
|
-
"@libp2p/peer-record": "^
|
|
153
|
+
"@libp2p/peer-id": "^2.0.0",
|
|
154
|
+
"@libp2p/peer-record": "^5.0.0",
|
|
155
155
|
"@multiformats/multiaddr": "^11.0.0",
|
|
156
156
|
"err-code": "^3.0.1",
|
|
157
157
|
"interface-datastore": "^7.0.0",
|
|
@@ -161,16 +161,16 @@
|
|
|
161
161
|
"it-map": "^2.0.0",
|
|
162
162
|
"it-pipe": "^2.0.3",
|
|
163
163
|
"mortice": "^3.0.0",
|
|
164
|
-
"multiformats": "^
|
|
164
|
+
"multiformats": "^11.0.0",
|
|
165
165
|
"protons-runtime": "^4.0.1",
|
|
166
166
|
"uint8arraylist": "^2.1.1",
|
|
167
167
|
"uint8arrays": "^4.0.2"
|
|
168
168
|
},
|
|
169
169
|
"devDependencies": {
|
|
170
170
|
"@libp2p/interface-compliance-tests": "^3.0.2",
|
|
171
|
-
"@libp2p/peer-id-factory": "^
|
|
171
|
+
"@libp2p/peer-id-factory": "^2.0.0",
|
|
172
172
|
"@libp2p/utils": "^3.0.2",
|
|
173
|
-
"aegir": "^37.
|
|
173
|
+
"aegir": "^37.9.1",
|
|
174
174
|
"datastore-core": "^8.0.1",
|
|
175
175
|
"delay": "^5.0.0",
|
|
176
176
|
"p-defer": "^4.0.0",
|