akpm-datapoint-front 2.0.27 → 2.0.28

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: 2.0.27 */
1
+ /* Version: 2.0.28 */
2
2
  var Ru = Object.defineProperty;
3
3
  var td = (s) => {
4
4
  throw TypeError(s);
@@ -28078,7 +28078,7 @@ function Bn(s, t) {
28078
28078
  try {
28079
28079
  k(y, !0), await x();
28080
28080
  const Q = await F0(e(f), u(), u(), J);
28081
- Q.success ? (k(p, H(Q.electricityConsumption)), k(n, H(Q.electricityRenewableSources)), k(_, H(Q.electricityNonRenewableSources)), Q.uom && k(w, H(Q.uom)), k(V, 0), k(R, 0), k(F, 0), k(N, 0), k(M, 0), k(g, 0)) : (console.error("Errore nell'estrazione dei dati:", Q.error), k(p, 0), k(n, 0), k(_, 0), k(V, 0), k(R, 0), k(F, 0), k(N, 0), k(M, 0), k(g, 0));
28081
+ Q.success ? (k(p, Q.electricityConsumption / 1e3), k(n, Q.electricityRenewableSources / 1e3), k(_, Q.electricityNonRenewableSources / 1e3), Q.uom && k(w, H(Q.uom)), k(V, 0), k(R, 0), k(F, 0), k(N, 0), k(M, 0), k(g, 0)) : (console.error("Errore nell'estrazione dei dati:", Q.error), k(p, 0), k(n, 0), k(_, 0), k(V, 0), k(R, 0), k(F, 0), k(N, 0), k(M, 0), k(g, 0));
28082
28082
  } catch (Q) {
28083
28083
  console.error("Errore durante l'aggiornamento:", Q), k(p, 0), k(n, 0), k(_, 0), k(N, 0), k(M, 0), k(g, 0);
28084
28084
  } finally {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akpm-datapoint-front",
3
- "version": "2.0.27",
3
+ "version": "2.0.28",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",