@foisit/vue-wrapper 2.4.1 → 2.4.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/README.md +22 -3
- package/index.mjs +518 -460
- package/package.json +16 -6
package/package.json
CHANGED
|
@@ -1,25 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foisit/vue-wrapper",
|
|
3
|
-
"version": "2.4.
|
|
4
|
-
"main": "./index.
|
|
3
|
+
"version": "2.4.4",
|
|
4
|
+
"main": "./index.mjs",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
8
8
|
"import": "./index.mjs",
|
|
9
|
-
"require": "./index.js",
|
|
10
9
|
"types": "./index.d.ts"
|
|
11
10
|
}
|
|
12
11
|
},
|
|
13
12
|
"files": [
|
|
14
|
-
"index.js",
|
|
15
13
|
"index.mjs",
|
|
16
14
|
"index.d.ts",
|
|
17
15
|
"lib",
|
|
18
|
-
"style.css",
|
|
19
16
|
"README.md"
|
|
20
17
|
],
|
|
21
18
|
"sideEffects": false,
|
|
22
|
-
"description": "
|
|
19
|
+
"description": "A powerful AI assistant library for Vue applications, providing seamless chatbot functionality and intelligent interactions for websites.",
|
|
20
|
+
"keywords": [
|
|
21
|
+
"ai-assistant",
|
|
22
|
+
"chatbot",
|
|
23
|
+
"vue",
|
|
24
|
+
"ai",
|
|
25
|
+
"assistant",
|
|
26
|
+
"accessibility",
|
|
27
|
+
"website-integration"
|
|
28
|
+
],
|
|
29
|
+
"homepage": "https://github.com/boluwatifee4/foisit#readme",
|
|
30
|
+
"bugs": {
|
|
31
|
+
"url": "https://github.com/boluwatifee4/foisit/issues"
|
|
32
|
+
},
|
|
23
33
|
"repository": {
|
|
24
34
|
"type": "git",
|
|
25
35
|
"url": "git+https://github.com/boluwatifee4/foisit.git"
|