@vamlabs/vam-chatbot 0.1.82-dev.193.1 → 0.1.82-dev.195.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/package.json +9 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vamlabs/vam-chatbot",
|
|
3
|
-
"version": "0.1.82-dev.
|
|
3
|
+
"version": "0.1.82-dev.195.1",
|
|
4
4
|
"main": "dist/web-component.js",
|
|
5
5
|
"description": "VAM Chatbot Web Component",
|
|
6
6
|
"repository": {
|
|
@@ -22,6 +22,8 @@
|
|
|
22
22
|
"react-dom": "^18.3.1"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
|
+
"test": "jest --runInBand",
|
|
26
|
+
"test:watch": "jest --watch",
|
|
25
27
|
"build:chatbot-dev": "webpack --config webpack.config.js --mode development",
|
|
26
28
|
"build:chatbot-prod": "webpack --config webpack.config.js --mode production",
|
|
27
29
|
"build:chatbot-dev-env": "webpack --config webpack.config.js --mode development --env devUrl=$CHATBOT_DEV_URL prodUrl=$CHATBOT_PROD_URL",
|
|
@@ -49,8 +51,14 @@
|
|
|
49
51
|
"@babel/cli": "^7.25.6",
|
|
50
52
|
"@babel/preset-env": "^7.25.4",
|
|
51
53
|
"@babel/preset-react": "^7.24.7",
|
|
54
|
+
"@testing-library/jest-dom": "^5.17.0",
|
|
55
|
+
"@testing-library/react": "^13.4.0",
|
|
56
|
+
"babel-jest": "^29.7.0",
|
|
52
57
|
"babel-loader": "^9.1.3",
|
|
53
58
|
"css-loader": "^7.1.2",
|
|
59
|
+
"identity-obj-proxy": "^3.0.0",
|
|
60
|
+
"jest": "^29.7.0",
|
|
61
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
54
62
|
"style-loader": "^4.0.0",
|
|
55
63
|
"webpack": "^5.94.0",
|
|
56
64
|
"webpack-cli": "^5.1.4",
|