@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.
@@ -2051,7 +2051,10 @@ var IngestPipeline = class extends TypedBase {
2051
2051
  if (config.deadLetterQueue) {
2052
2052
  const streamConfig = {
2053
2053
  destination: void 0,
2054
- ...typeof config.deadLetterQueue === "object" ? config.deadLetterQueue : {},
2054
+ ...typeof config.deadLetterQueue === "object" ? {
2055
+ ...config.deadLetterQueue,
2056
+ lifeCycle: config.deadLetterQueue.lifeCycle ?? config.lifeCycle
2057
+ } : { lifeCycle: config.lifeCycle },
2055
2058
  ...config.version && { version: config.version }
2056
2059
  };
2057
2060
  this.deadLetterQueue = new DeadLetterQueue(