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.
- package/CDN/dp-component.js +2 -2
- package/package.json +1 -1
package/CDN/dp-component.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* Version: 0.0.
|
|
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.
|
|
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;
|