@badzz88/baileys 8.0.2 → 8.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Utils/generics.js +1 -1
- package/package.json +1 -1
package/lib/Utils/generics.js
CHANGED
|
@@ -348,7 +348,7 @@ exports.fetchLatestWaWebVersion = fetchLatestWaWebVersion;
|
|
|
348
348
|
* Use to ensure your WA connection is always on the latest version
|
|
349
349
|
*/
|
|
350
350
|
const fetchLatestBaileysVersion = async (options = {}) => {
|
|
351
|
-
const URL = 'https://raw.githubusercontent.com/
|
|
351
|
+
const URL = 'https://raw.githubusercontent.com/Badzz88/baileys/main/lib/Defaults/baileys-version.json';
|
|
352
352
|
try {
|
|
353
353
|
const result = await axios_1.default.get(URL, {
|
|
354
354
|
...options,
|