@remit/smtp-worker 0.0.11 → 0.0.12

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@remit/smtp-worker",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -46,8 +46,8 @@ process.on("SIGTERM", () => {
46
46
  isShuttingDown = true;
47
47
  });
48
48
 
49
- // Minimal Lambda Context: `withTelemetry` only reads `functionName` and adds it
50
- // to the logger; the prod handler never touches the rest.
49
+ // Minimal Lambda Context: `withTelemetry` only reads `functionName`, for the
50
+ // line it logs per invocation; the prod handler never touches the rest.
51
51
  const lambdaContext = {
52
52
  functionName: `e2e-smtp-worker-${queueName}`,
53
53
  } as Context;