|
32 | 32 | "import": "./dist/src/index.js" |
33 | 33 | } |
34 | 34 | }, |
35 | | - "eslintConfig": { |
36 | | - "extends": "ipfs", |
37 | | - "parserOptions": { |
38 | | - "project": true, |
39 | | - "sourceType": "module" |
40 | | - } |
41 | | - }, |
42 | 35 | "release": { |
43 | 36 | "branches": [ |
44 | 37 | "main" |
|
144 | 137 | }, |
145 | 138 | "dependencies": { |
146 | 139 | "@chainsafe/libp2p-gossipsub": "^14.1.1", |
147 | | - "@libp2p/crypto": "^5.1.2", |
| 140 | + "@libp2p/crypto": "^5.1.7", |
148 | 141 | "@libp2p/daemon-protocol": "^7.0.0", |
149 | | - "@libp2p/interface": "^2.10.0", |
150 | | - "@libp2p/kad-dht": "^15.1.0", |
151 | | - "@libp2p/logger": "^5.1.16", |
152 | | - "@libp2p/peer-id": "^5.1.3", |
153 | | - "@libp2p/tcp": "^10.1.11", |
154 | | - "@multiformats/multiaddr": "^12.4.0", |
155 | | - "it-drain": "^3.0.9", |
| 142 | + "@libp2p/interface": "^2.10.5", |
| 143 | + "@libp2p/kad-dht": "^15.1.10", |
| 144 | + "@libp2p/logger": "^5.1.21", |
| 145 | + "@libp2p/peer-id": "^5.1.8", |
| 146 | + "@libp2p/tcp": "^10.1.18", |
| 147 | + "@multiformats/multiaddr": "^12.5.1", |
| 148 | + "it-drain": "^3.0.10", |
156 | 149 | "it-length-prefixed": "^10.0.1", |
157 | | - "it-length-prefixed-stream": "^2.0.2", |
| 150 | + "it-length-prefixed-stream": "^2.0.3", |
158 | 151 | "it-pipe": "^3.0.1", |
159 | | - "it-protobuf-stream": "^2.0.2", |
| 152 | + "it-protobuf-stream": "^2.0.3", |
160 | 153 | "it-pushable": "^3.2.3", |
161 | | - "multiformats": "^13.3.4", |
| 154 | + "multiformats": "^13.4.0", |
162 | 155 | "uint8arrays": "^5.1.0" |
163 | 156 | }, |
164 | 157 | "devDependencies": { |
|
0 commit comments