|
62 | 62 | "test:electron-renderer": "aegir build --esm-tests && aegir test -t electron-renderer -f ./dist/cjs/browser-test/*.spec.js",
|
63 | 63 | "test:bootstrapers": "IPFS_TEST=bootstrapers aegir test -t browser -f test/bootstrapers.js",
|
64 | 64 | "clean": "rimraf ./dist",
|
65 |
| - "dep-check": "aegir dep-check -i interface-ipfs-core -i ipfs-core-types -i abort-controller -i npm-run-all" |
| 65 | + "dep-check": "aegir dep-check -i interface-ipfs-core -i ipfs-core-types -i abort-controller -i npm-run-all --i interface-blockstore" |
66 | 66 | },
|
67 | 67 | "dependencies": {
|
68 | 68 | "@chainsafe/libp2p-noise": "^4.0.0",
|
|
72 | 72 | "@multiformats/murmur3": "^1.0.1",
|
73 | 73 | "any-signal": "^2.1.2",
|
74 | 74 | "array-shuffle": "^2.0.0",
|
75 |
| - "blockstore-datastore-adapter": "^1.0.2", |
76 |
| - "datastore-core": "^5.0.1", |
77 |
| - "datastore-pubsub": "^0.7.0", |
| 75 | + "blockstore-core": "^1.0.2", |
| 76 | + "blockstore-datastore-adapter": "^2.0.2", |
| 77 | + "datastore-core": "^6.0.7", |
| 78 | + "datastore-fs": "^6.0.1", |
| 79 | + "datastore-level": "^7.0.1", |
| 80 | + "datastore-pubsub": "^1.0.0", |
78 | 81 | "debug": "^4.1.1",
|
79 | 82 | "dlv": "^1.1.3",
|
80 | 83 | "err-code": "^3.0.1",
|
81 | 84 | "hamt-sharding": "^2.0.0",
|
82 | 85 | "hashlru": "^2.3.0",
|
83 |
| - "interface-blockstore": "^1.0.0", |
84 |
| - "interface-datastore": "^5.2.0", |
85 |
| - "ipfs-bitswap": "^6.0.0", |
86 |
| - "ipfs-core-config": "^0.0.1", |
| 86 | + "interface-blockstore": "^2.0.2", |
| 87 | + "interface-datastore": "^6.0.2", |
| 88 | + "ipfs-bitswap": "^7.0.0", |
87 | 89 | "ipfs-core-types": "^0.7.3",
|
88 | 90 | "ipfs-core-utils": "^0.10.5",
|
89 | 91 | "ipfs-http-client": "^52.0.5",
|
90 |
| - "ipfs-repo": "^12.0.0", |
| 92 | + "ipfs-repo": "^13.0.4", |
91 | 93 | "ipfs-unixfs": "^6.0.3",
|
92 | 94 | "ipfs-unixfs-exporter": "^7.0.3",
|
93 | 95 | "ipfs-unixfs-importer": "^9.0.3",
|
94 |
| - "ipfs-utils": "^9.0.1", |
95 |
| - "ipns": "^0.14.0", |
| 96 | + "ipfs-utils": "^8.1.4", |
| 97 | + "ipns": "^0.15.0", |
96 | 98 | "is-domain-name": "^1.0.1",
|
97 | 99 | "is-ipfs": "^6.0.1",
|
98 | 100 | "it-all": "^1.0.4",
|
|
109 | 111 | "it-tar": "^4.0.0",
|
110 | 112 | "it-to-buffer": "^2.0.0",
|
111 | 113 | "just-safe-set": "^2.2.1",
|
112 |
| - "libp2p": "^0.32.0", |
| 114 | + "libp2p": "^0.33.0", |
113 | 115 | "libp2p-bootstrap": "^0.13.0",
|
114 | 116 | "libp2p-crypto": "^0.19.7",
|
115 | 117 | "libp2p-delegated-content-routing": "^0.11.0",
|
116 | 118 | "libp2p-delegated-peer-routing": "^0.10.0",
|
117 | 119 | "libp2p-gossipsub": "^0.11.1",
|
| 120 | + "libp2p-kad-dht": "^0.25.0", |
| 121 | + "libp2p-mdns": "^0.17.0", |
| 122 | + "libp2p-mplex": "^0.10.2", |
118 | 123 | "libp2p-record": "^0.10.3",
|
119 | 124 | "mafmt": "^10.0.0",
|
120 | 125 | "merge-options": "^3.0.4",
|
|
136 | 141 | "aegir": "^35.1.0",
|
137 | 142 | "delay": "^5.0.0",
|
138 | 143 | "go-ipfs": "0.9.1",
|
139 |
| - "interface-blockstore-tests": "^1.0.0", |
| 144 | + "interface-blockstore-tests": "^2.0.1", |
140 | 145 | "interface-ipfs-core": "^0.150.4",
|
141 | 146 | "ipfsd-ctl": "^10.0.3",
|
142 | 147 | "iso-url": "^1.0.0",
|
|
0 commit comments