@reddoorla/maintenance 0.36.1 → 0.39.0

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/cli/bin.js CHANGED
@@ -176,6 +176,7 @@ function mapRow(rec) {
176
176
  copyContact: trimToNull(f["Copy \u2014 Contact"]),
177
177
  copyFooter: trimToNull(f["Copy \u2014 Footer"]),
178
178
  launchedAt: f["Launched at"] ?? null,
179
+ newsletterWebhook: trimToNull(f["Newsletter Webhook"]),
179
180
  renovateFailingCis: f["Renovate Failing CIs"] ?? null,
180
181
  defaultBranchCi: f["Default Branch CI"] ?? null,
181
182
  lastCommitAt: f["Last Commit At"] ?? null,