@helia/verified-fetch 2.5.1 → 2.5.2
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/index.min.js +63 -44
- package/package.json +29 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/verified-fetch",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
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",
|
|
@@ -147,50 +147,50 @@
|
|
|
147
147
|
"release": "aegir release"
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@helia/block-brokers": "^4.0.
|
|
151
|
-
"@helia/car": "^4.0.
|
|
152
|
-
"@helia/delegated-routing-v1-http-api-client": "^4.2.
|
|
153
|
-
"@helia/interface": "^5.
|
|
154
|
-
"@helia/ipns": "^8.0
|
|
155
|
-
"@helia/routers": "^
|
|
156
|
-
"@helia/unixfs": "^4.0.
|
|
157
|
-
"@ipld/dag-cbor": "^9.2.
|
|
158
|
-
"@ipld/dag-json": "^10.2.
|
|
159
|
-
"@ipld/dag-pb": "^4.1.
|
|
160
|
-
"@libp2p/interface": "^2.
|
|
161
|
-
"@libp2p/kad-dht": "^14.
|
|
162
|
-
"@libp2p/logger": "^5.1.
|
|
163
|
-
"@libp2p/peer-id": "^5.0.
|
|
164
|
-
"@libp2p/webrtc": "^5.0
|
|
165
|
-
"@libp2p/websockets": "^9.
|
|
150
|
+
"@helia/block-brokers": "^4.0.4",
|
|
151
|
+
"@helia/car": "^4.0.2",
|
|
152
|
+
"@helia/delegated-routing-v1-http-api-client": "^4.2.2",
|
|
153
|
+
"@helia/interface": "^5.2.0",
|
|
154
|
+
"@helia/ipns": "^8.1.0",
|
|
155
|
+
"@helia/routers": "^3.0.0",
|
|
156
|
+
"@helia/unixfs": "^4.0.2",
|
|
157
|
+
"@ipld/dag-cbor": "^9.2.2",
|
|
158
|
+
"@ipld/dag-json": "^10.2.3",
|
|
159
|
+
"@ipld/dag-pb": "^4.1.3",
|
|
160
|
+
"@libp2p/interface": "^2.5.0",
|
|
161
|
+
"@libp2p/kad-dht": "^14.2.5",
|
|
162
|
+
"@libp2p/logger": "^5.1.8",
|
|
163
|
+
"@libp2p/peer-id": "^5.0.12",
|
|
164
|
+
"@libp2p/webrtc": "^5.1.0",
|
|
165
|
+
"@libp2p/websockets": "^9.1.5",
|
|
166
166
|
"@multiformats/dns": "^1.0.6",
|
|
167
|
-
"cborg": "^4.2.
|
|
167
|
+
"cborg": "^4.2.8",
|
|
168
168
|
"hashlru": "^2.3.0",
|
|
169
|
-
"helia": "^5.1
|
|
169
|
+
"helia": "^5.2.1",
|
|
170
170
|
"interface-blockstore": "^5.3.1",
|
|
171
171
|
"interface-datastore": "^8.3.1",
|
|
172
172
|
"ipfs-unixfs-exporter": "^13.6.1",
|
|
173
|
-
"ipns": "^10.0.
|
|
173
|
+
"ipns": "^10.0.1",
|
|
174
174
|
"it-map": "^3.1.1",
|
|
175
175
|
"it-pipe": "^3.0.1",
|
|
176
176
|
"it-tar": "^6.0.5",
|
|
177
177
|
"it-to-browser-readablestream": "^2.0.9",
|
|
178
|
-
"libp2p": "^2.2
|
|
178
|
+
"libp2p": "^2.6.2",
|
|
179
179
|
"lru-cache": "^11.0.2",
|
|
180
|
-
"multiformats": "^13.3.
|
|
180
|
+
"multiformats": "^13.3.2",
|
|
181
181
|
"progress-events": "^1.0.1",
|
|
182
182
|
"uint8arrays": "^5.1.0"
|
|
183
183
|
},
|
|
184
184
|
"devDependencies": {
|
|
185
|
-
"@helia/dag-cbor": "^4.0.
|
|
186
|
-
"@helia/dag-json": "^4.0.
|
|
187
|
-
"@helia/http": "^2.0.
|
|
188
|
-
"@helia/json": "^4.0.
|
|
189
|
-
"@ipld/car": "^5.
|
|
190
|
-
"@libp2p/crypto": "^5.0.
|
|
185
|
+
"@helia/dag-cbor": "^4.0.2",
|
|
186
|
+
"@helia/dag-json": "^4.0.2",
|
|
187
|
+
"@helia/http": "^2.0.4",
|
|
188
|
+
"@helia/json": "^4.0.2",
|
|
189
|
+
"@ipld/car": "^5.4.0",
|
|
190
|
+
"@libp2p/crypto": "^5.0.11",
|
|
191
191
|
"@sgtpooki/file-type": "^1.0.1",
|
|
192
192
|
"@types/sinon": "^17.0.3",
|
|
193
|
-
"aegir": "^45.0.
|
|
193
|
+
"aegir": "^45.0.9",
|
|
194
194
|
"blockstore-core": "^5.0.2",
|
|
195
195
|
"browser-readablestream-to-it": "^2.0.7",
|
|
196
196
|
"datastore-core": "^10.0.2",
|