@fileverse-dev/formulajs 4.4.11-mod-84-patch-1 → 4.4.11-mod-86
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 +3 -2
- package/lib/browser/formula.min.js +2 -2
- package/lib/browser/formula.min.js.map +1 -1
- package/lib/cjs/index.cjs +13 -12
- package/lib/esm/crypto-constants.mjs +0 -3
- package/lib/esm/index.mjs +13 -12
- package/package.json +1 -1
- package/types/cjs/index.d.cts +1 -0
- package/types/esm/index.d.mts +1 -0
package/lib/browser/formula.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @fileverse-dev/formulajs v4.4.11-mod-
|
|
1
|
+
/* @fileverse-dev/formulajs v4.4.11-mod-86 */
|
|
2
2
|
var _excluded = [ "confirmations", "dataDecoded" ];
|
|
3
3
|
|
|
4
4
|
function _objectWithoutProperties(e, t) {
|
|
@@ -18260,7 +18260,8 @@ function _typeof(o) {
|
|
|
18260
18260
|
return {
|
|
18261
18261
|
contractName: contractName,
|
|
18262
18262
|
functionName: functionName,
|
|
18263
|
-
args: args
|
|
18263
|
+
args: args,
|
|
18264
|
+
responseType: "smart-contract"
|
|
18264
18265
|
};
|
|
18265
18266
|
} catch (error) {
|
|
18266
18267
|
return errorMessageHandler(error, "SMARTCONTRACT");
|