@ndmspc/ndmvr 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/dist/ndmvr.es.js +1 -1
  2. package/package.json +1 -1
package/dist/ndmvr.es.js CHANGED
@@ -17586,7 +17586,7 @@ var ks = {
17586
17586
  function js(e, t) {
17587
17587
  if (e == null || Number.isNaN(e)) return "-";
17588
17588
  let n = Number.parseFloat(String(e)), r = Math.abs(n);
17589
- return n !== 0 && (r >= 1e6 || r > 0 && r < .001) ? n.toExponential() : n.toFixed(t);
17589
+ return n !== 0 && (r >= 1e6 || r > 0 && r < .001) ? n.toExponential(t) : n.toFixed(t);
17590
17590
  }
17591
17591
  function Ms(e) {
17592
17592
  let t = F(23), { precision: n } = e, r = n === void 0 ? 2 : n, [i, a] = v(null), o = _(null), s, c;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndmspc/ndmvr",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "NDMVR React three fiber components",
5
5
  "author": "NDMSPC community",
6
6
  "repository": {