superstack-wallet-sdk 0.5.6 → 0.5.7

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.d.ts CHANGED
@@ -236,6 +236,7 @@ type BuildTransactionRequest = {
236
236
  };
237
237
  interface BuildTransactionResponse {
238
238
  raw_transaction: string;
239
+ metadata?: any;
239
240
  }
240
241
  type BigDecimalString = string;
241
242
  declare enum BorrowedAsset {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superstack-wallet-sdk",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "A wallet SDK for superstack",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",