@asksuite/askflow-app-sdk 0.5.3 → 0.5.4

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -173,6 +173,7 @@ export declare type ISelectItem = {
173
173
  label: II18nData;
174
174
  description?: II18nData;
175
175
  value?: any;
176
+ descriptionHTML?: II18nData;
176
177
  };
177
178
  export declare type IResponseEvent = {
178
179
  data: IOutputData[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asksuite/askflow-app-sdk",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.m.js",
6
6
  "unpkg": "dist/index.umd.js",