@emailens/engine 0.10.3 → 0.10.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@emailens/engine",
3
- "version": "0.10.3",
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.",
3
+ "version": "0.10.4",
4
+ "description": "Email compatibility engine for HTML, MJML, Maizzle and React Email: 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
  ".": {
@@ -34,6 +34,7 @@
34
34
  "dev": "tsup --watch",
35
35
  "typecheck": "tsc --noEmit",
36
36
  "sync:caniemail": "bun run scripts/sync-caniemail.ts",
37
+ "sync:feature-urls": "bun run scripts/sync-feature-urls.ts",
37
38
  "check:freshness": "bun run scripts/check-data-freshness.ts",
38
39
  "bench:positions": "bun run scripts/bench-positions.ts",
39
40
  "test": "bun test",
@@ -110,7 +111,10 @@
110
111
  "spam-scoring",
111
112
  "accessibility",
112
113
  "link-validation",
113
- "image-analysis"
114
+ "image-analysis",
115
+ "mjml",
116
+ "maizzle",
117
+ "react-email"
114
118
  ],
115
119
  "license": "MIT",
116
120
  "repository": {