@kindly/react-chat 2.32.0 → 2.34.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/1.941377f9d23bea3b9e54.9250447274403337efc5.chunk.js +1 -0
- package/dist/1.941377f9d23bea3b9e54.9250447274403337efc5.chunk.js.map +1 -0
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +30 -27
- package/dist/1.20bd97d77911705fa88c.da105439ecb87129bd3f.chunk.js +0 -1
- package/dist/1.20bd97d77911705fa88c.da105439ecb87129bd3f.chunk.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kindly/react-chat",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.34.0",
|
|
4
4
|
"description": "Kindly Chat react component",
|
|
5
5
|
"repository": "https://github.com/convertelligence/kindly-chat/tree/master/packages/react-chat",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"start": "webpack-dev-server",
|
|
10
|
+
"start:linked": "WRITETODISK=1 BABEL_ENV=production webpack-dev-server --config=webpack.prod.js",
|
|
10
11
|
"start:prod": "webpack-dev-server --env=production",
|
|
11
12
|
"build": "webpack -p --env=production --config=webpack.prod.js",
|
|
12
13
|
"build:dev": "webpack -p --env=development --config=webpack.prod.js",
|
|
@@ -14,7 +15,8 @@
|
|
|
14
15
|
"build:local": "webpack -p",
|
|
15
16
|
"bundlesize": "bundlesize",
|
|
16
17
|
"prepublishOnly": "npm run build",
|
|
17
|
-
"test": "jest src"
|
|
18
|
+
"test": "jest src",
|
|
19
|
+
"update:browserslist": "npx browserslist@latest --update-db"
|
|
18
20
|
},
|
|
19
21
|
"browserslist": [
|
|
20
22
|
"> 1% in NO",
|
|
@@ -60,49 +62,50 @@
|
|
|
60
62
|
"react-dom": ">=16.9.0"
|
|
61
63
|
},
|
|
62
64
|
"devDependencies": {
|
|
63
|
-
"@babel/core": "^7.
|
|
64
|
-
"@babel/plugin-proposal-class-properties": "^7.
|
|
65
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
66
|
-
"@babel/preset-env": "^7.
|
|
67
|
-
"@babel/preset-react": "^7.
|
|
68
|
-
"@testing-library/jest-dom": "^5.
|
|
69
|
-
"@testing-library/react": "^11.
|
|
65
|
+
"@babel/core": "^7.17.7",
|
|
66
|
+
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
67
|
+
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
68
|
+
"@babel/preset-env": "^7.16.11",
|
|
69
|
+
"@babel/preset-react": "^7.16.7",
|
|
70
|
+
"@testing-library/jest-dom": "^5.16.2",
|
|
71
|
+
"@testing-library/react": "^11.2.7",
|
|
70
72
|
"babel-jest": "^26.6.3",
|
|
71
|
-
"babel-loader": "^8.2.
|
|
72
|
-
"babel-plugin-styled-components": "^1.13.
|
|
73
|
+
"babel-loader": "^8.2.3",
|
|
74
|
+
"babel-plugin-styled-components": "^1.13.3",
|
|
73
75
|
"babel-plugin-transform-react-lazy": "^0.0.3",
|
|
74
76
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
75
77
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
78
|
+
"browserslist": "^4.20.0",
|
|
76
79
|
"clean-webpack-plugin": "^3.0.0",
|
|
77
80
|
"compression": "1.7.4",
|
|
78
|
-
"dotenv": "8.
|
|
81
|
+
"dotenv": "8.6.0",
|
|
79
82
|
"exports-loader": "^0.7.0",
|
|
80
|
-
"express": "^4.17.
|
|
81
|
-
"file-loader": "^4.
|
|
83
|
+
"express": "^4.17.3",
|
|
84
|
+
"file-loader": "^4.3.0",
|
|
82
85
|
"html-loader": "0.5.5",
|
|
83
86
|
"html-webpack-plugin": "^3.2.0",
|
|
84
|
-
"husky": "3.0
|
|
87
|
+
"husky": "3.1.0",
|
|
85
88
|
"jest": "^26.6.3",
|
|
86
89
|
"jest-each": "^26.6.2",
|
|
87
|
-
"jest-junit": "^12.
|
|
90
|
+
"jest-junit": "^12.3.0",
|
|
88
91
|
"jest-webpack-resolver": "^0.3.0",
|
|
89
|
-
"pusher-js": "^5.
|
|
92
|
+
"pusher-js": "^5.1.1",
|
|
90
93
|
"pusher-redux": "^0.5.0",
|
|
91
|
-
"react": "^16.
|
|
92
|
-
"react-dom": "^16.
|
|
94
|
+
"react": "^16.14.0",
|
|
95
|
+
"react-dom": "^16.14.0",
|
|
93
96
|
"react-svg-loader": "^3.0.3",
|
|
94
|
-
"react-test-renderer": "16.
|
|
95
|
-
"resolve-url-loader": "^5.0.0
|
|
96
|
-
"url-loader": "2.
|
|
97
|
-
"webpack": "^4.
|
|
98
|
-
"webpack-bundle-analyzer": "^3.
|
|
99
|
-
"webpack-cli": "^3.3.
|
|
100
|
-
"webpack-dev-server": "^3.11.
|
|
97
|
+
"react-test-renderer": "16.14.0",
|
|
98
|
+
"resolve-url-loader": "^5.0.0",
|
|
99
|
+
"url-loader": "2.3.0",
|
|
100
|
+
"webpack": "^4.46.0",
|
|
101
|
+
"webpack-bundle-analyzer": "^3.9.0",
|
|
102
|
+
"webpack-cli": "^3.3.12",
|
|
103
|
+
"webpack-dev-server": "^3.11.3",
|
|
101
104
|
"webpack-merge": "^4.2.2"
|
|
102
105
|
},
|
|
103
106
|
"jestWebpackResolver": {
|
|
104
107
|
"silent": true,
|
|
105
108
|
"webpackConfig": "./webpack.config.js"
|
|
106
109
|
},
|
|
107
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "325979942d8031411906629d5193a61be678a677"
|
|
108
111
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(window.webpackJsonpkindlyChat=window.webpackJsonpkindlyChat||[]).push([[1],{67:function(n,s){n.exports="https://chat.kindlycdn.com/src/assets/audio/newagent.mp3"}}]);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["webpack://kindlyChat/1.c6e21f3c8e1892c8a031.da105439ecb87129bd3f.chunk.js"],"names":["window","push","67","module","exports"],"mappings":"CAACA,OAA+B,uBAAIA,OAA+B,wBAAK,IAAIC,KAAK,CAAC,CAAC,GAAG,CAEhFC,GACA,SAAUC,EAAQC,GAExBD,EAAOC,QAAU","file":"1.20bd97d77911705fa88c.da105439ecb87129bd3f.chunk.js","sourceRoot":""}
|