|
132 | 132 | "scripts": {
|
133 | 133 | "clean": "aegir clean",
|
134 | 134 | "lint": "aegir lint",
|
135 |
| - "dep-check": "aegir dep-check", |
| 135 | + "dep-check": "aegir dep-check -i protons", |
136 | 136 | "generate": "protons src/envelope/envelope.proto src/peer-record/peer-record.proto",
|
137 | 137 | "build": "aegir build",
|
138 | 138 | "test": "aegir test",
|
|
150 | 150 | "@libp2p/interface-peer-id": "^2.0.0",
|
151 | 151 | "@libp2p/interface-record": "^2.0.1",
|
152 | 152 | "@libp2p/interfaces": "^3.2.0",
|
153 |
| - "@libp2p/logger": "^2.0.5", |
154 | 153 | "@libp2p/peer-id": "^2.0.0",
|
155 | 154 | "@libp2p/utils": "^3.0.0",
|
156 | 155 | "@multiformats/multiaddr": "^11.0.0",
|
157 |
| - "interface-datastore": "^7.0.0", |
158 |
| - "it-all": "^2.0.0", |
159 |
| - "it-filter": "^2.0.0", |
160 |
| - "it-foreach": "^1.0.0", |
161 |
| - "it-map": "^2.0.0", |
162 |
| - "it-pipe": "^2.0.3", |
163 |
| - "multiformats": "^11.0.0", |
164 | 156 | "protons-runtime": "^5.0.0",
|
165 | 157 | "uint8-varint": "^1.0.2",
|
166 | 158 | "uint8arraylist": "^2.1.0",
|
167 |
| - "uint8arrays": "^4.0.2", |
168 |
| - "varint": "^6.0.0" |
| 159 | + "uint8arrays": "^4.0.2" |
169 | 160 | },
|
170 | 161 | "devDependencies": {
|
171 | 162 | "@libp2p/interface-record-compliance-tests": "^2.0.0",
|
172 | 163 | "@libp2p/peer-id-factory": "^2.0.0",
|
173 | 164 | "@types/varint": "^6.0.0",
|
174 | 165 | "aegir": "^38.1.2",
|
175 |
| - "protons": "^7.0.2", |
176 |
| - "sinon": "^15.0.0" |
| 166 | + "protons": "^7.0.2" |
177 | 167 | }
|
178 | 168 | }
|
0 commit comments