@helia/verified-fetch 2.6.8 → 2.6.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/verified-fetch",
3
- "version": "2.6.8",
3
+ "version": "2.6.9",
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",
@@ -153,32 +153,32 @@
153
153
  "@helia/interface": "^5.2.1",
154
154
  "@helia/ipns": "^8.2.0",
155
155
  "@helia/routers": "^3.0.1",
156
- "@helia/unixfs": "^4.0.3",
156
+ "@helia/unixfs": "^5.0.0",
157
157
  "@ipld/dag-cbor": "^9.2.2",
158
158
  "@ipld/dag-json": "^10.2.3",
159
159
  "@ipld/dag-pb": "^4.1.3",
160
- "@libp2p/interface": "^2.8.0",
161
- "@libp2p/kad-dht": "^15.0.0",
162
- "@libp2p/logger": "^5.1.14",
163
- "@libp2p/peer-id": "^5.1.1",
164
- "@libp2p/webrtc": "^5.2.10",
165
- "@libp2p/websockets": "^9.2.9",
160
+ "@libp2p/interface": "^2.9.0",
161
+ "@libp2p/kad-dht": "^15.0.2",
162
+ "@libp2p/logger": "^5.1.15",
163
+ "@libp2p/peer-id": "^5.1.2",
164
+ "@libp2p/webrtc": "^5.2.12",
165
+ "@libp2p/websockets": "^9.2.10",
166
166
  "@multiformats/dns": "^1.0.6",
167
167
  "abortable-iterator": "^5.1.0",
168
- "cborg": "^4.2.8",
169
- "file-type": "^20.4.0",
168
+ "cborg": "^4.2.10",
169
+ "file-type": "^20.4.1",
170
170
  "hashlru": "^2.3.0",
171
- "helia": "^5.2.1",
171
+ "helia": "^5.3.0",
172
172
  "interface-blockstore": "^5.3.1",
173
173
  "interface-datastore": "^8.3.1",
174
- "ipfs-unixfs-exporter": "^13.6.1",
175
- "ipns": "^10.0.1",
176
- "it-map": "^3.1.1",
174
+ "ipfs-unixfs-exporter": "^13.6.2",
175
+ "ipns": "^10.0.2",
176
+ "it-map": "^3.1.2",
177
177
  "it-pipe": "^3.0.1",
178
178
  "it-tar": "^6.0.5",
179
- "it-to-browser-readablestream": "^2.0.9",
180
- "libp2p": "^2.6.2",
181
- "lru-cache": "^11.0.2",
179
+ "it-to-browser-readablestream": "^2.0.10",
180
+ "libp2p": "^2.8.5",
181
+ "lru-cache": "^11.1.0",
182
182
  "multiformats": "^13.3.2",
183
183
  "progress-events": "^1.0.1",
184
184
  "uint8arrays": "^5.1.0"
@@ -189,21 +189,21 @@
189
189
  "@helia/http": "^2.0.5",
190
190
  "@helia/json": "^4.0.3",
191
191
  "@ipld/car": "^5.4.0",
192
- "@libp2p/crypto": "^5.1.0",
193
- "@types/sinon": "^17.0.3",
194
- "aegir": "^45.0.9",
192
+ "@libp2p/crypto": "^5.1.1",
193
+ "@types/sinon": "^17.0.4",
194
+ "aegir": "^45.2.0",
195
195
  "blockstore-core": "^5.0.2",
196
- "browser-readablestream-to-it": "^2.0.7",
196
+ "browser-readablestream-to-it": "^2.0.8",
197
197
  "datastore-core": "^10.0.2",
198
198
  "helia": "^5.3.0",
199
- "ipfs-unixfs-importer": "^15.3.1",
200
- "it-all": "^3.0.6",
201
- "it-drain": "^3.0.7",
202
- "it-last": "^3.0.6",
203
- "it-to-buffer": "^4.0.7",
204
- "magic-bytes.js": "^1.10.0",
199
+ "ipfs-unixfs-importer": "^15.3.2",
200
+ "it-all": "^3.0.7",
201
+ "it-drain": "^3.0.8",
202
+ "it-last": "^3.0.7",
203
+ "it-to-buffer": "^4.0.8",
204
+ "magic-bytes.js": "^1.11.0",
205
205
  "p-defer": "^4.0.1",
206
- "sinon": "^19.0.2",
206
+ "sinon": "^20.0.0",
207
207
  "sinon-ts": "^2.0.0"
208
208
  },
209
209
  "browser": {