Skip to content

Commit 76975dd

Browse files
committed
update
1 parent 1bd01e1 commit 76975dd

File tree

1 file changed

+28
-11
lines changed

1 file changed

+28
-11
lines changed

app/version.js

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,38 @@
11

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'
44
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",
510
"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",
815
"decompress": "^4.2.1",
916
"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",
1426
"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",
1630
"rc": "^1.2.8",
1731
"sanitize-filename": "^1.6.3",
1832
"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"
2138
}

0 commit comments

Comments
 (0)