@reddoorla/maintenance 0.43.0 → 0.44.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
@@ -587,20 +587,25 @@ var init_checklist = __esm({
587
587
  "src/reports/checklist.ts"() {
588
588
  "use strict";
589
589
  MAINTENANCE_CHECKLIST = [
590
- { key: "logs", label: "Reviewed Logs", field: "Maint: Reviewed Logs" },
590
+ { key: "deploy", label: "Deploy & Function Health", field: "Maint: Deploy & Function Health" },
591
591
  { key: "cms", label: "CMS Checked", field: "Maint: CMS Checked" },
592
- { key: "dns", label: "DNS Checked", field: "Maint: DNS Checked" },
592
+ { key: "domain", label: "Domain, DNS & SSL", field: "Maint: Domain, DNS & SSL" },
593
593
  { key: "google", label: "Google Indexed", field: "Maint: Google Indexed" },
594
- { key: "cert", label: "Reviewed Certificate", field: "Maint: Reviewed Certificate" },
595
- { key: "security", label: "Security Updates", field: "Maint: Security Updates" }
594
+ { key: "security", label: "Security Updates", field: "Maint: Security Updates" },
595
+ { key: "uptime", label: "Uptime Checked", field: "Maint: Uptime Checked" }
596
596
  ];
597
597
  TESTING_CHECKLIST = [
598
598
  { key: "desktop", label: "Desktop Browsers", field: "Test: Desktop Browsers" },
599
599
  { key: "mobile", label: "Mobile Browsers", field: "Test: Mobile Browsers" },
600
- { key: "packages", label: "Package Updates", field: "Test: Package Updates" },
601
- { key: "bottle", label: "Bottlenecks", field: "Test: Bottlenecks" },
600
+ { key: "titles", label: "Page Titles & Meta", field: "Test: Page Titles & Meta" },
601
+ { key: "links", label: "Links & Navigation", field: "Test: Links & Navigation" },
602
602
  { key: "forms", label: "Form Functionality", field: "Test: Form Functionality" },
603
- { key: "animation", label: "Animation Functionality", field: "Test: Animation Functionality" }
603
+ {
604
+ key: "interactions",
605
+ label: "Interactions & Animations",
606
+ field: "Test: Interactions & Animations"
607
+ },
608
+ { key: "updates", label: "Verified After Updates", field: "Test: Verified After Updates" }
604
609
  ];
605
610
  ALL_CHECKLIST_FIELDS = [...MAINTENANCE_CHECKLIST, ...TESTING_CHECKLIST].map(
606
611
  (i) => i.field
@@ -786,21 +791,22 @@ var init_copy = __esm({
786
791
  DEFAULT_COPY = {
787
792
  maintenanceIntro: "Includes checking the hosting, DNS, Content Management System (CMS, if applicable), search indexing and security of the site for major flaws and updating as necessary.",
788
793
  maintenanceChecks: [
789
- "Reviewed Logs",
794
+ "Deploy & Function Health",
790
795
  "CMS Checked",
791
- "DNS Checked",
796
+ "Domain, DNS & SSL",
792
797
  "Google Indexed",
793
- "Reviewed Certificate",
794
- "Security Updates"
798
+ "Security Updates",
799
+ "Uptime Checked"
795
800
  ],
796
801
  testingIntro: "Testing includes checks similar to those at launch: testing on common browsers and operating systems, at different screen sizes, and checking every function, and updating all packages for performance rather than just those needed for security.",
797
802
  testingChecklist: [
798
803
  "Desktop Browsers",
799
804
  "Mobile Browsers",
800
- "Package Updates",
801
- "Bottlenecks",
805
+ "Page Titles & Meta",
806
+ "Links & Navigation",
802
807
  "Form Functionality",
803
- "Animation Functionality"
808
+ "Interactions & Animations",
809
+ "Verified After Updates"
804
810
  ],
805
811
  notesHeader: "NOTES",
806
812
  seoCta: "Contact us if you are interested in more in-depth data or have questions about SEO.",