@emailens/engine 0.8.3 → 0.8.5

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.
@@ -1,4 +1,4 @@
1
- import { u as InputFormat } from './types-4P9AtKm_.js';
1
+ import { u as InputFormat } from './types-Duj14jTL.js';
2
2
 
3
3
  /**
4
4
  * Unified error class for all email compilation failures.
@@ -1,4 +1,4 @@
1
- import { u as InputFormat } from './types-4P9AtKm_.cjs';
1
+ import { u as InputFormat } from './types-Duj14jTL.cjs';
2
2
 
3
3
  /**
4
4
  * Unified error class for all email compilation failures.
package/dist/server.d.cts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { promises } from 'node:dns';
2
- import { j as DeliverabilityReport } from './types-4P9AtKm_.cjs';
2
+ import { j as DeliverabilityReport } from './types-Duj14jTL.cjs';
3
3
 
4
4
  /**
5
5
  * DNS-based email deliverability checker.
package/dist/server.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { promises } from 'node:dns';
2
- import { j as DeliverabilityReport } from './types-4P9AtKm_.js';
2
+ import { j as DeliverabilityReport } from './types-Duj14jTL.js';
3
3
 
4
4
  /**
5
5
  * DNS-based email deliverability checker.
@@ -102,6 +102,7 @@ interface EmailClient {
102
102
  engine: string;
103
103
  darkModeSupport: boolean;
104
104
  icon: string;
105
+ deprecated?: string;
105
106
  }
106
107
  interface CodeFix {
107
108
  before: string;
@@ -102,6 +102,7 @@ interface EmailClient {
102
102
  engine: string;
103
103
  darkModeSupport: boolean;
104
104
  icon: string;
105
+ deprecated?: string;
105
106
  }
106
107
  interface CodeFix {
107
108
  before: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emailens/engine",
3
- "version": "0.8.3",
3
+ "version": "0.8.5",
4
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": {