strapi-plugin-magic-mail 2.2.5 → 2.3.0

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/package.json CHANGED
@@ -1,15 +1,17 @@
1
1
  {
2
- "version": "2.2.5",
2
+ "version": "2.3.0",
3
3
  "keywords": [
4
4
  "strapi",
5
5
  "strapi-plugin",
6
6
  "strapi-v5",
7
7
  "email",
8
+ "whatsapp",
8
9
  "multi-account",
9
10
  "smtp",
10
11
  "nodemailer",
11
12
  "email-routing",
12
- "email-analytics"
13
+ "email-analytics",
14
+ "messaging"
13
15
  ],
14
16
  "type": "commonjs",
15
17
  "exports": {
@@ -48,11 +50,14 @@
48
50
  "@heroicons/react": "^2.2.0",
49
51
  "@strapi/design-system": "^2.0.0-rc.30",
50
52
  "@strapi/icons": "^2.0.0-rc.30",
53
+ "@whiskeysockets/baileys": "^7.0.0-rc.9",
51
54
  "decode-html": "^2.0.0",
52
55
  "form-data": "^4.0.4",
53
56
  "html-to-text": "^9.0.5",
54
57
  "mustache": "^4.2.0",
55
58
  "nodemailer": "^7.0.10",
59
+ "pino": "^9.5.0",
60
+ "qrcode": "^1.5.4",
56
61
  "react-email-editor": "^1.7.11",
57
62
  "react-intl": "^7.1.14",
58
63
  "striptags": "^3.2.0",
@@ -92,11 +97,11 @@
92
97
  "strapi": {
93
98
  "kind": "plugin",
94
99
  "name": "magic-mail",
95
- "displayName": "MagicMail - Email Business Suite",
96
- "description": "Multi-account email management with smart routing, failover, and analytics for Strapi v5"
100
+ "displayName": "MagicMail - Email & WhatsApp Suite",
101
+ "description": "Multi-account email management with WhatsApp messaging, smart routing, failover, and analytics for Strapi v5"
97
102
  },
98
103
  "name": "strapi-plugin-magic-mail",
99
- "description": "Multi-account email management with smart routing, failover, and analytics for Strapi v5",
104
+ "description": "Multi-account email management with WhatsApp messaging, smart routing, failover, and analytics for Strapi v5",
100
105
  "license": "MIT",
101
106
  "author": "Schero D.",
102
107
  "repository": {