|
76 | 76 | "url": "https://github.com/tabcat/zzzync/issues"
|
77 | 77 | },
|
78 | 78 | "homepage": "https://github.com/tabcat/zzzync#readme",
|
| 79 | + "typedoc": { |
| 80 | + "entryPoint": "./src/index.ts" |
| 81 | + }, |
| 82 | + "browser": { |
| 83 | + "./dist/test/utils/create-libp2p.js": "./dist/test/utils/create-libp2p.browser.js" |
| 84 | + }, |
79 | 85 | "devDependencies": {
|
80 |
| - "@chainsafe/libp2p-noise": "^12.0.1", |
81 |
| - "@chainsafe/libp2p-yamux": "^5.0.0", |
82 |
| - "@libp2p/peer-id-factory": "^2.0.3", |
83 |
| - "@libp2p/tcp": "^7.0.1", |
84 |
| - "@libp2p/webrtc": "^2.0.6", |
85 |
| - "aegir": "^39.0.5", |
86 |
| - "blockstore-core": "^4.2.0", |
87 |
| - "go-ipfs": "^0.20.0", |
88 |
| - "helia": "^2.0.1", |
| 86 | + "@chainsafe/libp2p-noise": "^14.1.0", |
| 87 | + "@chainsafe/libp2p-yamux": "^6.0.1", |
| 88 | + "@libp2p/circuit-relay-v2": "^1.0.10", |
| 89 | + "@libp2p/identify": "^1.0.9", |
| 90 | + "@libp2p/peer-id-factory": "^4.0.3", |
| 91 | + "@libp2p/tcp": "^9.0.10", |
| 92 | + "@libp2p/webrtc": "^4.0.14", |
| 93 | + "aegir": "^42.1.0", |
| 94 | + "blockstore-core": "^4.3.10", |
| 95 | + "go-ipfs": "^0.22.0", |
| 96 | + "helia": "^3.0.0", |
89 | 97 | "ipfsd-ctl": "^13.0.0",
|
90 |
| - "ipns": "^6.0.0", |
91 |
| - "kubo-rpc-client": "^3.0.1", |
| 98 | + "kubo-rpc-client": "^3.0.2", |
92 | 99 | "merge-options": "^3.0.4",
|
93 | 100 | "wherearewe": "^2.0.1"
|
94 | 101 | },
|
95 |
| - "typedoc": { |
96 |
| - "entryPoint": "./src/index.ts" |
97 |
| - }, |
98 | 102 | "dependencies": {
|
99 |
| - "@helia/interface": "^2.0.0", |
100 |
| - "@helia/ipns": "^1.1.3", |
101 |
| - "@ipld/car": "^5.2.2", |
102 |
| - "@libp2p/interface": "^0.1.2", |
103 |
| - "@libp2p/kad-dht": "^10.0.5", |
104 |
| - "@libp2p/websockets": "^6.0.1", |
105 |
| - "@multiformats/multiaddr": "^12.1.3", |
106 |
| - "datastore-core": "^9.1.1", |
107 |
| - "interface-blockstore": "^5.2.6", |
108 |
| - "interface-blockstore-tests": "^6.1.5", |
109 |
| - "interface-datastore": "^8.2.2", |
110 |
| - "interface-store": "^5.1.4", |
111 |
| - "it-drain": "^3.0.3", |
112 |
| - "libp2p": "^0.46.9", |
113 |
| - "libp2p-crypto": "^0.21.2", |
114 |
| - "multiformats": "^11.0.2", |
115 |
| - "uint8arrays": "^4.0.6", |
| 103 | + "@helia/interface": "^3.0.0", |
| 104 | + "@helia/ipns": "^4.0.0", |
| 105 | + "@ipld/car": "^5.2.5", |
| 106 | + "@libp2p/crypto": "^3.0.4", |
| 107 | + "@libp2p/interface": "^1.1.1", |
| 108 | + "@libp2p/kad-dht": "^12.0.2", |
| 109 | + "@libp2p/websockets": "^8.0.10", |
| 110 | + "@multiformats/multiaddr": "^12.1.12", |
| 111 | + "datastore-core": "^9.2.7", |
| 112 | + "interface-blockstore": "^5.2.9", |
| 113 | + "interface-blockstore-tests": "^6.1.9", |
| 114 | + "interface-datastore": "^8.2.10", |
| 115 | + "interface-store": "^5.1.7", |
| 116 | + "it-drain": "^3.0.5", |
| 117 | + "libp2p": "^1.1.1", |
| 118 | + "multiformats": "^13.0.0", |
| 119 | + "uint8arrays": "^5.0.1", |
116 | 120 | "w3name": "^1.0.8",
|
117 | 121 | "web3.storage": "^4.5.5"
|
118 |
| - }, |
119 |
| - "browser": { |
120 |
| - "./dist/test/utils/create-libp2p.js": "./dist/test/utils/create-libp2p.browser.js" |
121 | 122 | }
|
122 | 123 | }
|
0 commit comments