akpm-datapoint-front 0.0.47 → 0.0.48

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.47 */
1
+ /* Version: 0.0.48 */
2
2
  var Mc = Object.defineProperty;
3
3
  var to = (r) => {
4
4
  throw TypeError(r);
@@ -22658,7 +22658,7 @@ function Ti(r, e) {
22658
22658
  });
22659
22659
  if (!H.ok)
22660
22660
  throw new Error(`HTTP error! status: ${H.status}`);
22661
- const V = await H.text();
22661
+ const V = await H.json();
22662
22662
  console.log("Owner:", V), j(g, K(V));
22663
22663
  } catch (H) {
22664
22664
  throw console.error("Errore nella richiesta:", H), H;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akpm-datapoint-front",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",