bt-core-app 1.4.876 → 1.4.877

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.
@@ -10976,7 +10976,7 @@ function MP(e) {
10976
10976
  }
10977
10977
  function x(A, H) {
10978
10978
  var q = H ?? kP, Z = e.dates.tzDate(A), W = e.dates.tzDate(), R = q.split(",");
10979
- return R.length >= 4 && W.hasSame(Z, "day") ? g(A, R[3]) : R.length >= 3 && W.hasSame(Z, "month") ? g(A, R[2]) : R.length >= 2 && W.hasSame(Z, "year") ? g(A, R[1]) : g(A, R[0]);
10979
+ return R.length >= 4 && W.hasSame(Z, "day") ? a(A, R[3]) : R.length >= 3 && W.hasSame(Z, "month") ? a(A, R[2]) : R.length >= 2 && W.hasSame(Z, "year") ? a(A, R[1]) : a(A, R[0]);
10980
10980
  }
10981
10981
  function S(A) {
10982
10982
  var H = new Intl.NumberFormat("en-US", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.876",
3
+ "version": "1.4.877",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {