backend-plus 1.18.5 → 1.18.7

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.
@@ -42,5 +42,5 @@ html(lang=lang)
42
42
  td.iconostd
43
43
  img.iconoslog(src=skinUrl+'img/iconoforget.png')
44
44
  td.formlabel.forgetLabel(colspan=2)
45
- a(href='.'+forget)=msgs.newPassword.return
45
+ a(href='./login')=msgs.newPassword.return
46
46
  script(src="compatibilidad.js")
@@ -3078,13 +3078,13 @@ AppBackend.prototype.exportacionesGenerico = async function exportacionesGeneric
3078
3078
  if(fileName){
3079
3079
  context.informProgress({message:'armando XLSX'})
3080
3080
  var wb = XLSX.utils.book_new();
3081
- result.map(({titulo, rows})=>{
3081
+ result.map(({title, rows})=>{
3082
3082
  var rowsA = rows.map(row=>Object.values(row));
3083
3083
  if(rows[0]){
3084
3084
  rowsA.unshift(Object.keys(rows[0]));
3085
3085
  }
3086
3086
  var ws = XLSX.utils.aoa_to_sheet(rowsA);
3087
- XLSX.utils.book_append_sheet(wb, ws, titulo);
3087
+ XLSX.utils.book_append_sheet(wb, ws, title);
3088
3088
  return ws;
3089
3089
  })
3090
3090
  context.informProgress({message:`guardando XLSX: ${fileName}`})
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "backend-plus",
3
3
  "description": "Backend for typed controls",
4
- "version": "1.18.5",
4
+ "version": "1.18.7",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "repository": "codenautas/backend-plus",
@@ -54,7 +54,7 @@
54
54
  "mini-tools": "^1.12.0",
55
55
  "moment": "^2.29.4",
56
56
  "multiparty": "^4.2.3",
57
- "nodemailer": "^6.9.1",
57
+ "nodemailer": "^6.9.2",
58
58
  "numeral": "^2.0.6",
59
59
  "pg-promise-strict": "^1.3.2",
60
60
  "pikaday": "^1.8.2",
@@ -70,7 +70,7 @@
70
70
  "stylus": "0.59.0",
71
71
  "type-store": "^0.3.1",
72
72
  "typed-controls": "^0.11.0",
73
- "xlsx": "^0.18.5"
73
+ "xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@types/big.js": "^6.1.6",
@@ -81,7 +81,7 @@
81
81
  "@types/js-yaml": "^4.0.5",
82
82
  "@types/mocha": "^10.0.1",
83
83
  "@types/multiparty": "~0.0.33",
84
- "@types/node": "^18.16.3",
84
+ "@types/node": "^20.1.4",
85
85
  "@types/nodemailer": "^6.4.7",
86
86
  "@types/numeral": "~2.0.2",
87
87
  "@types/session-file-store": "^1.2.2",
@@ -98,7 +98,7 @@
98
98
  "kill-9": "~0.4.3",
99
99
  "mocha": "^10.2.0",
100
100
  "nyc": "^15.1.0",
101
- "puppeteer": "^19.11.1",
101
+ "puppeteer": "^20.2.0",
102
102
  "sinon": "^15.0.4",
103
103
  "supertest": "^6.3.3",
104
104
  "types.d.ts": "~0.6.13",