|
3 | 3 | "version": "1.0.2",
|
4 | 4 | "description": "A mutable filesystem powered by Helia",
|
5 | 5 | "license": "Apache-2.0 OR MIT",
|
6 |
| - "homepage": "https://github.com/ipfs/helia-mfs/tree/master/packages/mfs#readme", |
| 6 | + "homepage": "https://github.com/ipfs/helia-mfs/tree/main/packages/mfs#readme", |
7 | 7 | "repository": {
|
8 | 8 | "type": "git",
|
9 | 9 | "url": "git+https://github.com/ipfs/helia-mfs.git"
|
10 | 10 | },
|
11 | 11 | "bugs": {
|
12 | 12 | "url": "https://github.com/ipfs/helia-mfs/issues"
|
13 | 13 | },
|
| 14 | + "publishConfig": { |
| 15 | + "access": "public", |
| 16 | + "provenance": true |
| 17 | + }, |
14 | 18 | "keywords": [
|
15 | 19 | "IPFS"
|
16 | 20 | ],
|
|
135 | 139 | "release": "aegir release"
|
136 | 140 | },
|
137 | 141 | "dependencies": {
|
138 |
| - "@helia/interface": "^2.0.0", |
139 |
| - "@helia/unixfs": "^1.2.2", |
140 |
| - "@ipld/dag-pb": "^4.0.0", |
| 142 | + "@helia/interface": "^3.0.0", |
| 143 | + "@helia/unixfs": "^2.0.0", |
141 | 144 | "@libp2p/interfaces": "^3.3.1",
|
142 |
| - "@libp2p/logger": "^3.0.1", |
143 |
| - "interface-blockstore": "^5.0.0", |
| 145 | + "@libp2p/logger": "^4.0.4", |
144 | 146 | "interface-datastore": "^8.2.2",
|
145 | 147 | "ipfs-unixfs": "^11.0.0",
|
146 | 148 | "ipfs-unixfs-exporter": "^13.1.0",
|
147 | 149 | "ipfs-unixfs-importer": "^15.1.0",
|
148 |
| - "it-last": "^3.0.1", |
149 |
| - "multiformats": "^12.0.1" |
| 150 | + "multiformats": "^13.0.0" |
150 | 151 | },
|
151 | 152 | "devDependencies": {
|
152 |
| - "aegir": "^41.0.3", |
| 153 | + "@ipld/dag-pb": "^4.0.7", |
| 154 | + "aegir": "^42.0.1", |
153 | 155 | "blockstore-core": "^4.0.1",
|
154 | 156 | "datastore-core": "^9.2.0",
|
155 | 157 | "delay": "^6.0.0",
|
| 158 | + "interface-blockstore": "^5.2.9", |
156 | 159 | "it-all": "^3.0.1",
|
157 | 160 | "it-drain": "^3.0.1",
|
158 | 161 | "it-first": "^3.0.1",
|
| 162 | + "it-last": "^3.0.4", |
159 | 163 | "it-to-buffer": "^4.0.1",
|
160 |
| - "uint8arrays": "^4.0.3" |
| 164 | + "uint8arrays": "^5.0.1" |
161 | 165 | }
|
162 | 166 | }
|
0 commit comments