|
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 | | - "ignorePatterns": [ |
45 | | - "scripts/*", |
46 | | - "*.test-d.ts" |
47 | | - ] |
48 | | - }, |
49 | 38 | "scripts": { |
50 | 39 | "clean": "aegir clean", |
51 | 40 | "lint": "aegir lint", |
|
64 | 53 | "dependencies": { |
65 | 54 | "@helia/interface": "^5.4.0", |
66 | 55 | "@helia/utils": "^1.4.0", |
67 | | - "@libp2p/interface": "^2.2.1", |
68 | | - "@libp2p/logger": "^5.1.4", |
69 | | - "@libp2p/peer-collections": "^6.0.12", |
70 | | - "@libp2p/utils": "^6.2.1", |
71 | | - "@multiformats/multiaddr": "^12.3.3", |
| 56 | + "@libp2p/interface": "^3.0.2", |
| 57 | + "@libp2p/logger": "^6.0.5", |
| 58 | + "@libp2p/peer-collections": "^7.0.5", |
| 59 | + "@libp2p/utils": "^7.0.5", |
| 60 | + "@multiformats/multiaddr": "^13.0.1", |
72 | 61 | "any-signal": "^4.1.1", |
73 | | - "interface-blockstore": "^5.3.1", |
74 | | - "interface-store": "^6.0.2", |
75 | | - "it-drain": "^3.0.7", |
| 62 | + "interface-blockstore": "^6.0.1", |
| 63 | + "interface-store": "^7.0.0", |
| 64 | + "it-drain": "^3.0.10", |
76 | 65 | "it-length-prefixed": "^10.0.1", |
77 | | - "it-map": "^3.1.1", |
78 | | - "it-pipe": "^3.0.1", |
79 | | - "it-take": "^3.0.6", |
80 | | - "multiformats": "^13.3.1", |
| 66 | + "it-map": "^3.1.4", |
| 67 | + "it-pushable": "^3.2.3", |
| 68 | + "it-take": "^3.0.9", |
| 69 | + "it-to-buffer": "^4.0.10", |
| 70 | + "multiformats": "^13.4.1", |
81 | 71 | "p-defer": "^4.0.1", |
82 | 72 | "progress-events": "^1.0.1", |
83 | | - "protons-runtime": "^5.5.0", |
84 | | - "race-event": "^1.3.0", |
| 73 | + "protons-runtime": "^5.6.0", |
| 74 | + "race-event": "^1.6.1", |
85 | 75 | "uint8-varint": "^2.0.4", |
86 | 76 | "uint8arraylist": "^2.4.8", |
87 | 77 | "uint8arrays": "^5.1.0" |
88 | 78 | }, |
89 | 79 | "devDependencies": { |
90 | | - "@libp2p/crypto": "^5.0.7", |
91 | | - "@libp2p/interface-compliance-tests": "^6.1.11", |
92 | | - "@libp2p/peer-id": "^5.0.8", |
93 | | - "@types/sinon": "^17.0.3", |
94 | | - "aegir": "^47.0.7", |
95 | | - "blockstore-core": "^5.0.2", |
| 80 | + "@libp2p/crypto": "^5.1.12", |
| 81 | + "@libp2p/peer-id": "^6.0.3", |
| 82 | + "@types/sinon": "^17.0.4", |
| 83 | + "aegir": "^47.0.22", |
| 84 | + "blockstore-core": "^6.0.2", |
96 | 85 | "delay": "^6.0.0", |
97 | | - "it-all": "^3.0.6", |
98 | | - "it-length-prefixed-stream": "^2.0.2", |
99 | | - "it-pair": "^2.0.6", |
100 | | - "it-protobuf-stream": "^2.0.2", |
101 | | - "p-event": "^6.0.1", |
102 | | - "p-retry": "^6.2.1", |
103 | | - "p-wait-for": "^5.0.2", |
104 | | - "protons": "^7.6.0", |
105 | | - "sinon": "^20.0.0", |
| 86 | + "it-all": "^3.0.9", |
| 87 | + "p-event": "^7.0.0", |
| 88 | + "p-retry": "^7.0.0", |
| 89 | + "p-wait-for": "^6.0.0", |
| 90 | + "protons": "^7.7.0", |
| 91 | + "sinon": "^21.0.0", |
106 | 92 | "sinon-ts": "^2.0.0" |
107 | 93 | }, |
108 | 94 | "browser": { |
|
0 commit comments