@xrpl-wallet-kit/browser 0.1.9 → 0.1.11

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.
@@ -1,4 +1,4 @@
1
- /*! @xrpl-wallet-kit/browser v0.1.9 | MIT | https://github.com/XRPDomains/xrpl-wallet-kit */
1
+ /*! @xrpl-wallet-kit/browser v0.1.11 | MIT | https://github.com/XRPDomains/xrpl-wallet-kit */
2
2
  var __defProp = Object.defineProperty;
3
3
  var __typeError = (msg) => {
4
4
  throw TypeError(msg);
@@ -22558,6 +22558,8 @@ ${new this._window.XMLSerializer().serializeToString(e4)}`;
22558
22558
  modalMode: walletConnectUiMode === "default" ? "always" : void 0
22559
22559
  }));
22560
22560
  }
22561
+ if (shouldInclude(ids, "ledger"))
22562
+ adapters.push(createLedgerAdapter());
22561
22563
  return adapters;
22562
22564
  }
22563
22565
  function resolveStorage(storage) {