@yoast/ai-insights-client 1.4.54 → 1.4.55
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.
|
@@ -12597,16 +12597,13 @@ function ff(e) {
|
|
|
12597
12597
|
return "a future date";
|
|
12598
12598
|
var i = new Date(t), s = {
|
|
12599
12599
|
month: "long",
|
|
12600
|
-
day: "numeric"
|
|
12600
|
+
day: "numeric"
|
|
12601
|
+
}, o = {
|
|
12601
12602
|
hour: "numeric",
|
|
12602
12603
|
minute: "2-digit",
|
|
12603
12604
|
hour12: !0
|
|
12604
|
-
},
|
|
12605
|
-
|
|
12606
|
-
var l = a[0], c = a[1].replace(",", ""), u = a.slice(2).join(" ");
|
|
12607
|
-
return "".concat(l, " ").concat(c, " at ").concat(u);
|
|
12608
|
-
}
|
|
12609
|
-
return "".concat(o);
|
|
12605
|
+
}, a = i.toLocaleDateString("en-US", s), l = i.toLocaleTimeString("en-US", o);
|
|
12606
|
+
return "".concat(a, " at ").concat(l);
|
|
12610
12607
|
}
|
|
12611
12608
|
var Gg;
|
|
12612
12609
|
function Kg(e, t) {
|