@514labs/moose-lib 0.6.262-ci-2-gfc2fb4ba → 0.6.262-ci-4-g7ad60224

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.
@@ -1997,7 +1997,10 @@ var IngestPipeline = class extends TypedBase {
1997
1997
  if (config.deadLetterQueue) {
1998
1998
  const streamConfig = {
1999
1999
  destination: void 0,
2000
- ...typeof config.deadLetterQueue === "object" ? config.deadLetterQueue : {},
2000
+ ...typeof config.deadLetterQueue === "object" ? {
2001
+ ...config.deadLetterQueue,
2002
+ lifeCycle: config.deadLetterQueue.lifeCycle ?? config.lifeCycle
2003
+ } : { lifeCycle: config.lifeCycle },
2001
2004
  ...config.version && { version: config.version }
2002
2005
  };
2003
2006
  this.deadLetterQueue = new DeadLetterQueue(