@helia/verified-fetch 1.3.8 → 1.3.10
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/dist/index.min.js +7 -7
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/dist/src/verified-fetch.d.ts.map +1 -1
- package/dist/src/verified-fetch.js +5 -11
- package/dist/src/verified-fetch.js.map +1 -1
- package/package.json +2 -2
- package/src/index.ts +1 -1
- package/src/verified-fetch.ts +5 -10
package/README.md
CHANGED
|
@@ -117,7 +117,7 @@ For full control of how `@helia/verified-fetch` fetches content from the distrib
|
|
|
117
117
|
|
|
118
118
|
The [helia](https://www.npmjs.com/package/helia) module is configured with a libp2p node that is suited for decentralized applications, alternatively [@helia/http](https://www.npmjs.com/package/@helia/http) is available which uses HTTP gateways for all network operations.
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
See variations of [Helia and js-libp2p configuration options](https://helia.io/interfaces/helia.HeliaInit.html)
|
|
121
121
|
|
|
122
122
|
```typescript
|
|
123
123
|
import { trustlessGateway } from '@helia/block-brokers'
|