@epoch-protocol/epoch-commons-sdk 0.1.0 → 0.1.1

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.
@@ -243,6 +243,7 @@ export interface IntentQuoteInterface {
243
243
  fillDeadline: number;
244
244
  orderDataType: string;
245
245
  orderData: string;
246
+ executorAddress?: string;
246
247
  }
247
248
  export type FillerTokenData = {
248
249
  filler: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epoch-protocol/epoch-commons-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "SDK for interacting with Epoch Commons Protocol",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",