@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.
@@ -2155,7 +2155,10 @@ var IngestPipeline = class extends TypedBase {
2155
2155
  if (config.deadLetterQueue) {
2156
2156
  const streamConfig = {
2157
2157
  destination: void 0,
2158
- ...typeof config.deadLetterQueue === "object" ? config.deadLetterQueue : {},
2158
+ ...typeof config.deadLetterQueue === "object" ? {
2159
+ ...config.deadLetterQueue,
2160
+ lifeCycle: config.deadLetterQueue.lifeCycle ?? config.lifeCycle
2161
+ } : { lifeCycle: config.lifeCycle },
2159
2162
  ...config.version && { version: config.version }
2160
2163
  };
2161
2164
  this.deadLetterQueue = new DeadLetterQueue(