@wraps.dev/cli 2.15.0 → 2.16.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
Built at: 2026-02-
|
|
1
|
+
Built at: 2026-02-25T06:06:57.433Z
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Built at: 2026-02-
|
|
1
|
+
Built at: 2026-02-25T06:06:57.513Z
|
|
@@ -166,8 +166,7 @@ export async function handler(event: S3Event, context: Context) {
|
|
|
166
166
|
: { address: "", name: "" };
|
|
167
167
|
|
|
168
168
|
// Derive receiving domain from first to: address
|
|
169
|
-
const receivingDomain =
|
|
170
|
-
toAddresses[0]?.address?.split("@")[1] || null;
|
|
169
|
+
const receivingDomain = toAddresses[0]?.address?.split("@")[1] || null;
|
|
171
170
|
|
|
172
171
|
const parsedEmail = {
|
|
173
172
|
emailId,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
Built at: 2026-02-
|
|
1
|
+
Built at: 2026-02-25T06:06:57.438Z
|