File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " discord-bot-client" ,
3
- "version" : " 3.6.1 " ,
3
+ "version" : " 3.6.2 " ,
4
4
"description" : " Discord Bot Client - login into discord with a bot token" ,
5
5
"main" : " ./AppCore/index.js" ,
6
6
"dependencies" : {
12
12
"express" : " ^4.21.2" ,
13
13
"lambert-server" : " ^1.2.12" ,
14
14
"level" : " ^9.0.0" ,
15
- "level-supports" : " ^6.1.1 " ,
15
+ "level-supports" : " ^6.2.0 " ,
16
16
"level-transcoder" : " ^1.0.1" ,
17
17
"lodash" : " ^4.17.21" ,
18
18
"morgan" : " ^1.10.0" ,
19
19
"multer" : " ^1.4.5-lts.1" ,
20
20
"murmurhash" : " ^2.0.1" ,
21
21
"probe-image-size" : " ^7.2.3" ,
22
22
"request" : " ^2.88.2" ,
23
- "undici" : " ^7.2.0 "
23
+ "undici" : " ^7.2.3 "
24
24
},
25
25
"devDependencies" : {
26
26
"electron" : " ^32.1.2" ,
Original file line number Diff line number Diff line change @@ -158,9 +158,10 @@ Logging in works via the UI on first startup of the application.
158
158
159
159
| Discord Build | Hash | Vencord | Client version | Status |
160
160
| ---------------| ----------| ---------| --------------------------| ---------|
161
- | Stable 355624 | 8dc6074 | v1.10.9 | v3.6.0 - v3.6.1 | Latest |
162
- | Stable 331146 | fddab3e | v1.10.3 | v3.5.0 | Deprecated |
163
- | Stable 302556 | 366c746 | v1.8.9 | v3.3.0 - v3.4.1 | EOL |
161
+ | Stable 360320 | 38aca73 | v1.10.9 | v3.6.2 | Latest |
162
+ | Stable 355624 | 8dc6074 | v1.10.9 | v3.6.0 - v3.6.1 | Deprecated |
163
+ | Stable 331146 | fddab3e | v1.10.3 | v3.5.0 | Deprecated |
164
+ | Stable 302556 | 366c746 | v1.8.9 | v3.3.0 - v3.4.1 | EOL |
164
165
| Stable 275565 | ede2af3 | v1.7.2 | v3.2.0 - v3.2.1 | EOL |
165
166
| Stable 263796 | 739ec78 | v1.6.7 | v3.0.0 - v3.1.3 | EOL |
166
167
| Stable 204762 | 78f82ba | v1.2.8 | v2.4.0 - v2.4.2 | EOL[ ^ 5 ] |
You can’t perform that action at this time.
0 commit comments