@vanzxy/baileys 1.2.1 → 1.2.2

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.
@@ -1413,7 +1413,7 @@ const processImageMessage = (message, captionText) => {
1413
1413
  }
1414
1414
  return message;
1415
1415
  };
1416
- const generateWAMessageFromContent = (jid, message, options) => {
1416
+ export const generateWAMessageFromContent = (jid, message, options) => {
1417
1417
  // set timestamp to now
1418
1418
  // if not specified
1419
1419
  if (!options.timestamp) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vanzxy/baileys",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Enhanced Baileys fork by Vanzxy — based on @itsliaaa/baileys + @whiskeysockets/baileys with fixes for audio group status and clean media without newsletter button.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",