@myinterview/widget-react 1.0.7 → 1.0.8

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.
@@ -1,4 +1,4 @@
1
1
  import { Widget, getToken } from './components/Widget';
2
- import { IWidgetConfig } from './interfaces/configInterface';
2
+ import { IWidgetConfig, IClientWidgetConfig } from './interfaces/configInterface';
3
3
  export { Widget, getToken };
4
- export type { IWidgetConfig };
4
+ export type { IWidgetConfig, IClientWidgetConfig };
package/dist/index.d.ts CHANGED
@@ -146,4 +146,4 @@ declare const getToken: ({ type, value, secretKey }: IGetToken) => string;
146
146
 
147
147
  declare const Widget: React.FC<IClientWidgetConfig>;
148
148
 
149
- export { IWidgetConfig, Widget, getToken };
149
+ export { IClientWidgetConfig, IWidgetConfig, Widget, getToken };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myinterview/widget-react",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "myInterview widget v3",
5
5
  "module": "dist/esm/index.js",
6
6
  "files": [