|
3 | 3 | "version": "0.0.0",
|
4 | 4 | "description": "Interop tests for @helia/unixfs",
|
5 | 5 | "license": "Apache-2.0 OR MIT",
|
6 |
| - "homepage": "https://github.com/ipfs/helia-unixfs/tree/master/packages/interop#readme", |
| 6 | + "homepage": "https://github.com/ipfs/helia-unixfs/tree/main/packages/interop#readme", |
7 | 7 | "repository": {
|
8 | 8 | "type": "git",
|
9 | 9 | "url": "git+https://github.com/ipfs/helia-unixfs.git"
|
10 | 10 | },
|
11 | 11 | "bugs": {
|
12 | 12 | "url": "https://github.com/ipfs/helia-unixfs/issues"
|
13 | 13 | },
|
| 14 | + "publishConfig": { |
| 15 | + "access": "public", |
| 16 | + "provenance": true |
| 17 | + }, |
14 | 18 | "keywords": [
|
15 | 19 | "IPFS"
|
16 | 20 | ],
|
|
48 | 52 | "test:electron-main": "aegir test -t electron-main"
|
49 | 53 | },
|
50 | 54 | "devDependencies": {
|
51 |
| - "@chainsafe/libp2p-noise": "^13.0.1", |
52 |
| - "@chainsafe/libp2p-yamux": "^5.0.0", |
53 |
| - "@helia/interface": "^2.0.0", |
| 55 | + "@chainsafe/libp2p-noise": "^14.1.0", |
| 56 | + "@chainsafe/libp2p-yamux": "^6.0.1", |
| 57 | + "@helia/interface": "^3.0.0", |
54 | 58 | "@helia/unixfs": "^1.0.0",
|
55 |
| - "@libp2p/tcp": "^8.0.6", |
56 |
| - "@libp2p/websockets": "^7.0.6", |
57 |
| - "aegir": "^41.0.0", |
| 59 | + "@libp2p/identify": "^1.0.9", |
| 60 | + "@libp2p/interface": "^1.1.1", |
| 61 | + "@libp2p/tcp": "^9.0.7", |
| 62 | + "@libp2p/websockets": "^8.0.7", |
| 63 | + "aegir": "^42.0.1", |
58 | 64 | "blockstore-core": "^4.0.1",
|
59 | 65 | "datastore-core": "^9.0.3",
|
60 |
| - "kubo": "^0.24.0", |
61 |
| - "helia": "^2.0.1", |
| 66 | + "helia": "^3.0.0", |
62 | 67 | "ipfs-core-types": "^0.14.0",
|
63 | 68 | "ipfs-unixfs-importer": "^15.1.0",
|
64 | 69 | "ipfsd-ctl": "^13.0.0",
|
65 | 70 | "it-to-buffer": "^4.0.1",
|
| 71 | + "kubo": "^0.25.0", |
66 | 72 | "kubo-rpc-client": "^3.0.0",
|
67 |
| - "libp2p": "^0.46.10", |
| 73 | + "libp2p": "^1.0.10", |
68 | 74 | "merge-options": "^3.0.4",
|
69 |
| - "multiformats": "^12.1.1", |
| 75 | + "multiformats": "^13.0.0", |
70 | 76 | "wherearewe": "^2.0.1"
|
71 | 77 | },
|
72 | 78 | "browser": {
|
|
0 commit comments