@meshsdk/bitcoin 1.9.0-beta.55 → 1.9.0-beta.56

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/dist/index.cjs CHANGED
@@ -1077,6 +1077,9 @@ function toFormData(obj, formData, options) {
1077
1077
  if (utils_default.isDate(value)) {
1078
1078
  return value.toISOString();
1079
1079
  }
1080
+ if (utils_default.isBoolean(value)) {
1081
+ return value.toString();
1082
+ }
1080
1083
  if (!useBlob && utils_default.isBlob(value)) {
1081
1084
  throw new AxiosError_default("Blob is not supported. Use a Buffer instead.");
1082
1085
  }
@@ -2914,7 +2917,7 @@ var fetch_default = isFetchSupported && function(config) {
2914
2917
  }));
2915
2918
  return [
2916
2919
  4,
2917
- fetch(request)
2920
+ fetch(request, fetchOptions)
2918
2921
  ];
2919
2922
  case 4:
2920
2923
  response = _state.sent();
@@ -3076,7 +3079,7 @@ function dispatchRequest(config) {
3076
3079
  });
3077
3080
  }
3078
3081
  // ../../node_modules/axios/lib/env/data.js
3079
- var VERSION = "1.9.0";
3082
+ var VERSION = "1.10.0";
3080
3083
  // ../../node_modules/axios/lib/helpers/validator.js
3081
3084
  var validators = {};
3082
3085
  [