aziendasanitaria-utils 1.2.2 → 1.2.3

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 CHANGED
@@ -3,7 +3,7 @@
3
3
  "engines": {
4
4
  "node": ">=14.0.0"
5
5
  },
6
- "version": "1.2.2",
6
+ "version": "1.2.3",
7
7
  "repository": "deduzzo/aziendasanitaria-utils",
8
8
  "description": "Un utility per gestire i flussi sanitari Siciliani e non solo..",
9
9
  "main": "index.js",
@@ -73,7 +73,7 @@ export class Nar {
73
73
  }
74
74
 
75
75
 
76
- async doLogin(visibile = true) {
76
+ async doLogin(visibile = false) {
77
77
 
78
78
  await fs.promises.mkdir(this._downloadPath, {recursive: true});
79
79
  // if working path not exists
@@ -18,7 +18,7 @@ export class Ts {
18
18
  return this._logged;
19
19
  }
20
20
 
21
- async getWorkingPage(visibile = true) {
21
+ async getWorkingPage(visibile = false) {
22
22
  if (!this.logged)
23
23
  await this.doLogin(visibile)
24
24
  if (!this.logged)