@moveo-ai/web-client 0.16.2 → 0.16.3
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 +1 -1
- package/dist/iframe.min.js +3 -0
- package/dist/iframe.min.js.LICENSE.txt +32 -0
- package/dist/iframe.min.js.map +1 -0
- package/dist/index.html +10 -27
- package/dist/report.html +2 -2
- package/dist/stats.html +1 -1
- package/dist/web-client.min.js +1 -1
- package/dist/web-client.min.js.LICENSE.txt +1 -27
- package/dist/web-client.min.js.map +1 -1
- package/package.json +40 -45
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moveo-ai/web-client",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.3",
|
|
4
4
|
"description": "Client side library to load the moveo chat widget and connect it with your agent",
|
|
5
5
|
"main": "dist/web-client.min.js",
|
|
6
6
|
"scripts": {
|
|
@@ -32,32 +32,27 @@
|
|
|
32
32
|
"author": "Moveo.AI (TM)",
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@babel/core": "^7.16.
|
|
36
|
-
"@commitlint/cli": "^16.0
|
|
35
|
+
"@babel/core": "^7.16.12",
|
|
36
|
+
"@commitlint/cli": "^16.1.0",
|
|
37
37
|
"@commitlint/config-conventional": "^16.0.0",
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
40
|
-
"@
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"@storybook/addon-actions": "^6.4.13",
|
|
44
|
-
"@storybook/addon-essentials": "^6.4.13",
|
|
45
|
-
"@storybook/addon-links": "^6.4.13",
|
|
46
|
-
"@storybook/builder-webpack5": "^6.4.13",
|
|
47
|
-
"@storybook/manager-webpack5": "^6.4.13",
|
|
38
|
+
"@storybook/addon-actions": "^6.4.17",
|
|
39
|
+
"@storybook/addon-essentials": "^6.4.17",
|
|
40
|
+
"@storybook/addon-links": "^6.4.17",
|
|
41
|
+
"@storybook/builder-webpack5": "^6.4.17",
|
|
42
|
+
"@storybook/manager-webpack5": "^6.4.17",
|
|
48
43
|
"@storybook/preset-scss": "^1.0.3",
|
|
49
|
-
"@storybook/react": "^6.4.
|
|
50
|
-
"@testing-library/dom": "^8.11.
|
|
44
|
+
"@storybook/react": "^6.4.17",
|
|
45
|
+
"@testing-library/dom": "^8.11.3",
|
|
51
46
|
"@testing-library/jest-dom": "^5.16.1",
|
|
52
47
|
"@testing-library/react": "^12.1.2",
|
|
53
48
|
"@testing-library/user-event": "^13.5.0",
|
|
54
49
|
"@types/debug": "^4.1.7",
|
|
55
50
|
"@types/jest": "^27.4.0",
|
|
56
|
-
"@types/node": "^17.0.
|
|
51
|
+
"@types/node": "^17.0.13",
|
|
57
52
|
"@types/react": "^17.0.38",
|
|
58
53
|
"@types/ua-parser-js": "^0.7.36",
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "^5.10.
|
|
60
|
-
"@typescript-eslint/parser": "^5.10.
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^5.10.2",
|
|
55
|
+
"@typescript-eslint/parser": "^5.10.2",
|
|
61
56
|
"anchorme": "^2.1.2",
|
|
62
57
|
"babel-loader": "^8.2.3",
|
|
63
58
|
"bundlesize": "^0.18.1",
|
|
@@ -66,9 +61,9 @@
|
|
|
66
61
|
"css-loader": "^6.5.1",
|
|
67
62
|
"css-modules-typescript-loader": "^4.0.1",
|
|
68
63
|
"debug": "^4.3.3",
|
|
69
|
-
"dompurify": "^2.3.
|
|
70
|
-
"dotenv": "^
|
|
71
|
-
"eslint": "^8.
|
|
64
|
+
"dompurify": "^2.3.5",
|
|
65
|
+
"dotenv": "^15.0.0",
|
|
66
|
+
"eslint": "^8.8.0",
|
|
72
67
|
"eslint-config-prettier": "^8.3.0",
|
|
73
68
|
"eslint-import-resolver-typescript": "^2.5.0",
|
|
74
69
|
"eslint-plugin-import": "^2.25.4",
|
|
@@ -77,47 +72,47 @@
|
|
|
77
72
|
"eslint-plugin-prettier": "^4.0.0",
|
|
78
73
|
"eslint-plugin-react": "^7.28.0",
|
|
79
74
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
80
|
-
"eslint-plugin-testing-library": "^5.0.
|
|
75
|
+
"eslint-plugin-testing-library": "^5.0.5",
|
|
81
76
|
"focus-trap-react": "^8.9.1",
|
|
82
77
|
"html-webpack-plugin": "^5.5.0",
|
|
83
78
|
"husky": "^7.0.4",
|
|
84
|
-
"i18next": "^21.6.
|
|
85
|
-
"i18next-browser-languagedetector": "^6.1.
|
|
79
|
+
"i18next": "^21.6.10",
|
|
80
|
+
"i18next-browser-languagedetector": "^6.1.3",
|
|
86
81
|
"jest": "^27.4.7",
|
|
87
82
|
"keen-slider": "^6.6.3",
|
|
88
|
-
"lint-staged": "^12.
|
|
83
|
+
"lint-staged": "^12.3.2",
|
|
89
84
|
"nanoid": "^3.2.0",
|
|
90
|
-
"preact": "^10.6.
|
|
85
|
+
"preact": "^10.6.5",
|
|
91
86
|
"prettier": "^2.5.1",
|
|
92
87
|
"react": "^17.0.2",
|
|
93
88
|
"react-dom": "^17.0.2",
|
|
94
|
-
"react-hook-form": "^7.
|
|
89
|
+
"react-hook-form": "^7.25.3",
|
|
95
90
|
"react-i18next": "^11.15.3",
|
|
96
91
|
"react-modal": "^3.14.4",
|
|
97
92
|
"react-page-visibility": "^6.4.0",
|
|
98
93
|
"react-test-renderer": "^17.0.2",
|
|
99
94
|
"react-transition-group": "^4.4.2",
|
|
100
|
-
"recoil": "^0.
|
|
101
|
-
"sass": "^1.
|
|
95
|
+
"recoil": "^0.6.1",
|
|
96
|
+
"sass": "^1.49.4",
|
|
102
97
|
"sass-loader": "^12.4.0",
|
|
103
|
-
"semantic-release": "^
|
|
98
|
+
"semantic-release": "^19.0.2",
|
|
104
99
|
"socket.io": "^4.4.1",
|
|
105
100
|
"socket.io-client": "^4.4.1",
|
|
106
101
|
"source-map-loader": "^3.0.1",
|
|
107
102
|
"style-loader": "^3.3.1",
|
|
108
|
-
"stylelint": "^14.
|
|
103
|
+
"stylelint": "^14.3.0",
|
|
109
104
|
"stylelint-config-standard-scss": "^3.0.0",
|
|
110
105
|
"stylelint-declaration-strict-value": "^1.8.0",
|
|
111
106
|
"ts-jest": "^27.1.3",
|
|
112
107
|
"ts-loader": "^9.2.6",
|
|
113
108
|
"tsconfig-paths-webpack-plugin": "^3.5.2",
|
|
114
|
-
"type-fest": "^2.
|
|
115
|
-
"typescript": "^4.5.
|
|
109
|
+
"type-fest": "^2.11.1",
|
|
110
|
+
"typescript": "^4.5.5",
|
|
116
111
|
"ua-parser-js": "^1.0.2",
|
|
117
112
|
"url-loader": "^4.1.1",
|
|
118
|
-
"webpack": "^5.
|
|
113
|
+
"webpack": "^5.68.0",
|
|
119
114
|
"webpack-bundle-analyzer": "^4.5.0",
|
|
120
|
-
"webpack-cli": "^4.9.
|
|
115
|
+
"webpack-cli": "^4.9.2",
|
|
121
116
|
"webpack-dev-server": "^4.7.3",
|
|
122
117
|
"webpack-merge": "^5.8.0",
|
|
123
118
|
"webpack-visualizer-plugin2": "^1.0.0"
|
|
@@ -133,7 +128,7 @@
|
|
|
133
128
|
"\\.(css|less|scss|jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/file-transform.ts"
|
|
134
129
|
},
|
|
135
130
|
"setupFilesAfterEnv": [
|
|
136
|
-
"./
|
|
131
|
+
"./test/setupTests.ts"
|
|
137
132
|
],
|
|
138
133
|
"testEnvironment": "jsdom",
|
|
139
134
|
"roots": [
|
|
@@ -146,20 +141,20 @@
|
|
|
146
141
|
"bundlesize": [
|
|
147
142
|
{
|
|
148
143
|
"path": "./dist/web-client.min.js",
|
|
149
|
-
"maxSize": "
|
|
144
|
+
"maxSize": "30 kB"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"path": "./dist/iframe.min.js",
|
|
148
|
+
"maxSize": "180 kB"
|
|
150
149
|
}
|
|
151
150
|
],
|
|
152
151
|
"release": {
|
|
153
152
|
"branches": [
|
|
154
153
|
"main",
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
"@semantic-release/release-notes-generator",
|
|
160
|
-
"@semantic-release/changelog",
|
|
161
|
-
"@semantic-release/npm",
|
|
162
|
-
"@semantic-release/git"
|
|
154
|
+
{
|
|
155
|
+
"name": "next",
|
|
156
|
+
"prerelease": true
|
|
157
|
+
}
|
|
163
158
|
]
|
|
164
159
|
},
|
|
165
160
|
"commitlint": {
|