|
6 | 6 | "main": "src/index.js", |
7 | 7 | "types": "dist/src/index.d.ts", |
8 | 8 | "scripts": { |
9 | | - "prepare": "aegir build --no-bundle", |
| 9 | + "prepare": "npm run build", |
| 10 | + "build": "aegir build --no-bundle", |
10 | 11 | "lint": "aegir lint", |
11 | 12 | "release": "aegir release --target node", |
12 | 13 | "release-minor": "aegir release --target node --type minor", |
|
39 | 40 | "dependencies": { |
40 | 41 | "debug": "^4.2.0", |
41 | 42 | "err-code": "^3.0.1", |
42 | | - "interface-datastore": "^4.0.0", |
| 43 | + "interface-datastore": "^5.1.1", |
43 | 44 | "uint8arrays": "^2.0.5" |
44 | 45 | }, |
45 | 46 | "devDependencies": { |
46 | 47 | "@types/detect-node": "^2.0.0", |
47 | 48 | "@types/mocha": "^8.2.1", |
48 | 49 | "@types/sinon": "^10.0.0", |
49 | | - "aegir": "^33.1.0", |
| 50 | + "aegir": "^34.0.1", |
50 | 51 | "detect-node": "^2.0.4", |
51 | | - "ipfs-core-types": "^0.3.0", |
| 52 | + "ipfs-core-types": "^0.5.2", |
52 | 53 | "it-pair": "^1.0.0", |
53 | | - "libp2p": "^0.30.9", |
54 | | - "libp2p-gossipsub": "^0.8.0", |
55 | | - "libp2p-interfaces": "^0.10.3", |
| 54 | + "libp2p": "next", |
| 55 | + "libp2p-gossipsub": "^0.11.0", |
| 56 | + "libp2p-interfaces": "^1.0.1", |
56 | 57 | "libp2p-record": "^0.10.0", |
57 | 58 | "p-wait-for": "^3.1.0", |
58 | | - "peer-id": "^0.14.2", |
59 | | - "sinon": "^10.0.0" |
| 59 | + "peer-id": "^0.15.0", |
| 60 | + "sinon": "^11.1.1" |
60 | 61 | }, |
61 | 62 | "contributors": [ |
62 | 63 | "Vasco Santos <[email protected]>", |
|
0 commit comments