@libp2p/record 2.0.4 → 3.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/typedoc-urls.json +4 -0
- package/package.json +5 -5
package/dist/typedoc-urls.json
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
+
"codec": "https://libp2p.github.io/js-libp2p-record/functions/index._internal_.Record.codec.html",
|
|
3
|
+
"decode": "https://libp2p.github.io/js-libp2p-record/functions/index._internal_.Record.decode.html",
|
|
4
|
+
"encode": "https://libp2p.github.io/js-libp2p-record/functions/index._internal_.Record.encode.html",
|
|
5
|
+
"Record": "https://libp2p.github.io/js-libp2p-record/interfaces/index._internal_.Record-1.html",
|
|
2
6
|
"Libp2pRecord": "https://libp2p.github.io/js-libp2p-record/classes/index.Libp2pRecord.html",
|
|
3
7
|
"selectors": "https://libp2p.github.io/js-libp2p-record/variables/selectors.selectors.html",
|
|
4
8
|
"bestRecord": "https://libp2p.github.io/js-libp2p-record/functions/selectors.bestRecord.html",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/record",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "libp2p record implementation",
|
|
5
5
|
"author": "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
|
6
6
|
"license": "Apache-2.0 OR MIT",
|
|
@@ -167,16 +167,16 @@
|
|
|
167
167
|
"docs": "aegir docs"
|
|
168
168
|
},
|
|
169
169
|
"dependencies": {
|
|
170
|
-
"@libp2p/interface-dht": "^
|
|
170
|
+
"@libp2p/interface-dht": "^2.0.0",
|
|
171
171
|
"err-code": "^3.0.1",
|
|
172
|
-
"multiformats": "^
|
|
172
|
+
"multiformats": "^11.0.0",
|
|
173
173
|
"protons-runtime": "^4.0.1",
|
|
174
174
|
"uint8arraylist": "^2.1.1",
|
|
175
175
|
"uint8arrays": "^4.0.2"
|
|
176
176
|
},
|
|
177
177
|
"devDependencies": {
|
|
178
|
-
"@libp2p/crypto": "^1.0.
|
|
179
|
-
"aegir": "^37.
|
|
178
|
+
"@libp2p/crypto": "^1.0.11",
|
|
179
|
+
"aegir": "^37.9.1",
|
|
180
180
|
"protons": "^6.0.0"
|
|
181
181
|
}
|
|
182
182
|
}
|