Update package.json (#506)

Any version of cache-manager greater than 4.0.1 stopped coming with an index.js resulting to 

`@whiskeysockets/baileys/node_modules/cache-manager/dist/index.js'. Please verify that the package.json has a valid "main" entry` error
This commit is contained in:
NOOB-KILLERBOT
2024-01-19 10:00:05 -06:00
committed by GitHub
parent 3efd3e00ca
commit 16234a24aa

View File

@@ -46,7 +46,7 @@
"@hapi/boom": "^9.1.3",
"audio-decode": "^2.1.3",
"axios": "^1.3.3",
"cache-manager": "^5.2.2",
"cache-manager": "4.0.1",
"futoin-hkdf": "^1.5.1",
"libphonenumber-js": "^1.10.20",
"libsignal": "github:adiwajshing/libsignal-node",