@helia/verified-fetch 7.2.4 → 7.2.6

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": "7.2.4",
3
+ "version": "7.2.6",
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",
@@ -47,11 +47,13 @@
47
47
  "exports": {
48
48
  ".": {
49
49
  "types": "./dist/src/index.d.ts",
50
- "import": "./dist/src/index.js"
50
+ "import": "./dist/src/index.js",
51
+ "module-sync": "./dist/src/index.js"
51
52
  },
52
53
  "./plugins": {
53
54
  "types": "./dist/src/plugins/plugins.d.ts",
54
- "import": "./dist/src/plugins/plugins.js"
55
+ "import": "./dist/src/plugins/plugins.js",
56
+ "module-sync": "./dist/src/plugins/plugins.js"
55
57
  }
56
58
  },
57
59
  "release": {
@@ -164,64 +166,64 @@
164
166
  "release": "aegir release"
165
167
  },
166
168
  "dependencies": {
167
- "@helia/block-brokers": "^5.2.1",
168
- "@helia/car": "^5.4.0",
169
+ "@helia/block-brokers": "^5.2.2",
170
+ "@helia/car": "^5.4.1",
169
171
  "@helia/delegated-routing-v1-http-api-client": "^6.0.1",
170
- "@helia/dnslink": "^1.2.0",
171
- "@helia/interface": "^6.2.0",
172
- "@helia/ipns": "^9.2.0",
173
- "@helia/routers": "^5.1.0",
174
- "@helia/unixfs": "^7.2.0",
175
- "@ipld/dag-cbor": "^9.2.3",
176
- "@ipld/dag-json": "^10.2.4",
172
+ "@helia/dnslink": "^1.2.1",
173
+ "@helia/interface": "^6.2.1",
174
+ "@helia/ipns": "^9.2.1",
175
+ "@helia/routers": "^5.1.1",
176
+ "@helia/unixfs": "^7.2.1",
177
+ "@ipld/dag-cbor": "^9.2.6",
178
+ "@ipld/dag-json": "^10.2.7",
177
179
  "@ipld/dag-pb": "^4.1.5",
178
- "@libp2p/interface": "^3.1.0",
179
- "@libp2p/kad-dht": "^16.1.0",
180
- "@libp2p/peer-id": "^6.0.4",
181
- "@libp2p/utils": "^7.0.7",
182
- "@libp2p/webrtc": "^6.0.8",
183
- "@libp2p/websockets": "^10.1.0",
184
- "@multiformats/dns": "^1.0.6",
180
+ "@libp2p/interface": "^3.2.0",
181
+ "@libp2p/kad-dht": "^16.2.0",
182
+ "@libp2p/peer-id": "^6.0.6",
183
+ "@libp2p/utils": "^7.0.15",
184
+ "@libp2p/webrtc": "^6.0.16",
185
+ "@libp2p/websockets": "^10.1.8",
186
+ "@multiformats/dns": "^1.0.13",
185
187
  "@multiformats/multiaddr": "^13.0.1",
186
188
  "@multiformats/multiaddr-matcher": "^3.0.2",
187
- "file-type": "^21.1.1",
188
- "helia": "^6.1.1",
189
- "interface-blockstore": "^6.0.1",
190
- "ipfs-unixfs-exporter": "^15.0.2",
191
- "ipns": "^10.1.3",
192
- "it-first": "^3.0.9",
193
- "it-last": "^3.0.9",
194
- "it-map": "^3.1.3",
189
+ "file-type": "^22.0.1",
190
+ "helia": "^6.1.2",
191
+ "interface-blockstore": "^6.0.2",
192
+ "ipfs-unixfs-exporter": "^15.0.4",
193
+ "ipns": "^10.1.6",
194
+ "it-first": "^3.0.11",
195
+ "it-last": "^3.0.11",
196
+ "it-map": "^3.1.6",
195
197
  "it-pipe": "^3.0.1",
196
198
  "it-tar": "^6.0.5",
197
- "it-to-browser-readablestream": "^2.0.11",
198
- "it-to-buffer": "^4.0.9",
199
- "libp2p": "^3.1.0",
200
- "multiformats": "^13.3.6",
201
- "progress-events": "^1.0.1",
202
- "quick-lru": "^7.0.1",
199
+ "it-to-browser-readablestream": "^2.0.14",
200
+ "it-to-buffer": "^4.0.12",
201
+ "libp2p": "^3.2.0",
202
+ "multiformats": "^13.4.2",
203
+ "progress-events": "^1.1.0",
204
+ "quick-lru": "^7.3.0",
203
205
  "regexp.escape": "^2.0.1",
204
- "uint8arrays": "^5.1.0"
206
+ "uint8arrays": "^5.1.1"
205
207
  },
206
208
  "devDependencies": {
207
- "@helia/dag-cbor": "^5.1.0",
208
- "@helia/dag-json": "^5.1.0",
209
- "@helia/http": "^3.1.1",
210
- "@helia/json": "^5.1.0",
211
- "@ipld/car": "^5.4.2",
212
- "@libp2p/crypto": "^5.1.13",
213
- "@libp2p/logger": "^6.2.0",
209
+ "@helia/dag-cbor": "^5.1.1",
210
+ "@helia/dag-json": "^5.1.1",
211
+ "@helia/http": "^3.1.2",
212
+ "@helia/json": "^5.1.1",
213
+ "@ipld/car": "^5.4.3",
214
+ "@libp2p/crypto": "^5.1.15",
215
+ "@libp2p/logger": "^6.2.4",
214
216
  "@types/regexp.escape": "^2.0.0",
215
- "@types/sinon": "^21.0.0",
216
- "aegir": "^47.0.24",
217
- "blockstore-core": "^6.1.1",
218
- "browser-readablestream-to-it": "^2.0.9",
217
+ "@types/sinon": "^21.0.1",
218
+ "aegir": "^47.1.5",
219
+ "blockstore-core": "^6.1.3",
220
+ "browser-readablestream-to-it": "^2.0.12",
219
221
  "cborg": "^5.1.0",
220
- "ipfs-unixfs-importer": "^16.0.1",
221
- "it-all": "^3.0.8",
222
- "magic-bytes.js": "^1.12.1",
222
+ "ipfs-unixfs-importer": "^16.1.4",
223
+ "it-all": "^3.0.11",
224
+ "magic-bytes.js": "^1.13.0",
223
225
  "race-signal": "^2.0.0",
224
- "sinon": "^21.0.0",
226
+ "sinon": "^21.1.2",
225
227
  "sinon-ts": "^2.0.0"
226
228
  },
227
229
  "browser": {