@satek-team-intern/chatbot-widget 0.11.2 → 0.11.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.
- package/dist/index.d.ts +1 -2
- package/package.json +3 -3
- package/dist/src/index.d.ts +0 -5
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ChatWidgetProps as ChatWidgetProps_2 } from '../../types';
|
|
2
1
|
import { FC } from 'react';
|
|
3
2
|
|
|
4
3
|
/** Các loại định dạng tập tin được phép đính kèm từ thiết bị */
|
|
@@ -12,7 +11,7 @@ declare interface AuthInfo {
|
|
|
12
11
|
email?: string;
|
|
13
12
|
}
|
|
14
13
|
|
|
15
|
-
export declare const ChatWidget: FC<
|
|
14
|
+
export declare const ChatWidget: FC<ChatWidgetProps>;
|
|
16
15
|
|
|
17
16
|
export declare interface ChatWidgetProps {
|
|
18
17
|
scope?: WidgetScope;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@satek-team-intern/chatbot-widget",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.4",
|
|
4
4
|
"description": "A widget chatbot can be integrated into any website, providing a seamless and interactive user experience. It is designed to be easily embedded and customizable, allowing businesses to engage with their customers effectively.",
|
|
5
5
|
"author": "Satek Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"publishConfig": {
|
|
19
19
|
"access": "public"
|
|
20
20
|
},
|
|
21
|
-
"types": "./dist/
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
22
22
|
"scripts": {
|
|
23
23
|
"dev": "vite",
|
|
24
24
|
"build": "npm run build:es && npm run build:umd",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
32
32
|
".": {
|
|
33
|
-
"types": "./dist/
|
|
33
|
+
"types": "./dist/index.d.ts",
|
|
34
34
|
"import": "./dist/chatbot-widget.es.js",
|
|
35
35
|
"require": "./dist/chatbot-widget.umd.js"
|
|
36
36
|
}
|