@fileverse-dev/formulajs 4.4.14 → 4.4.15
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/lib/browser/formula.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.15 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -17323,7 +17323,7 @@ function _typeof(o) {
|
|
|
17323
17323
|
headers: headers
|
|
17324
17324
|
}), finalUrl = _getUrlAndHeaders5.URL, HEADERS = _getUrlAndHeaders5.HEADERS;
|
|
17325
17325
|
_context20.next = 26;
|
|
17326
|
-
return fetch(finalUrl, {
|
|
17326
|
+
return fetch(finalUrl + "?refresh=true", {
|
|
17327
17327
|
headers: HEADERS
|
|
17328
17328
|
});
|
|
17329
17329
|
|
|
@@ -18563,6 +18563,9 @@ function _typeof(o) {
|
|
|
18563
18563
|
if (item !== null && item !== void 0 && item.total_supply) {
|
|
18564
18564
|
item.total_supply = formatNumber(item === null || item === void 0 ? void 0 : item.total_supply, item.decimals);
|
|
18565
18565
|
}
|
|
18566
|
+
if (item !== null && item !== void 0 && item.fully_diluted_value) {
|
|
18567
|
+
item.fully_diluted_value = formatNumber(item === null || item === void 0 ? void 0 : item.fully_diluted_value, item.decimals);
|
|
18568
|
+
}
|
|
18566
18569
|
}
|
|
18567
18570
|
if (item !== null && item !== void 0 && item.first_acquired) {
|
|
18568
18571
|
item.first_acquired = new Intl.DateTimeFormat("en-US", {
|