Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Farewell, Webpack! Re-injection, Pairing Code login, and 2.24x jumbofix #2816

Open
wants to merge 35 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
c1ae300
fix(webpack-exodus): Added the new patch
PurpShell Mar 14, 2024
db72385
fix(webpack-exodus): Fixed v2.3000.x and v2.24
PurpShell Apr 3, 2024
24196db
chore(webpack-exodus): eslint
PurpShell Apr 3, 2024
f001408
Merge branch 'main' into webpack-exodus
PurpShell Apr 3, 2024
eda1920
fix(webpack-exodus): Fixed Store
PurpShell Apr 3, 2024
467f6d2
Merge branch 'webpack-exodus' of https://github.com/pedroslopez/whats…
PurpShell Apr 3, 2024
21904ef
fix(webpack-exodus): slight store fix
PurpShell Apr 3, 2024
5969892
chore(webpack-exodus): fix example so that I don't crash on every load
PurpShell Apr 3, 2024
1df7e4f
chore: eslint fix
alechkos Apr 3, 2024
77f9c18
fix(webpack-exodus): prevent confusion with build systems
PurpShell Apr 3, 2024
75623c8
Merge branch 'webpack-exodus' of https://github.com/pedroslopez/whats…
PurpShell Apr 3, 2024
5b1e911
fix(webpack-exodus): Add proper groups module
PurpShell Apr 3, 2024
78dc055
fix(webpack-exodus): Fix order queries
PurpShell Apr 3, 2024
269e44e
fix(webpack-exodus): Bad export name
PurpShell Apr 9, 2024
85db3d2
feat(webpack-exodus): Re-injection, No more selectors, Pairing Code auth
PurpShell Apr 14, 2024
27621f1
fix(webpack-exodus): Eslint and better login/logout handling
PurpShell Apr 14, 2024
dd75967
fix(webpack-exodus): 2.24 compatibility
PurpShell Apr 14, 2024
e7ae65f
revert testing options
PurpShell Apr 14, 2024
cad33ec
chore(webpack-exodus): ESLint
PurpShell Apr 14, 2024
452b712
chore(webpack-exodus): final eslint tweak (did not commit with last c…
PurpShell Apr 14, 2024
b347aa6
Merge branch 'main' into webpack-exodus
alechkos Apr 22, 2024
fac0d81
style: fix broken link in readme file
alechkos Apr 22, 2024
53672d0
Merge branch 'main' into webpack-exodus
alechkos Apr 27, 2024
c1d8e04
fix(webpack-exodus): Fix forwarding messages
PurpShell Apr 28, 2024
86d5dc4
Merge branch 'webpack-exodus' of https://github.com/pedroslopez/whats…
PurpShell Apr 28, 2024
650cd0d
fix(webpack-exodus): finish forwarding function
PurpShell Apr 28, 2024
64491be
Making the ESLint god happy
tuyuribr May 14, 2024
975819d
Fix window.Store.ProfilePic.profilePicFind is not a function error (#…
seowzhenjun0126 May 14, 2024
e4c208c
Sanitize, improves and fixes
tuyuribr May 15, 2024
252ed8f
make ESList god happy
tuyuribr May 15, 2024
2798396
fix getInviteCode for group (#3007) (#3029)
themazim May 15, 2024
6df4eef
fixes
tuyuribr May 16, 2024
1ecdc42
Update LocalWebCache.js
tuyuribr May 21, 2024
96b4742
fix delete on 2.3000 (#3048)
jrocha May 24, 2024
bbb8d18
Implement bot invoking capabilities (#3009)
MatMercer May 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://wwebjs.dev/",
"dependencies": {
"@pedroslopez/moduleraid": "^5.0.2",
"@pedroslopez/moduleraid": "github:wwebjs/moduleRaid",
"fluent-ffmpeg": "2.1.2",
"mime": "^3.0.0",
"node-fetch": "^2.6.5",
Expand Down