@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-24T21:09:06.579Z
1
+ Built at: 2026-02-25T06:06:57.433Z
@@ -1 +1 @@
1
- Built at: 2026-02-24T21:09:06.655Z
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-24T21:09:06.583Z
1
+ Built at: 2026-02-25T06:06:57.438Z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wraps.dev/cli",
3
- "version": "2.15.0",
3
+ "version": "2.16.0",
4
4
  "description": "CLI for deploying Wraps email infrastructure to your AWS account",
5
5
  "type": "module",
6
6
  "main": "./dist/cli.js",