@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.js CHANGED
@@ -2220,7 +2220,10 @@ var IngestPipeline = class extends TypedBase {
2220
2220
  if (config.deadLetterQueue) {
2221
2221
  const streamConfig = {
2222
2222
  destination: void 0,
2223
- ...typeof config.deadLetterQueue === "object" ? config.deadLetterQueue : {},
2223
+ ...typeof config.deadLetterQueue === "object" ? {
2224
+ ...config.deadLetterQueue,
2225
+ lifeCycle: config.deadLetterQueue.lifeCycle ?? config.lifeCycle
2226
+ } : { lifeCycle: config.lifeCycle },
2224
2227
  ...config.version && { version: config.version }
2225
2228
  };
2226
2229
  this.deadLetterQueue = new DeadLetterQueue(