@moveo-ai/web-client 0.94.1 → 0.95.0-true.2
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/147.min.js.LICENSE.txt +1 -1
- package/dist/329.min.js +1 -1
- package/dist/329.min.js.LICENSE.txt +1 -1
- package/dist/329.min.js.map +1 -1
- package/dist/audio-client.min.js +1 -1
- package/dist/audio-client.min.js.LICENSE.txt +1 -1
- package/dist/audio-client.min.js.map +1 -1
- package/dist/iframe.min.js +1 -1
- package/dist/iframe.min.js.LICENSE.txt +2 -2
- package/dist/iframe.min.js.map +1 -1
- package/dist/iframe.v2.min.js +1 -1
- package/dist/iframe.v2.min.js.LICENSE.txt +2 -2
- package/dist/iframe.v2.min.js.map +1 -1
- package/dist/index.html +1 -1
- package/dist/preview/index.html +2 -2
- package/dist/preview.css.min.js +1 -1
- package/dist/preview.css.min.js.LICENSE.txt +1 -1
- package/dist/preview.css.min.js.map +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 +75 -76
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moveo-ai/web-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.95.0-true.2",
|
|
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": {
|
|
@@ -36,91 +36,90 @@
|
|
|
36
36
|
"author": "Moveo.ai (TM)",
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@babel/core": "^7.
|
|
40
|
-
"@babel/preset-env": "^7.
|
|
41
|
-
"@babel/preset-react": "^7.
|
|
42
|
-
"@babel/preset-typescript": "^7.
|
|
43
|
-
"@chromatic-com/storybook": "^4.1.
|
|
44
|
-
"@commitlint/cli": "^20.
|
|
45
|
-
"@commitlint/config-conventional": "^20.
|
|
39
|
+
"@babel/core": "^7.29.0",
|
|
40
|
+
"@babel/preset-env": "^7.29.0",
|
|
41
|
+
"@babel/preset-react": "^7.28.5",
|
|
42
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
43
|
+
"@chromatic-com/storybook": "^4.1.3",
|
|
44
|
+
"@commitlint/cli": "^20.4.3",
|
|
45
|
+
"@commitlint/config-conventional": "^20.4.3",
|
|
46
46
|
"@heroicons/react": "^2.2.0",
|
|
47
|
-
"@playwright/test": "^1.
|
|
47
|
+
"@playwright/test": "^1.58.2",
|
|
48
48
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
49
49
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
50
50
|
"@radix-ui/react-popover": "^1.1.15",
|
|
51
51
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
52
52
|
"@radix-ui/react-select": "^2.2.6",
|
|
53
|
-
"@radix-ui/react-slot": "^1.2.
|
|
54
|
-
"@storybook/addon-docs": "^9.1.
|
|
55
|
-
"@storybook/addon-links": "^9.1.
|
|
56
|
-
"@storybook/addon-webpack5-compiler-babel": "^
|
|
57
|
-
"@storybook/addons": "^7.6.
|
|
53
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
54
|
+
"@storybook/addon-docs": "^9.1.20",
|
|
55
|
+
"@storybook/addon-links": "^9.1.20",
|
|
56
|
+
"@storybook/addon-webpack5-compiler-babel": "^4.0.0",
|
|
57
|
+
"@storybook/addons": "^7.6.24",
|
|
58
58
|
"@storybook/preset-scss": "^1.0.3",
|
|
59
|
-
"@storybook/react-webpack5": "^9.1.
|
|
60
|
-
"@tailwindcss/postcss": "^4.1
|
|
59
|
+
"@storybook/react-webpack5": "^9.1.20",
|
|
60
|
+
"@tailwindcss/postcss": "^4.2.1",
|
|
61
61
|
"@testing-library/dom": "^10.4.1",
|
|
62
|
-
"@testing-library/react": "^16.3.
|
|
62
|
+
"@testing-library/react": "^16.3.2",
|
|
63
63
|
"@testing-library/user-event": "^14.6.1",
|
|
64
|
-
"@twilio/voice-sdk": "^2.
|
|
64
|
+
"@twilio/voice-sdk": "^2.18.0",
|
|
65
65
|
"@types/debug": "^4.1.12",
|
|
66
66
|
"@types/ejs": "^3.1.5",
|
|
67
67
|
"@types/lodash-es": "^4.17.12",
|
|
68
|
-
"@types/node": "^24.
|
|
69
|
-
"@types/react": "^18.3.
|
|
70
|
-
"@
|
|
71
|
-
"@
|
|
72
|
-
"@vitest/
|
|
73
|
-
"@vitest/ui": "^3.2.4",
|
|
68
|
+
"@types/node": "^24.12.0",
|
|
69
|
+
"@types/react": "^18.3.28",
|
|
70
|
+
"@vitejs/plugin-react": "^5.1.4",
|
|
71
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
72
|
+
"@vitest/ui": "^4.0.18",
|
|
74
73
|
"anchorme": "^3.0.8",
|
|
75
|
-
"autoprefixer": "^10.4.
|
|
76
|
-
"babel-loader": "^10.
|
|
74
|
+
"autoprefixer": "^10.4.27",
|
|
75
|
+
"babel-loader": "^10.1.1",
|
|
77
76
|
"class-variance-authority": "^0.7.1",
|
|
78
77
|
"classnames": "^2.5.1",
|
|
79
78
|
"clean-webpack-plugin": "^4.0.0",
|
|
80
|
-
"copy-webpack-plugin": "^
|
|
81
|
-
"css-loader": "^7.1.
|
|
79
|
+
"copy-webpack-plugin": "^14.0.0",
|
|
80
|
+
"css-loader": "^7.1.4",
|
|
82
81
|
"css-modules-typescript-loader": "^4.0.1",
|
|
83
82
|
"debug": "^4.4.3",
|
|
84
|
-
"dompurify": "^3.3.
|
|
85
|
-
"dotenv": "^
|
|
86
|
-
"ejs": "^
|
|
83
|
+
"dompurify": "^3.3.3",
|
|
84
|
+
"dotenv": "^17.3.1",
|
|
85
|
+
"ejs": "^5.0.1",
|
|
87
86
|
"embla-carousel-react": "^8.6.0",
|
|
88
|
-
"emoji-picker-react": "^4.
|
|
89
|
-
"eslint": "^9.
|
|
87
|
+
"emoji-picker-react": "^4.18.0",
|
|
88
|
+
"eslint": "^9.39.4",
|
|
90
89
|
"eslint-config-prettier": "^10.1.8",
|
|
91
90
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
92
91
|
"eslint-plugin-import": "^2.32.0",
|
|
93
92
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
94
|
-
"eslint-plugin-prettier": "^5.5.
|
|
93
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
95
94
|
"eslint-plugin-react": "^7.37.5",
|
|
96
95
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
97
|
-
"eslint-plugin-storybook": "^9.1.
|
|
98
|
-
"eslint-plugin-testing-library": "^7.
|
|
99
|
-
"globals": "^
|
|
96
|
+
"eslint-plugin-storybook": "^9.1.20",
|
|
97
|
+
"eslint-plugin-testing-library": "^7.16.0",
|
|
98
|
+
"globals": "^17.4.0",
|
|
100
99
|
"he": "^1.2.0",
|
|
101
|
-
"html-webpack-plugin": "^5.6.
|
|
100
|
+
"html-webpack-plugin": "^5.6.6",
|
|
102
101
|
"husky": "^9.1.7",
|
|
103
|
-
"i18next": "^25.
|
|
104
|
-
"i18next-browser-languagedetector": "^8.2.
|
|
102
|
+
"i18next": "^25.8.18",
|
|
103
|
+
"i18next-browser-languagedetector": "^8.2.1",
|
|
105
104
|
"i18next-http-backend": "^3.0.2",
|
|
106
|
-
"isbot": "^5.1.
|
|
107
|
-
"jsdom": "^
|
|
105
|
+
"isbot": "^5.1.36",
|
|
106
|
+
"jsdom": "^28.1.0",
|
|
108
107
|
"keen-slider": "^6.8.6",
|
|
109
|
-
"lint-staged": "^16.
|
|
110
|
-
"lodash-es": "^4.17.
|
|
111
|
-
"lucide-react": "^0.
|
|
112
|
-
"marked": "^
|
|
108
|
+
"lint-staged": "^16.3.3",
|
|
109
|
+
"lodash-es": "^4.17.23",
|
|
110
|
+
"lucide-react": "^0.577.0",
|
|
111
|
+
"marked": "^17.0.4",
|
|
113
112
|
"mkcert": "^3.2.0",
|
|
114
113
|
"nanoid": "^5.1.6",
|
|
115
|
-
"postcss": "^8.5.
|
|
116
|
-
"postcss-loader": "^8.2.
|
|
117
|
-
"prettier": "^3.
|
|
118
|
-
"prettier-plugin-sort-json": "^4.
|
|
114
|
+
"postcss": "^8.5.8",
|
|
115
|
+
"postcss-loader": "^8.2.1",
|
|
116
|
+
"prettier": "^3.8.1",
|
|
117
|
+
"prettier-plugin-sort-json": "^4.2.0",
|
|
119
118
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
120
119
|
"react": "^18.3.1",
|
|
121
120
|
"react-dom": "^18.3.1",
|
|
122
|
-
"react-dropzone": "^
|
|
123
|
-
"react-hook-form": "^7.
|
|
121
|
+
"react-dropzone": "^15.0.0",
|
|
122
|
+
"react-hook-form": "^7.71.2",
|
|
124
123
|
"react-i18next": "^15.7.4",
|
|
125
124
|
"react-modal": "^3.16.3",
|
|
126
125
|
"react-page-visibility": "^7.0.0",
|
|
@@ -128,44 +127,44 @@
|
|
|
128
127
|
"react-use": "^17.6.0",
|
|
129
128
|
"recoil": "^0.7.7",
|
|
130
129
|
"redux": "^5.0.1",
|
|
131
|
-
"sass": "^1.
|
|
132
|
-
"sass-embedded": "^1.
|
|
133
|
-
"sass-loader": "^16.0.
|
|
134
|
-
"semantic-release": "^25.0.
|
|
135
|
-
"serve": "^14.2.
|
|
130
|
+
"sass": "^1.98.0",
|
|
131
|
+
"sass-embedded": "^1.98.0",
|
|
132
|
+
"sass-loader": "^16.0.7",
|
|
133
|
+
"semantic-release": "^25.0.3",
|
|
134
|
+
"serve": "^14.2.6",
|
|
136
135
|
"shader": "^1.0.0",
|
|
137
136
|
"smooth-scroll-into-view-if-needed": "^2.0.2",
|
|
138
|
-
"socket.io": "^4.8.
|
|
139
|
-
"socket.io-client": "^4.8.
|
|
137
|
+
"socket.io": "^4.8.3",
|
|
138
|
+
"socket.io-client": "^4.8.3",
|
|
140
139
|
"source-map-loader": "^5.0.0",
|
|
141
|
-
"storybook": "^9.1.
|
|
142
|
-
"storybook-react-i18next": "^4.0.
|
|
140
|
+
"storybook": "^9.1.20",
|
|
141
|
+
"storybook-react-i18next": "^4.0.12",
|
|
143
142
|
"style-loader": "^4.0.0",
|
|
144
|
-
"stylelint": "^
|
|
145
|
-
"stylelint-config-standard-scss": "^
|
|
146
|
-
"stylelint-declaration-strict-value": "^1.
|
|
147
|
-
"tailwind-merge": "^3.
|
|
148
|
-
"tailwindcss": "^4.1
|
|
143
|
+
"stylelint": "^17.4.0",
|
|
144
|
+
"stylelint-config-standard-scss": "^17.0.0",
|
|
145
|
+
"stylelint-declaration-strict-value": "^1.11.1",
|
|
146
|
+
"tailwind-merge": "^3.5.0",
|
|
147
|
+
"tailwindcss": "^4.2.1",
|
|
149
148
|
"tailwindcss-animate": "^1.0.7",
|
|
150
149
|
"ts-deepmerge": "^7.0.3",
|
|
151
150
|
"ts-loader": "^9.5.4",
|
|
152
151
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
153
|
-
"type-fest": "^4.
|
|
152
|
+
"type-fest": "^5.4.4",
|
|
154
153
|
"typescript": "^5.9.3",
|
|
155
|
-
"typescript-eslint": "^8.
|
|
156
|
-
"ua-parser-js": "^
|
|
154
|
+
"typescript-eslint": "^8.57.0",
|
|
155
|
+
"ua-parser-js": "^2.0.9",
|
|
157
156
|
"url-loader": "^4.1.1",
|
|
158
|
-
"uuid": "^
|
|
159
|
-
"vitest": "^
|
|
157
|
+
"uuid": "^13.0.0",
|
|
158
|
+
"vitest": "^4.0.18",
|
|
160
159
|
"vitest-dom": "^0.1.1",
|
|
161
|
-
"webpack": "^5.
|
|
162
|
-
"webpack-bundle-analyzer": "^
|
|
160
|
+
"webpack": "^5.105.4",
|
|
161
|
+
"webpack-bundle-analyzer": "^5.2.0",
|
|
163
162
|
"webpack-cli": "^6.0.1",
|
|
164
|
-
"webpack-dev-server": "^5.2.
|
|
163
|
+
"webpack-dev-server": "^5.2.3",
|
|
165
164
|
"webpack-merge": "^6.0.1",
|
|
166
165
|
"webpack-visualizer-plugin2": "^2.0.0",
|
|
167
|
-
"wrangler": "^4.
|
|
168
|
-
"yet-another-react-lightbox": "^3.
|
|
166
|
+
"wrangler": "^4.72.0",
|
|
167
|
+
"yet-another-react-lightbox": "^3.29.1"
|
|
169
168
|
},
|
|
170
169
|
"repository": {
|
|
171
170
|
"url": "https://github.com/moveo-ai/web-client"
|