@helia/block-brokers 4.2.2-41bcc88d → 4.2.2-7a52e951

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -29,7 +29,7 @@ Loading this module through a script tag will make its exports available as `Hel
29
29
 
30
30
  # API Docs
31
31
 
32
- - <https://ipfs.github.io/helia/modules/_helia_block-brokers.html>
32
+ - <https://ipfs.github.io/helia/modules/_helia_block_brokers.html>
33
33
 
34
34
  # License
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/block-brokers",
3
- "version": "4.2.2-41bcc88d",
3
+ "version": "4.2.2-7a52e951",
4
4
  "description": "Block brokers for Helia",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme",
@@ -54,9 +54,9 @@
54
54
  "test:electron-main": "aegir test -t electron-main"
55
55
  },
56
56
  "dependencies": {
57
- "@helia/bitswap": "2.1.2-41bcc88d",
58
- "@helia/interface": "5.3.2-41bcc88d",
59
- "@helia/utils": "1.3.2-41bcc88d",
57
+ "@helia/bitswap": "2.1.2-7a52e951",
58
+ "@helia/interface": "5.3.2-7a52e951",
59
+ "@helia/utils": "1.3.2-7a52e951",
60
60
  "@libp2p/interface": "^2.2.1",
61
61
  "@libp2p/utils": "^6.2.1",
62
62
  "@multiformats/multiaddr": "^12.3.3",