File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This project solve the problem by **proxying** multiple relays in a single socke
17
17
In order to make this work properly, A nostr client should only connect to a single bostr relay.
18
18
19
19
## Installation
20
- - [ NodeJS] ( https://nodejs.org ) (v18 or up) or [ Bun runtime] ( https://bun.sh )
20
+ - [ NodeJS] ( https://nodejs.org ) (v20 or up) or [ Bun runtime] ( https://bun.sh )
21
21
- A working reverse proxy like [ nginx] ( https://nginx.org ) or [ caddy] ( https://caddyserver.com )
22
22
- A fast internet connection
23
23
Original file line number Diff line number Diff line change 27
27
},
28
28
"homepage" : " https://codeberg.org/Yonle/bostr#readme" ,
29
29
"dependencies" : {
30
- "nostr-tools" : " ^2.5.2 " ,
31
- "undici" : " ^6.17 .0" ,
32
- "ws" : " ^8.17 .0"
30
+ "nostr-tools" : " ^2.10.4 " ,
31
+ "undici" : " ^7.2 .0" ,
32
+ "ws" : " ^8.18 .0"
33
33
},
34
34
"optionalDependencies" : {
35
- "bufferutil" : " ^4.0.8 " ,
36
- "utf-8-validate" : " ^6.0.4 "
35
+ "bufferutil" : " ^4.0.9 " ,
36
+ "utf-8-validate" : " ^6.0.5 "
37
37
},
38
38
"engines" : {
39
- "node" : " >=18 "
39
+ "node" : " >=20 "
40
40
}
41
41
}
You can’t perform that action at this time.
0 commit comments