@entur-partner/util 1.3.11 → 1.4.0-alpha.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/index.mjs CHANGED
@@ -679,7 +679,7 @@ var M = {
679
679
  night: "night"
680
680
  }, P = {
681
681
  G: function(e, t, n) {
682
- let r = e.getFullYear() > 0 ? 1 : 0;
682
+ let r = +(e.getFullYear() > 0);
683
683
  switch (t) {
684
684
  case "G":
685
685
  case "GG":