Skip to content

Commit

Permalink
fix: Update compatibility to WhatsApp 2.2202.8
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Jan 25, 2022
1 parent 9b578e2 commit b1e56ee
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 17 deletions.
38 changes: 23 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/shelljs": "^0.8.11",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@wppconnect/wa-version": "^1.1.27",
"@wppconnect/wa-version": "^1.1.28",
"buffer": "^6.0.3",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
Expand Down
3 changes: 2 additions & 1 deletion src/whatsapp/stores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ exportModule(
exportModule(
exports,
{
StickerPackStore: (m) => m.default || m.StickerPackCollectionMd,
StickerPackStore: (m) =>
m.default || m.StickerPackCollectionMd || m.StickerPackCollection,
},
(m) => m.StickerPackCollection
);

0 comments on commit b1e56ee

Please sign in to comment.