akpm-datapoint-front 0.0.59 → 0.0.61

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.
@@ -1,4 +1,4 @@
1
- /* Version: 0.0.59 */
1
+ /* Version: 0.0.61 */
2
2
  var Pc = Object.defineProperty;
3
3
  var to = (r) => {
4
4
  throw TypeError(r);
@@ -25087,7 +25087,7 @@ function Mi(r, e) {
25087
25087
  G(D, "id", `table${t()}`), G(Q, "data-copy-value", a(o).infortuni), G(le, "data-copy-value", a(o).denominatore), Te(V, he), G(fe, "data-copy-value", a(o).decessi), Te(J, qe);
25088
25088
  },
25089
25089
  [
25090
- () => a(o).denominatore ? Math.round(a(o).infortuni / a(o).denominatore * 2e5 * 10) / 10 : "N/A",
25090
+ () => a(o).denominatore ? Math.round(a(o).infortuni / (a(o).denominatore * 2e3) * 2e5 * 10) / 10 : "N/A",
25091
25091
  () => a(o).denominatore ? Math.round(a(o).decessi / (a(o).denominatore * 2e3) * 2e5 * 10) / 10 : "N/A"
25092
25092
  ]
25093
25093
  ), de(Q, () => a(o).infortuni, (he) => a(o).infortuni = he), de(le, () => a(o).denominatore, (he) => a(o).denominatore = he), de(fe, () => a(o).decessi, (he) => a(o).decessi = he), y(k, q);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akpm-datapoint-front",
3
- "version": "0.0.59",
3
+ "version": "0.0.61",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",