bt-core-app 2.1.10 → 2.1.11

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.
@@ -42194,7 +42194,7 @@ function Ij(e) {
42194
42194
  }
42195
42195
  function m(F, O = 0) {
42196
42196
  if (typeof F != "number" || isNaN(F))
42197
- throw new Error("Input must be a valid number.");
42197
+ return "";
42198
42198
  const W = Math.abs(F), Y = F < 0 ? "-" : "", U = [
42199
42199
  { value: 1e12, suffix: "T" },
42200
42200
  { value: 1e9, suffix: "B" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
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": {