@moveo-ai/web-client 0.55.0 → 0.56.0
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 +2 -2
- package/dist/iframe.min.js.map +1 -1
- package/dist/index.html +1 -1
- package/dist/preview.css.min.js.LICENSE.txt +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 +82 -83
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moveo-ai/web-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.56.0",
|
|
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
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"watch": "webpack --watch",
|
|
10
|
-
"build": "webpack --config webpack.prod.js",
|
|
7
|
+
"autofix": "eslint --fix .",
|
|
8
|
+
"build-storybook": "storybook build",
|
|
11
9
|
"build:dev": "webpack --config webpack.config.js",
|
|
12
|
-
"
|
|
13
|
-
"test": "jest --runInBand",
|
|
14
|
-
"test:ci": "npx playwright test",
|
|
15
|
-
"lint": "npm run lint:js && npm run lint:scss",
|
|
10
|
+
"build": "webpack --config webpack.prod.js",
|
|
16
11
|
"lint:js": "eslint .",
|
|
17
|
-
"lint:scss": "npx stylelint \"
|
|
12
|
+
"lint:scss": "npx stylelint \"{src,test}/**/*.{css,scss}\"",
|
|
13
|
+
"lint": "npm run lint:js && npm run lint:scss",
|
|
14
|
+
"prepare": "npm run build",
|
|
18
15
|
"prettier": "prettier --write \"{src,test}/**/*.{ts,tsx,json}\"",
|
|
19
|
-
"
|
|
16
|
+
"start": "webpack serve",
|
|
20
17
|
"storybook": "storybook dev -p 6006",
|
|
21
|
-
"
|
|
18
|
+
"test:ci": "npx playwright test",
|
|
19
|
+
"test": "jest --runInBand",
|
|
20
|
+
"type-check": "tsc --pretty --noEmit",
|
|
21
|
+
"watch": "webpack --watch"
|
|
22
22
|
},
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"access": "public"
|
|
@@ -33,115 +33,114 @@
|
|
|
33
33
|
"author": "Moveo.ai (TM)",
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@babel/core": "^7.
|
|
37
|
-
"@babel/preset-env": "^7.
|
|
38
|
-
"@commitlint/cli": "^
|
|
39
|
-
"@commitlint/config-conventional": "^
|
|
40
|
-
"@playwright/test": "^1.
|
|
41
|
-
"@storybook/addon-actions": "^7.
|
|
42
|
-
"@storybook/addon-essentials": "^7.
|
|
43
|
-
"@storybook/addon-interactions": "^7.
|
|
44
|
-
"@storybook/addon-links": "^7.
|
|
36
|
+
"@babel/core": "^7.23.5",
|
|
37
|
+
"@babel/preset-env": "^7.23.5",
|
|
38
|
+
"@commitlint/cli": "^18.4.3",
|
|
39
|
+
"@commitlint/config-conventional": "^18.4.3",
|
|
40
|
+
"@playwright/test": "^1.40.1",
|
|
41
|
+
"@storybook/addon-actions": "^7.6.4",
|
|
42
|
+
"@storybook/addon-essentials": "^7.6.4",
|
|
43
|
+
"@storybook/addon-interactions": "^7.6.4",
|
|
44
|
+
"@storybook/addon-links": "^7.6.4",
|
|
45
45
|
"@storybook/preset-scss": "^1.0.3",
|
|
46
|
-
"@storybook/react": "^7.
|
|
47
|
-
"@storybook/react-webpack5": "^7.
|
|
48
|
-
"@storybook/testing-library": "^0.
|
|
49
|
-
"@testing-library/dom": "^9.3.
|
|
50
|
-
"@testing-library/jest-dom": "^
|
|
51
|
-
"@testing-library/react": "^14.
|
|
52
|
-
"@testing-library/user-event": "^14.
|
|
53
|
-
"@types/debug": "^4.1.
|
|
54
|
-
"@types/jest": "^29.5.
|
|
55
|
-
"@types/node": "^20.
|
|
56
|
-
"@types/react": "^18.2.
|
|
57
|
-
"@types/ua-parser-js": "^0.7.
|
|
58
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
59
|
-
"@typescript-eslint/parser": "^
|
|
46
|
+
"@storybook/react": "^7.6.4",
|
|
47
|
+
"@storybook/react-webpack5": "^7.6.4",
|
|
48
|
+
"@storybook/testing-library": "^0.2.2",
|
|
49
|
+
"@testing-library/dom": "^9.3.3",
|
|
50
|
+
"@testing-library/jest-dom": "^6.1.5",
|
|
51
|
+
"@testing-library/react": "^14.1.2",
|
|
52
|
+
"@testing-library/user-event": "^14.5.1",
|
|
53
|
+
"@types/debug": "^4.1.12",
|
|
54
|
+
"@types/jest": "^29.5.11",
|
|
55
|
+
"@types/node": "^20.10.4",
|
|
56
|
+
"@types/react": "^18.2.42",
|
|
57
|
+
"@types/ua-parser-js": "^0.7.39",
|
|
58
|
+
"@typescript-eslint/eslint-plugin": "^6.13.2",
|
|
59
|
+
"@typescript-eslint/parser": "^6.13.2",
|
|
60
60
|
"anchorme": "^2.1.2",
|
|
61
|
-
"babel-jest": "^29.
|
|
62
|
-
"babel-loader": "^9.1.
|
|
63
|
-
"bundlewatch": "^0.3.3",
|
|
61
|
+
"babel-jest": "^29.7.0",
|
|
62
|
+
"babel-loader": "^9.1.3",
|
|
64
63
|
"classnames": "^2.3.2",
|
|
65
64
|
"clean-webpack-plugin": "^4.0.0",
|
|
66
65
|
"copy-webpack-plugin": "^11.0.0",
|
|
67
66
|
"css-loader": "^6.8.1",
|
|
68
67
|
"css-modules-typescript-loader": "^4.0.1",
|
|
69
68
|
"debug": "^4.3.4",
|
|
70
|
-
"dompurify": "^3.0.
|
|
69
|
+
"dompurify": "^3.0.6",
|
|
71
70
|
"dotenv": "^16.3.1",
|
|
72
|
-
"eslint": "^8.
|
|
73
|
-
"eslint-config-prettier": "^
|
|
74
|
-
"eslint-import-resolver-typescript": "^3.
|
|
75
|
-
"eslint-plugin-import": "^2.
|
|
76
|
-
"eslint-plugin-jest-dom": "^5.0
|
|
77
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
78
|
-
"eslint-plugin-prettier": "^
|
|
79
|
-
"eslint-plugin-react": "^7.
|
|
71
|
+
"eslint": "^8.55.0",
|
|
72
|
+
"eslint-config-prettier": "^9.1.0",
|
|
73
|
+
"eslint-import-resolver-typescript": "^3.6.1",
|
|
74
|
+
"eslint-plugin-import": "^2.29.0",
|
|
75
|
+
"eslint-plugin-jest-dom": "^5.1.0",
|
|
76
|
+
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
77
|
+
"eslint-plugin-prettier": "^5.0.1",
|
|
78
|
+
"eslint-plugin-react": "^7.33.2",
|
|
80
79
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
81
|
-
"eslint-plugin-storybook": "^0.6.
|
|
82
|
-
"eslint-plugin-testing-library": "^
|
|
80
|
+
"eslint-plugin-storybook": "^0.6.15",
|
|
81
|
+
"eslint-plugin-testing-library": "^6.2.0",
|
|
83
82
|
"he": "^1.2.0",
|
|
84
|
-
"html-webpack-plugin": "^5.5.
|
|
83
|
+
"html-webpack-plugin": "^5.5.4",
|
|
85
84
|
"husky": "^8.0.3",
|
|
86
|
-
"i18next": "^23.
|
|
87
|
-
"i18next-browser-languagedetector": "^7.0
|
|
88
|
-
"i18next-http-backend": "^2.2
|
|
89
|
-
"isbot": "^3.
|
|
90
|
-
"jest": "^29.
|
|
91
|
-
"jest-environment-jsdom": "^29.
|
|
92
|
-
"keen-slider": "^6.8.
|
|
93
|
-
"lint-staged": "^
|
|
85
|
+
"i18next": "^23.7.8",
|
|
86
|
+
"i18next-browser-languagedetector": "^7.2.0",
|
|
87
|
+
"i18next-http-backend": "^2.4.2",
|
|
88
|
+
"isbot": "^3.7.1",
|
|
89
|
+
"jest": "^29.7.0",
|
|
90
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
91
|
+
"keen-slider": "^6.8.6",
|
|
92
|
+
"lint-staged": "^15.2.0",
|
|
94
93
|
"lodash.capitalize": "^4.2.1",
|
|
95
94
|
"lodash.debounce": "^4.0.8",
|
|
96
95
|
"lodash.throttle": "^4.1.1",
|
|
97
96
|
"nanoid": "^4.0.2",
|
|
98
|
-
"postcss": "^8.4.
|
|
99
|
-
"prettier": "^
|
|
97
|
+
"postcss": "^8.4.32",
|
|
98
|
+
"prettier": "^3.1.0",
|
|
100
99
|
"react": "^18.2.0",
|
|
101
100
|
"react-dom": "^18.2.0",
|
|
102
101
|
"react-dropzone": "^14.2.3",
|
|
103
|
-
"react-hook-form": "^7.
|
|
104
|
-
"react-i18next": "^13.
|
|
102
|
+
"react-hook-form": "^7.48.2",
|
|
103
|
+
"react-i18next": "^13.5.0",
|
|
105
104
|
"react-modal": "^3.16.1",
|
|
106
105
|
"react-page-visibility": "^7.0.0",
|
|
107
106
|
"react-transition-group": "^4.4.5",
|
|
108
|
-
"react-use": "^17.4.
|
|
107
|
+
"react-use": "^17.4.2",
|
|
109
108
|
"recoil": "^0.7.7",
|
|
110
109
|
"redux": "^4.2.1",
|
|
111
110
|
"rehype-stringify": "^9.0.3",
|
|
112
111
|
"remark-breaks": "^3.0.3",
|
|
113
112
|
"remark-parse": "^10.0.2",
|
|
114
113
|
"remark-rehype": "^10.1.0",
|
|
115
|
-
"sass": "^1.
|
|
114
|
+
"sass": "^1.69.5",
|
|
116
115
|
"sass-loader": "^13.3.2",
|
|
117
|
-
"semantic-release": "^
|
|
116
|
+
"semantic-release": "^22.0.10",
|
|
118
117
|
"shader": "^1.0.0",
|
|
119
|
-
"smooth-scroll-into-view-if-needed": "^2.0.
|
|
120
|
-
"socket.io": "^4.
|
|
121
|
-
"socket.io-client": "^4.
|
|
118
|
+
"smooth-scroll-into-view-if-needed": "^2.0.2",
|
|
119
|
+
"socket.io": "^4.7.2",
|
|
120
|
+
"socket.io-client": "^4.7.2",
|
|
122
121
|
"source-map-loader": "^4.0.1",
|
|
123
|
-
"storybook": "^7.
|
|
124
|
-
"storybook-react-i18next": "^2.0.
|
|
122
|
+
"storybook": "^7.6.4",
|
|
123
|
+
"storybook-react-i18next": "^2.0.9",
|
|
125
124
|
"style-loader": "^3.3.3",
|
|
126
|
-
"stylelint": "^15.
|
|
127
|
-
"stylelint-config-standard-scss": "^
|
|
125
|
+
"stylelint": "^15.11.0",
|
|
126
|
+
"stylelint-config-standard-scss": "^11.1.0",
|
|
128
127
|
"stylelint-declaration-strict-value": "^1.9.2",
|
|
129
|
-
"ts-deepmerge": "^6.0
|
|
130
|
-
"ts-jest": "^29.1.
|
|
131
|
-
"ts-loader": "^9.
|
|
132
|
-
"tsconfig-paths-webpack-plugin": "^4.0
|
|
128
|
+
"ts-deepmerge": "^6.2.0",
|
|
129
|
+
"ts-jest": "^29.1.1",
|
|
130
|
+
"ts-loader": "^9.5.1",
|
|
131
|
+
"tsconfig-paths-webpack-plugin": "^4.1.0",
|
|
133
132
|
"type-fest": "^3.12.0",
|
|
134
|
-
"typescript": "^5.
|
|
135
|
-
"ua-parser-js": "^1.0.
|
|
133
|
+
"typescript": "^5.3.3",
|
|
134
|
+
"ua-parser-js": "^1.0.37",
|
|
136
135
|
"unified": "^10.1.2",
|
|
137
136
|
"url-loader": "^4.1.1",
|
|
138
|
-
"webpack": "^5.
|
|
139
|
-
"webpack-bundle-analyzer": "^4.
|
|
137
|
+
"webpack": "^5.89.0",
|
|
138
|
+
"webpack-bundle-analyzer": "^4.10.1",
|
|
140
139
|
"webpack-cli": "^5.1.4",
|
|
141
140
|
"webpack-dev-server": "^4.15.1",
|
|
142
|
-
"webpack-merge": "^5.
|
|
143
|
-
"webpack-visualizer-plugin2": "^1.
|
|
144
|
-
"yet-another-react-lightbox": "^3.
|
|
141
|
+
"webpack-merge": "^5.10.0",
|
|
142
|
+
"webpack-visualizer-plugin2": "^1.1.0",
|
|
143
|
+
"yet-another-react-lightbox": "^3.15.6"
|
|
145
144
|
},
|
|
146
145
|
"repository": {
|
|
147
146
|
"url": "https://github.com/moveo-ai/web-client"
|