@emailens/engine 0.2.0 → 0.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@emailens/engine",
3
- "version": "0.2.0",
4
- "description": "Email compatibility engine — transforms CSS per email client, scores compatibility, simulates dark mode, and suggests fixes.",
3
+ "version": "0.3.0",
4
+ "description": "Email compatibility engine — transforms CSS per email client, scores compatibility, simulates dark mode, suggests fixes, and runs spam, accessibility, link, and image quality analysis.",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -42,7 +42,11 @@
42
42
  "outlook",
43
43
  "apple-mail",
44
44
  "dark-mode",
45
- "email-testing"
45
+ "email-testing",
46
+ "spam-scoring",
47
+ "accessibility",
48
+ "link-validation",
49
+ "image-analysis"
46
50
  ],
47
51
  "license": "MIT",
48
52
  "repository": {