@reddoorla/maintenance 0.39.0 → 0.40.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 +2 -0
- package/dist/cli/bin.js.map +1 -1
- package/dist/cli/commands/audit.js +2 -0
- package/dist/cli/commands/audit.js.map +1 -1
- package/dist/index.d.ts +4 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/bin.js
CHANGED
|
@@ -177,6 +177,8 @@ function mapRow(rec) {
|
|
|
177
177
|
copyFooter: trimToNull(f["Copy \u2014 Footer"]),
|
|
178
178
|
launchedAt: f["Launched at"] ?? null,
|
|
179
179
|
newsletterWebhook: trimToNull(f["Newsletter Webhook"]),
|
|
180
|
+
mailchimpApiKey: trimToNull(f["Mailchimp API Key"]),
|
|
181
|
+
mailchimpAudienceId: trimToNull(f["Mailchimp Audience ID"]),
|
|
180
182
|
renovateFailingCis: f["Renovate Failing CIs"] ?? null,
|
|
181
183
|
defaultBranchCi: f["Default Branch CI"] ?? null,
|
|
182
184
|
lastCommitAt: f["Last Commit At"] ?? null,
|