@helia/bitswap 0.0.0-e582c63 → 0.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 +24 -0
- package/package.json +3 -4
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Bitswap": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.Bitswap.html",
|
|
3
|
+
".:Bitswap": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.Bitswap.html",
|
|
4
|
+
"BitswapComponents": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.BitswapComponents.html",
|
|
5
|
+
".:BitswapComponents": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.BitswapComponents.html",
|
|
6
|
+
"BitswapOptions": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.BitswapOptions.html",
|
|
7
|
+
".:BitswapOptions": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.BitswapOptions.html",
|
|
8
|
+
"BitswapSession": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.BitswapSession.html",
|
|
9
|
+
".:BitswapSession": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.BitswapSession.html",
|
|
10
|
+
"CreateBitswapSessionOptions": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.CreateBitswapSessionOptions.html",
|
|
11
|
+
".:CreateBitswapSessionOptions": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.CreateBitswapSessionOptions.html",
|
|
12
|
+
"MultihashHasherLoader": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.MultihashHasherLoader.html",
|
|
13
|
+
".:MultihashHasherLoader": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.MultihashHasherLoader.html",
|
|
14
|
+
"WantListEntry": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.WantListEntry.html",
|
|
15
|
+
".:WantListEntry": "https://ipfs.github.io/helia/interfaces/_helia_bitswap.WantListEntry.html",
|
|
16
|
+
"BitswapNotifyProgressEvents": "https://ipfs.github.io/helia/types/_helia_bitswap.BitswapNotifyProgressEvents.html",
|
|
17
|
+
".:BitswapNotifyProgressEvents": "https://ipfs.github.io/helia/types/_helia_bitswap.BitswapNotifyProgressEvents.html",
|
|
18
|
+
"BitswapWantBlockProgressEvents": "https://ipfs.github.io/helia/types/_helia_bitswap.BitswapWantBlockProgressEvents.html",
|
|
19
|
+
".:BitswapWantBlockProgressEvents": "https://ipfs.github.io/helia/types/_helia_bitswap.BitswapWantBlockProgressEvents.html",
|
|
20
|
+
"BitswapWantProgressEvents": "https://ipfs.github.io/helia/types/_helia_bitswap.BitswapWantProgressEvents.html",
|
|
21
|
+
".:BitswapWantProgressEvents": "https://ipfs.github.io/helia/types/_helia_bitswap.BitswapWantProgressEvents.html",
|
|
22
|
+
"createBitswap": "https://ipfs.github.io/helia/functions/_helia_bitswap.createBitswap.html",
|
|
23
|
+
".:createBitswap": "https://ipfs.github.io/helia/functions/_helia_bitswap.createBitswap.html"
|
|
24
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/bitswap",
|
|
3
|
-
"version": "0.0.0
|
|
3
|
+
"version": "0.0.0",
|
|
4
4
|
"description": "JavaScript implementation of the Bitswap data exchange protocol used by Helia",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/bitswap#readme",
|
|
@@ -12,8 +12,7 @@
|
|
|
12
12
|
"url": "https://github.com/ipfs/helia/issues"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|
|
15
|
-
"access": "public"
|
|
16
|
-
"provenance": true
|
|
15
|
+
"access": "public"
|
|
17
16
|
},
|
|
18
17
|
"keywords": [
|
|
19
18
|
"exchange",
|
|
@@ -148,7 +147,7 @@
|
|
|
148
147
|
"docs": "aegir docs"
|
|
149
148
|
},
|
|
150
149
|
"dependencies": {
|
|
151
|
-
"@helia/interface": "4.
|
|
150
|
+
"@helia/interface": "^4.0.0",
|
|
152
151
|
"@libp2p/interface": "^1.1.2",
|
|
153
152
|
"@libp2p/logger": "^4.0.5",
|
|
154
153
|
"@libp2p/peer-collections": "^5.1.6",
|