@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 +1 -0
- package/dist/cli/bin.js.map +1 -1
- package/dist/cli/commands/audit.js +1 -0
- package/dist/cli/commands/audit.js.map +1 -1
- package/dist/forms/index.d.ts +32 -1
- package/dist/forms/index.js +53 -0
- package/dist/forms/index.js.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -1
- package/package.json +5 -1
|
@@ -137,6 +137,7 @@ function mapRow(rec) {
|
|
|
137
137
|
copyContact: trimToNull(f["Copy \u2014 Contact"]),
|
|
138
138
|
copyFooter: trimToNull(f["Copy \u2014 Footer"]),
|
|
139
139
|
launchedAt: f["Launched at"] ?? null,
|
|
140
|
+
newsletterWebhook: trimToNull(f["Newsletter Webhook"]),
|
|
140
141
|
renovateFailingCis: f["Renovate Failing CIs"] ?? null,
|
|
141
142
|
defaultBranchCi: f["Default Branch CI"] ?? null,
|
|
142
143
|
lastCommitAt: f["Last Commit At"] ?? null,
|