alsmanager_lib 2.0.22 → 2.0.23

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.
Files changed (2) hide show
  1. package/lib/modules.js +1 -1
  2. package/package.json +1 -1
package/lib/modules.js CHANGED
@@ -9298,7 +9298,7 @@ function createIstruzioniStandard(user, pwd, email, id_consegna, data_cons) {
9298
9298
  {
9299
9299
  text: '\n\nConsegna n.' + id_consegna + ' del ' + data_cons + '\n',
9300
9300
  style: 'header',
9301
- bold: bold
9301
+ bold: true
9302
9302
  },
9303
9303
  ],
9304
9304
  styles: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alsmanager_lib",
3
- "version": "2.0.22",
3
+ "version": "2.0.23",
4
4
  "description": "Funzioni per ALSManager",
5
5
  "license": "ISC",
6
6
  "author": "Luca Cattani",