@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.
package/dist/index.mjs CHANGED
@@ -2116,7 +2116,10 @@ var IngestPipeline = class extends TypedBase {
2116
2116
  if (config.deadLetterQueue) {
2117
2117
  const streamConfig = {
2118
2118
  destination: void 0,
2119
- ...typeof config.deadLetterQueue === "object" ? config.deadLetterQueue : {},
2119
+ ...typeof config.deadLetterQueue === "object" ? {
2120
+ ...config.deadLetterQueue,
2121
+ lifeCycle: config.deadLetterQueue.lifeCycle ?? config.lifeCycle
2122
+ } : { lifeCycle: config.lifeCycle },
2120
2123
  ...config.version && { version: config.version }
2121
2124
  };
2122
2125
  this.deadLetterQueue = new DeadLetterQueue(