@moveo-ai/web-client 0.22.2 → 0.23.0-next.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/dist/iframe.min.js +1 -1
- package/dist/iframe.min.js.LICENSE.txt +43 -1
- package/dist/iframe.min.js.map +1 -1
- package/dist/index.html +4 -1
- package/dist/preview.css.min.js.LICENSE.txt +1 -1
- 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 -1
- package/dist/web-client.min.js.map +1 -1
- package/package.json +14 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moveo-ai/web-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.23.0-next.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": {
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"@testing-library/react": "^12.1.3",
|
|
48
48
|
"@testing-library/user-event": "^13.5.0",
|
|
49
49
|
"@types/debug": "^4.1.7",
|
|
50
|
-
"@types/jest": "^27.4.
|
|
51
|
-
"@types/node": "^17.0.
|
|
50
|
+
"@types/jest": "^27.4.1",
|
|
51
|
+
"@types/node": "^17.0.21",
|
|
52
52
|
"@types/react": "^17.0.39",
|
|
53
53
|
"@types/ua-parser-js": "^0.7.36",
|
|
54
|
-
"@typescript-eslint/eslint-plugin": "^5.12.
|
|
55
|
-
"@typescript-eslint/parser": "^5.12.
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^5.12.1",
|
|
55
|
+
"@typescript-eslint/parser": "^5.12.1",
|
|
56
56
|
"anchorme": "^2.1.2",
|
|
57
57
|
"babel-loader": "^8.2.3",
|
|
58
58
|
"bundlesize": "^0.18.1",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"dompurify": "^2.3.6",
|
|
66
66
|
"dotenv": "^16.0.0",
|
|
67
67
|
"eslint": "^8.9.0",
|
|
68
|
-
"eslint-config-prettier": "^8.
|
|
68
|
+
"eslint-config-prettier": "^8.4.0",
|
|
69
69
|
"eslint-import-resolver-typescript": "^2.5.0",
|
|
70
70
|
"eslint-plugin-import": "^2.25.4",
|
|
71
71
|
"eslint-plugin-jest-dom": "^4.0.1",
|
|
@@ -77,19 +77,20 @@
|
|
|
77
77
|
"focus-trap-react": "^8.9.2",
|
|
78
78
|
"html-webpack-plugin": "^5.5.0",
|
|
79
79
|
"husky": "^7.0.4",
|
|
80
|
-
"i18next": "^21.6.
|
|
80
|
+
"i18next": "^21.6.12",
|
|
81
81
|
"i18next-browser-languagedetector": "^6.1.3",
|
|
82
|
+
"i18next-http-backend": "^1.3.2",
|
|
82
83
|
"jest": "^27.5.1",
|
|
83
84
|
"keen-slider": "^6.6.3",
|
|
84
85
|
"lint-staged": "^12.3.4",
|
|
86
|
+
"lodash.debounce": "^4.0.8",
|
|
85
87
|
"lodash.merge": "^4.6.2",
|
|
86
88
|
"nanoid": "^3.3.1",
|
|
87
|
-
"preact": "^10.6.6",
|
|
88
89
|
"prettier": "^2.5.1",
|
|
89
90
|
"react": "^17.0.2",
|
|
90
91
|
"react-dom": "^17.0.2",
|
|
91
|
-
"react-hook-form": "^7.27.
|
|
92
|
-
"react-i18next": "^11.15.
|
|
92
|
+
"react-hook-form": "^7.27.1",
|
|
93
|
+
"react-i18next": "^11.15.5",
|
|
93
94
|
"react-modal": "^3.14.4",
|
|
94
95
|
"react-page-visibility": "^6.4.0",
|
|
95
96
|
"react-test-renderer": "^17.0.2",
|
|
@@ -102,13 +103,13 @@
|
|
|
102
103
|
"socket.io-client": "^4.4.1",
|
|
103
104
|
"source-map-loader": "^3.0.1",
|
|
104
105
|
"style-loader": "^3.3.1",
|
|
105
|
-
"stylelint": "^14.5.
|
|
106
|
+
"stylelint": "^14.5.3",
|
|
106
107
|
"stylelint-config-standard-scss": "^3.0.0",
|
|
107
108
|
"stylelint-declaration-strict-value": "^1.8.0",
|
|
108
109
|
"ts-jest": "^27.1.3",
|
|
109
110
|
"ts-loader": "^9.2.6",
|
|
110
111
|
"tsconfig-paths-webpack-plugin": "^3.5.2",
|
|
111
|
-
"type-fest": "^2.
|
|
112
|
+
"type-fest": "^2.12.0",
|
|
112
113
|
"typescript": "^4.5.5",
|
|
113
114
|
"ua-parser-js": "^1.0.2",
|
|
114
115
|
"url-loader": "^4.1.1",
|
|
@@ -147,7 +148,7 @@
|
|
|
147
148
|
},
|
|
148
149
|
{
|
|
149
150
|
"path": "./dist/iframe.min.js",
|
|
150
|
-
"maxSize": "
|
|
151
|
+
"maxSize": "190 kB"
|
|
151
152
|
}
|
|
152
153
|
],
|
|
153
154
|
"release": {
|