Fixes in reports (generating a CSV).
Added caching of generated images in mosaico handler. Various other fixes.
This commit is contained in:
parent
055c4c6b51
commit
66702b5edc
39 changed files with 545 additions and 278 deletions
|
|
@ -42,7 +42,7 @@
|
|||
"posix": "^4.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"aws-sdk": "^2.383.0",
|
||||
"aws-sdk": "^2.440.0",
|
||||
"bcrypt-nodejs": "0.0.3",
|
||||
"bluebird": "^3.5.3",
|
||||
"body-parser": "^1.18.3",
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
"cors": "^2.8.5",
|
||||
"crypto": "^1.0.1",
|
||||
"csurf": "^1.9.0",
|
||||
"csv-parse": "^4.3.0",
|
||||
"csv-parse": "^4.4.1",
|
||||
"csv-stringify": "^5.1.2",
|
||||
"device": "^0.3.9",
|
||||
"dompurify": "^1.0.8",
|
||||
|
|
@ -80,16 +80,16 @@
|
|||
"isemail": "^3.2.0",
|
||||
"jsdom": "^13.1.0",
|
||||
"juice": "^5.1.0",
|
||||
"knex": "^0.16.3",
|
||||
"knex": "^0.16.5",
|
||||
"libmime": "^4.0.1",
|
||||
"mailparser": "^2.4.3",
|
||||
"memory-cache": "^0.2.0",
|
||||
"mjml": "^4.3.0",
|
||||
"moment": "^2.23.0",
|
||||
"moment-timezone": "^0.5.23",
|
||||
"moment-timezone": "^0.5.25",
|
||||
"morgan": "^1.9.1",
|
||||
"multer": "^1.4.1",
|
||||
"mysql": "^2.16.0",
|
||||
"mysql": "^2.17.1",
|
||||
"node-ipc": "^9.1.1",
|
||||
"node-mocks-http": "^1.7.3",
|
||||
"node-object-hash": "^1.4.1",
|
||||
|
|
@ -107,6 +107,7 @@
|
|||
"shortid": "^2.2.14",
|
||||
"slugify": "^1.3.4",
|
||||
"smtp-server": "^3.4.7",
|
||||
"tmp-promise": "^1.0.5",
|
||||
"toml": "^2.3.3",
|
||||
"try-require": "^1.2.1",
|
||||
"xmldom": "^0.1.27"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue