|
48 | 48 | "test:electron-main": "aegir test -t electron-main"
|
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "@chainsafe/libp2p-noise": "^12.0.1", |
52 |
| - "@chainsafe/libp2p-yamux": "^4.0.2", |
53 |
| - "@helia/interface": "^1.0.0", |
| 51 | + "@chainsafe/libp2p-noise": "^13.0.1", |
| 52 | + "@chainsafe/libp2p-yamux": "^5.0.0", |
| 53 | + "@helia/interface": "^2.0.0", |
54 | 54 | "@helia/unixfs": "^1.0.0",
|
55 |
| - "@libp2p/tcp": "^7.0.1", |
56 |
| - "@libp2p/websockets": "^6.0.1", |
57 |
| - "aegir": "^39.0.8", |
| 55 | + "@libp2p/tcp": "^8.0.6", |
| 56 | + "@libp2p/websockets": "^7.0.6", |
| 57 | + "aegir": "^40.0.13", |
58 | 58 | "blockstore-core": "^4.0.1",
|
59 | 59 | "datastore-core": "^9.0.3",
|
60 |
| - "go-ipfs": "^0.20.0", |
61 |
| - "helia": "^1.0.0", |
| 60 | + "go-ipfs": "^0.22.0", |
| 61 | + "helia": "^2.0.1", |
62 | 62 | "ipfs-core-types": "^0.14.0",
|
63 | 63 | "ipfs-unixfs-importer": "^15.1.0",
|
64 | 64 | "ipfsd-ctl": "^13.0.0",
|
65 | 65 | "it-to-buffer": "^4.0.1",
|
66 | 66 | "kubo-rpc-client": "^3.0.0",
|
67 |
| - "libp2p": "^0.45.3", |
| 67 | + "libp2p": "^0.46.10", |
68 | 68 | "merge-options": "^3.0.4",
|
69 |
| - "multiformats": "^11.0.1", |
| 69 | + "multiformats": "^12.1.1", |
70 | 70 | "wherearewe": "^2.0.1"
|
71 | 71 | },
|
72 | 72 | "browser": {
|
73 | 73 | "./dist/test/fixtures/create-helia.js": "./dist/test/fixtures/create-helia.browser.js",
|
74 | 74 | "go-ipfs": false
|
75 | 75 | },
|
76 |
| - "private": true, |
77 |
| - "typedoc": { |
78 |
| - "entryPoint": "./src/index.ts" |
79 |
| - } |
| 76 | + "private": true |
80 | 77 | }
|
0 commit comments