@helia/verified-fetch-interop 1.26.0 → 1.26.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.
Files changed (1) hide show
  1. package/package.json +3 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/verified-fetch-interop",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
4
4
  "description": "Interop tests for @helia/verified-fetch",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia-verified-fetch/tree/main/packages/interop#readme",
@@ -35,13 +35,6 @@
35
35
  "import": "./dist/src/index.js"
36
36
  }
37
37
  },
38
- "eslintConfig": {
39
- "extends": "ipfs",
40
- "parserOptions": {
41
- "project": true,
42
- "sourceType": "module"
43
- }
44
- },
45
38
  "release": {
46
39
  "branches": [
47
40
  "main"
@@ -153,14 +146,14 @@
153
146
  "dependencies": {
154
147
  "@helia/delegated-routing-v1-http-api-server": "^4.0.6",
155
148
  "@helia/verified-fetch": "^2.0.0",
156
- "aegir": "^46.0.1",
149
+ "aegir": "^47.0.11",
157
150
  "execa": "^9.5.3",
158
151
  "glob": "^11.0.2",
159
152
  "ipfsd-ctl": "^15.0.2",
160
153
  "kubo": "^0.34.1",
161
154
  "kubo-rpc-client": "^5.1.0",
162
155
  "magic-bytes.js": "^1.12.1",
163
- "multiformats": "^13.3.3",
156
+ "multiformats": "^13.3.6",
164
157
  "sinon-ts": "^2.0.0",
165
158
  "wherearewe": "^2.0.1"
166
159
  },