|
1 | 1 |
|
2 |
| -export const name = 'agregore-browser' |
3 |
| -export const version = '2.7.0' |
| 2 | +export const name = 'hybrid-browser' |
| 3 | +export const version = '3.0.4' |
4 | 4 | export const dependencies = {
|
| 5 | + "@chainsafe/libp2p-gossipsub": "^14.1.0", |
| 6 | + "@derhuerst/gemini": "^2.0.0", |
| 7 | + "@helia/unixfs": "^4.0.2", |
| 8 | + "@libp2p/identify": "^3.0.15", |
| 9 | + "@libp2p/kad-dht": "^14.2.0", |
5 | 10 | "abort-controller": "^3.0.0",
|
6 |
| - "create-desktop-shortcuts": "^1.7.0", |
7 |
| - "data-uri-to-buffer": "^3.0.1", |
| 11 | + "blockstore-fs": "^2.0.2", |
| 12 | + "create-desktop-shortcuts": "^1.11.0", |
| 13 | + "data-uri-to-buffer": "^6.0.2", |
| 14 | + "datastore-fs": "^10.0.2", |
8 | 15 | "decompress": "^4.2.1",
|
9 | 16 | "delay": "^6.0.0",
|
10 |
| - "fs-extra": "^9.0.1", |
11 |
| - "gemini-to-html": "^1.0.0", |
12 |
| - "hyper-sdk": "^4.5.1", |
13 |
| - "mime": "^2.4.6", |
| 17 | + "detect-port": "^2.1.0", |
| 18 | + "electron-extended-webextensions": "github:HybridWare/electron-extended-WebExtensions", |
| 19 | + "event-iterator": "^2.0.0", |
| 20 | + "fs-extra": "^11.3.0", |
| 21 | + "gopher-lib": "^0.2.0", |
| 22 | + "helia": "^5.2.0", |
| 23 | + "http-proxy-agent": "^7.0.2", |
| 24 | + "hyper-sdk": "^5.1.0", |
| 25 | + "mime": "^4.0.6", |
14 | 26 | "multiformats": "^9.9.0",
|
15 |
| - "p-queue": "^7.3.4", |
| 27 | + "node-fetch": "^3.3.2", |
| 28 | + "p-queue": "^8.1.0", |
| 29 | + "range-parser": "^1.2.1", |
16 | 30 | "rc": "^1.2.8",
|
17 | 31 | "sanitize-filename": "^1.6.3",
|
18 | 32 | "scoped-fs": "^1.4.1",
|
19 |
| - "semver": "^7.5.2", |
20 |
| - "whatwg-mimetype": "https://github.com/jsdom/whatwg-mimetype#v2.3.0" |
| 33 | + "semver": "^7.7.0", |
| 34 | + "socks-proxy-agent": "^8.0.5", |
| 35 | + "streamx": "^2.22.0", |
| 36 | + "torrentz": "^18.0.7", |
| 37 | + "whatwg-mimetype": "github:jsdom/whatwg-mimetype" |
21 | 38 | }
|
0 commit comments