@moveo-ai/web-client 0.88.4-true.2 → 0.88.5-true.1
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 +3 -0
- package/dist/147.min.js.LICENSE.txt +6 -0
- package/dist/147.min.js.map +1 -0
- package/dist/329.min.js +3 -0
- package/dist/329.min.js.LICENSE.txt +6 -0
- package/dist/329.min.js.map +1 -0
- package/dist/audio-client.min.js +3 -0
- package/dist/audio-client.min.js.LICENSE.txt +46 -0
- package/dist/audio-client.min.js.map +1 -0
- package/dist/iframe.min.js +1 -1
- package/dist/iframe.min.js.LICENSE.txt +1 -1
- 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 +91 -0
- package/dist/preview-audio/index.html +68 -0
- package/dist/preview.css.min.js.LICENSE.txt +1 -1
- package/dist/public/background.svg +79 -0
- package/dist/public/espa.png +0 -0
- package/dist/public/fonts/alpha/AlphaText-Bold.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-BoldItalic.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-Italic.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-Light.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-LightItalic.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-Medium.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-MediumItalic.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-Regular.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-SemiBold.woff +0 -0
- package/dist/public/fonts/alpha/AlphaText-SemiBoldItalic.woff +0 -0
- package/dist/public/fonts/aptos/Aptos-Bold-Italic.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-Bold.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-ExtraBold-Italic.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-ExtraBold.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-Italic.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-Light-Italic.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-Light.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-SemiBold-Italic.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos-SemiBold.ttf +0 -0
- package/dist/public/fonts/aptos/Aptos.ttf +0 -0
- package/dist/public/locales/ar.json +183 -0
- package/dist/public/locales/bg.json +183 -0
- package/dist/public/locales/cs.json +183 -0
- package/dist/public/locales/da.json +183 -0
- package/dist/public/locales/de.json +183 -0
- package/dist/public/locales/el.json +183 -0
- package/dist/public/locales/en.json +183 -0
- package/dist/public/locales/es.json +183 -0
- package/dist/public/locales/fr.json +183 -0
- package/dist/public/locales/id.json +183 -0
- package/dist/public/locales/it.json +183 -0
- package/dist/public/locales/ja.json +183 -0
- package/dist/public/locales/me.json +183 -0
- package/dist/public/locales/nl-be.json +183 -0
- package/dist/public/locales/nl.json +183 -0
- package/dist/public/locales/pl.json +183 -0
- package/dist/public/locales/pt-br.json +183 -0
- package/dist/public/locales/pt.json +183 -0
- package/dist/public/locales/ro.json +183 -0
- package/dist/public/locales/ru.json +183 -0
- package/dist/public/locales/sq.json +183 -0
- package/dist/public/locales/sr.json +183 -0
- package/dist/public/locales/sv.json +183 -0
- package/dist/public/locales/tl.json +183 -0
- package/dist/public/locales/tr.json +183 -0
- package/dist/public/locales/zh.json +183 -0
- package/dist/public/nbg.svg +3 -0
- package/dist/public/og-image.jpg +0 -0
- package/dist/public/webview-image.png +0 -0
- 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 +38 -66
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moveo-ai/web-client",
|
|
3
|
-
"version": "0.88.
|
|
3
|
+
"version": "0.88.5-true.1",
|
|
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": {
|
|
7
7
|
"autofix": "eslint --fix .",
|
|
8
|
-
"build-storybook": "storybook build",
|
|
9
|
-
"build:dev": "NODE_ENV=development webpack --config webpack.config.js",
|
|
10
8
|
"build": "NODE_ENV=production webpack --config webpack.config.js",
|
|
9
|
+
"build:dev": "NODE_ENV=development webpack --config webpack.config.js",
|
|
10
|
+
"build-storybook": "storybook build",
|
|
11
|
+
"lint": "npm run lint:js && npm run lint:scss",
|
|
11
12
|
"lint:js": "eslint .",
|
|
12
13
|
"lint:scss": "npx stylelint \"{src,test}/**/*.{css,scss}\"",
|
|
13
|
-
"lint": "npm run lint:js && npm run lint:scss",
|
|
14
14
|
"prepare": "npm run build",
|
|
15
15
|
"prettier": "prettier --write \"{src,test}/**/*.{ts,tsx,json}\"",
|
|
16
16
|
"setup:certs": "mkdir -p .certs && cd .certs && mkcert -install && mkcert -key-file localhost-key.pem -cert-file localhost.pem localhost 127.0.0.1 ::1 && echo '✅ Local certificates generated successfully!'",
|
|
17
17
|
"start": "webpack serve",
|
|
18
18
|
"storybook": "storybook dev -p 6006",
|
|
19
|
+
"test": "vitest",
|
|
20
|
+
"test:ui": "vitest --ui",
|
|
21
|
+
"test:coverage": "vitest run --coverage",
|
|
19
22
|
"test:ci": "npx playwright test",
|
|
20
|
-
"test": "jest",
|
|
21
|
-
"test:watch": "jest --watch",
|
|
22
|
-
"test:sequential": "jest --runInBand",
|
|
23
23
|
"type-check": "tsc --pretty --noEmit",
|
|
24
24
|
"watch": "webpack --watch"
|
|
25
25
|
},
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"@babel/preset-react": "^7.27.1",
|
|
42
42
|
"@babel/preset-typescript": "^7.27.1",
|
|
43
43
|
"@chromatic-com/storybook": "^4.1.1",
|
|
44
|
-
"@commitlint/cli": "^
|
|
45
|
-
"@commitlint/config-conventional": "^
|
|
44
|
+
"@commitlint/cli": "^20.2.0",
|
|
45
|
+
"@commitlint/config-conventional": "^20.2.0",
|
|
46
46
|
"@heroicons/react": "^2.2.0",
|
|
47
47
|
"@playwright/test": "^1.56.0",
|
|
48
48
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
@@ -59,20 +59,19 @@
|
|
|
59
59
|
"@storybook/react-webpack5": "^9.1.10",
|
|
60
60
|
"@tailwindcss/postcss": "^4.1.14",
|
|
61
61
|
"@testing-library/dom": "^10.4.1",
|
|
62
|
-
"@testing-library/jest-dom": "^6.9.1",
|
|
63
62
|
"@testing-library/react": "^16.3.0",
|
|
64
63
|
"@testing-library/user-event": "^14.6.1",
|
|
65
|
-
"@twilio/voice-sdk": "^2.
|
|
64
|
+
"@twilio/voice-sdk": "^2.17.0",
|
|
66
65
|
"@types/debug": "^4.1.12",
|
|
67
|
-
"@types/
|
|
68
|
-
"@types/node": "^
|
|
66
|
+
"@types/ejs": "^3.1.5",
|
|
67
|
+
"@types/node": "^24.3.0",
|
|
69
68
|
"@types/react": "^18.3.26",
|
|
70
69
|
"@types/ua-parser-js": "^0.7.39",
|
|
71
|
-
"@
|
|
72
|
-
"@
|
|
70
|
+
"@vitejs/plugin-react": "^5.0.1",
|
|
71
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
72
|
+
"@vitest/ui": "^3.2.4",
|
|
73
73
|
"anchorme": "^3.0.8",
|
|
74
74
|
"autoprefixer": "^10.4.21",
|
|
75
|
-
"babel-jest": "^29.7.0",
|
|
76
75
|
"babel-loader": "^10.0.0",
|
|
77
76
|
"class-variance-authority": "^0.7.1",
|
|
78
77
|
"classnames": "^2.5.1",
|
|
@@ -83,40 +82,38 @@
|
|
|
83
82
|
"debug": "^4.4.3",
|
|
84
83
|
"dompurify": "^3.3.0",
|
|
85
84
|
"dotenv": "^16.6.1",
|
|
85
|
+
"ejs": "^3.1.10",
|
|
86
86
|
"embla-carousel-react": "^8.6.0",
|
|
87
87
|
"emoji-picker-react": "^4.14.0",
|
|
88
|
-
"eslint": "^
|
|
89
|
-
"eslint-config-prettier": "^
|
|
90
|
-
"eslint-import-resolver-typescript": "^
|
|
88
|
+
"eslint": "^9.33.0",
|
|
89
|
+
"eslint-config-prettier": "^10.1.8",
|
|
90
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
91
91
|
"eslint-plugin-import": "^2.32.0",
|
|
92
|
-
"eslint-plugin-jest-dom": "^5.5.0",
|
|
93
92
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
94
93
|
"eslint-plugin-prettier": "^5.5.4",
|
|
95
94
|
"eslint-plugin-react": "^7.37.5",
|
|
96
|
-
"eslint-plugin-react-hooks": "^
|
|
95
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
97
96
|
"eslint-plugin-storybook": "^9.1.10",
|
|
98
|
-
"eslint-plugin-testing-library": "^
|
|
97
|
+
"eslint-plugin-testing-library": "^7.15.1",
|
|
98
|
+
"globals": "^16.3.0",
|
|
99
99
|
"he": "^1.2.0",
|
|
100
100
|
"html-webpack-plugin": "^5.6.4",
|
|
101
101
|
"husky": "^9.1.7",
|
|
102
|
-
"i18next": "^
|
|
102
|
+
"i18next": "^25.3.6",
|
|
103
103
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
104
104
|
"i18next-http-backend": "^3.0.2",
|
|
105
105
|
"isbot": "^5.1.31",
|
|
106
|
-
"
|
|
107
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
106
|
+
"jsdom": "^26.1.0",
|
|
108
107
|
"keen-slider": "^6.8.6",
|
|
109
|
-
"lint-staged": "^
|
|
110
|
-
"lodash
|
|
111
|
-
"
|
|
112
|
-
"lodash.throttle": "^4.1.1",
|
|
113
|
-
"lucide-react": "^0.545.0",
|
|
108
|
+
"lint-staged": "^16.1.5",
|
|
109
|
+
"lodash-es": "^4.17.22",
|
|
110
|
+
"lucide-react": "^0.561.0",
|
|
114
111
|
"marked": "^15.0.12",
|
|
115
112
|
"nanoid": "^5.1.6",
|
|
116
113
|
"postcss": "^8.5.6",
|
|
117
114
|
"postcss-loader": "^8.2.0",
|
|
118
115
|
"prettier": "^3.6.2",
|
|
119
|
-
"prettier-plugin-tailwindcss": "^0.
|
|
116
|
+
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
120
117
|
"react": "^18.3.1",
|
|
121
118
|
"react-dom": "^18.3.1",
|
|
122
119
|
"react-dropzone": "^14.3.8",
|
|
@@ -128,11 +125,11 @@
|
|
|
128
125
|
"react-use": "^17.6.0",
|
|
129
126
|
"recoil": "^0.7.7",
|
|
130
127
|
"redux": "^5.0.1",
|
|
131
|
-
"
|
|
132
|
-
"sass": "^1.
|
|
133
|
-
"sass-embedded": "^1.93.2",
|
|
128
|
+
"sass": "^1.97.0",
|
|
129
|
+
"sass-embedded": "^1.97.0",
|
|
134
130
|
"sass-loader": "^16.0.5",
|
|
135
131
|
"semantic-release": "^25.0.2",
|
|
132
|
+
"serve": "^14.2.5",
|
|
136
133
|
"shader": "^1.0.0",
|
|
137
134
|
"smooth-scroll-into-view-if-needed": "^2.0.2",
|
|
138
135
|
"socket.io": "^4.8.1",
|
|
@@ -148,54 +145,29 @@
|
|
|
148
145
|
"tailwindcss": "^4.1.14",
|
|
149
146
|
"tailwindcss-animate": "^1.0.7",
|
|
150
147
|
"ts-deepmerge": "^7.0.3",
|
|
151
|
-
"ts-jest": "^29.4.4",
|
|
152
148
|
"ts-loader": "^9.5.4",
|
|
153
149
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
154
|
-
"tw-animate-css": "^1.4.0",
|
|
155
150
|
"type-fest": "^4.41.0",
|
|
156
151
|
"typescript": "^5.9.3",
|
|
152
|
+
"typescript-eslint": "^8.40.0",
|
|
157
153
|
"ua-parser-js": "^1.0.41",
|
|
158
154
|
"url-loader": "^4.1.1",
|
|
159
155
|
"uuid": "^11.1.0",
|
|
160
|
-
"
|
|
156
|
+
"vitest": "^3.2.4",
|
|
157
|
+
"vitest-dom": "^0.1.1",
|
|
158
|
+
"webpack": "^5.104.0",
|
|
161
159
|
"webpack-bundle-analyzer": "^4.10.2",
|
|
162
160
|
"webpack-cli": "^6.0.1",
|
|
163
161
|
"webpack-dev-server": "^5.2.2",
|
|
164
162
|
"webpack-merge": "^6.0.1",
|
|
165
163
|
"webpack-visualizer-plugin2": "^2.0.0",
|
|
166
|
-
"wrangler": "^4.
|
|
164
|
+
"wrangler": "^4.55.0",
|
|
167
165
|
"yet-another-react-lightbox": "^3.25.0"
|
|
168
166
|
},
|
|
169
167
|
"repository": {
|
|
170
168
|
"url": "https://github.com/moveo-ai/web-client"
|
|
171
169
|
},
|
|
172
170
|
"homepage": "https://moveo.ai",
|
|
173
|
-
"jest": {
|
|
174
|
-
"preset": "ts-jest",
|
|
175
|
-
"transform": {
|
|
176
|
-
"^.+\\.(ts|tsx)?$": "ts-jest",
|
|
177
|
-
"^.+\\.(js|jsx)$": "babel-jest"
|
|
178
|
-
},
|
|
179
|
-
"moduleNameMapper": {
|
|
180
|
-
"^@/(.*)$": "<rootDir>/src/$1",
|
|
181
|
-
"\\.(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"
|
|
182
|
-
},
|
|
183
|
-
"transformIgnorePatterns": [
|
|
184
|
-
"node_modules/(?!@ngrx|(?!deck.gl)|ng-dynamic)"
|
|
185
|
-
],
|
|
186
|
-
"setupFilesAfterEnv": [
|
|
187
|
-
"./test/setupTests.ts"
|
|
188
|
-
],
|
|
189
|
-
"testEnvironment": "jest-environment-jsdom",
|
|
190
|
-
"roots": [
|
|
191
|
-
"<rootDir>/src"
|
|
192
|
-
],
|
|
193
|
-
"modulePaths": [
|
|
194
|
-
"<rootDir>/src"
|
|
195
|
-
],
|
|
196
|
-
"maxWorkers": "50%",
|
|
197
|
-
"testTimeout": 10000
|
|
198
|
-
},
|
|
199
171
|
"bundlewatch": {
|
|
200
172
|
"files": [
|
|
201
173
|
{
|
|
@@ -208,11 +180,11 @@
|
|
|
208
180
|
},
|
|
209
181
|
{
|
|
210
182
|
"path": "./dist/iframe.v2.min.js",
|
|
211
|
-
"maxSize": "
|
|
183
|
+
"maxSize": "450 kB"
|
|
212
184
|
},
|
|
213
185
|
{
|
|
214
186
|
"path": "./dist/audio-client.min.js",
|
|
215
|
-
"maxSize": "
|
|
187
|
+
"maxSize": "150 kB"
|
|
216
188
|
}
|
|
217
189
|
]
|
|
218
190
|
},
|