@depay/widgets 12.2.1 → 12.3.0

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.
@@ -23796,6 +23796,7 @@
23796
23796
  recoverSignature = function recoverSignature(_ref) {
23797
23797
  var message = _ref.message,
23798
23798
  signature = _ref.signature;
23799
+ _ref.wallet;
23799
23800
  return new Promise(function (resolve, reject) {
23800
23801
  fetch(endpoint, {
23801
23802
  method: 'POST',