@helia/verified-fetch 1.1.0 → 1.1.1
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -610,7 +610,7 @@ Loading this module through a script tag will make it's exports available as `He
|
|
|
610
610
|
|
|
611
611
|
# API Docs
|
|
612
612
|
|
|
613
|
-
- <https://ipfs.github.io/helia-verified-fetch/modules
|
|
613
|
+
- <https://ipfs.github.io/helia-verified-fetch/modules.html>
|
|
614
614
|
|
|
615
615
|
# License
|
|
616
616
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/verified-fetch",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "A fetch-like API for obtaining verified & trustless IPFS content on the web",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia-verified-fetch/tree/main/packages/verified-fetch#readme",
|