@ductape/sdk 0.1.83 → 0.1.85

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.
@@ -579,7 +579,7 @@ export interface IStorageDispatchInput extends IDispatchOptions {
579
579
  export interface IPublishDispatchInput extends IDispatchOptions {
580
580
  env: string;
581
581
  product: string;
582
- broker: string;
582
+ broker?: string;
583
583
  event: string;
584
584
  input: IPublishRequest;
585
585
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ductape/sdk",
3
- "version": "0.1.83",
3
+ "version": "0.1.85",
4
4
  "description": "sdk for building ductaped products",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",