@tencentcloud/ai-desk-customer-vue 0.1.4 → 0.1.5
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/excluded-list.txt +3 -4
- package/package.json +9 -19
package/excluded-list.txt
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
.\node_modules\@tencentcloud\
|
|
2
|
-
.\node_modules\@tencentcloud\
|
|
3
|
-
.\node_modules\@tencentcloud\
|
|
4
|
-
.\node_modules\@tencentcloud\tui-customer-service-plugin\script
|
|
1
|
+
.\node_modules\@tencentcloud\ai-desk-customer-vue\node_modules
|
|
2
|
+
.\node_modules\@tencentcloud\ai-desk-customer-vue\package.json
|
|
3
|
+
.\node_modules\@tencentcloud\ai-desk-customer-vue\excluded-list.txt
|
|
5
4
|
|
|
6
5
|
|
package/package.json
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencentcloud/ai-desk-customer-vue",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "chat uikit ai-desk-customer",
|
|
5
5
|
"main": "index",
|
|
6
6
|
"keywords": [
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
7
|
+
"customer service",
|
|
8
|
+
"ai",
|
|
9
|
+
"chatbot",
|
|
10
|
+
"vue",
|
|
10
11
|
"tencentcloud",
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"ai-desk-customer",
|
|
16
|
-
"customer-service"
|
|
12
|
+
"客服",
|
|
13
|
+
"智能客服",
|
|
14
|
+
"人工客服",
|
|
15
|
+
"智能机器人"
|
|
17
16
|
],
|
|
18
17
|
"scripts": {
|
|
19
18
|
"sync": "node ./script/fileCopy.js",
|
|
@@ -43,15 +42,6 @@
|
|
|
43
42
|
"mp-html": "^2.5.0",
|
|
44
43
|
"vue-clipboard3": "2.0.0"
|
|
45
44
|
},
|
|
46
|
-
"peerDependencies": {
|
|
47
|
-
"@vue/composition-api": "^1.0.0-rc.1",
|
|
48
|
-
"vue": "^2.0.0 || >=3.0.0"
|
|
49
|
-
},
|
|
50
|
-
"peerDependenciesMeta": {
|
|
51
|
-
"@vue/composition-api": {
|
|
52
|
-
"optional": true
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
45
|
"publishConfig": {
|
|
56
46
|
"access": "public",
|
|
57
47
|
"registry": "https://registry.npmjs.org/"
|