@liberfi.io/types 0.1.8 → 0.1.9

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.mts CHANGED
@@ -1327,6 +1327,7 @@ interface ChannelTradeEvent extends BaseChannelEvent {
1327
1327
  base_symbol: string;
1328
1328
  base_name: string;
1329
1329
  base_amount: string;
1330
+ base_address: string;
1330
1331
  quote_symbol: string;
1331
1332
  quote_address: string;
1332
1333
  quote_amount: string;
package/dist/index.d.ts CHANGED
@@ -1327,6 +1327,7 @@ interface ChannelTradeEvent extends BaseChannelEvent {
1327
1327
  base_symbol: string;
1328
1328
  base_name: string;
1329
1329
  base_amount: string;
1330
+ base_address: string;
1330
1331
  quote_symbol: string;
1331
1332
  quote_address: string;
1332
1333
  quote_amount: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liberfi.io/types",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Liberfi React SDK types",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",