emilsoftware-utilities 1.3.41 → 1.3.43

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.
@@ -270,8 +270,8 @@ var AccessiModel = function () {
270
270
  switch (_a.label) {
271
271
  case 0:
272
272
  _a.trys.push([0, 3, , 4]);
273
- queryUtenti = " INSERT INTO UTENTI (USRNAME, STAREG, KEYREG, FLGGDPR) VALUES (?,?,?,?,?) ";
274
- paramsUtenti = [request.username, request.statoRegistrazione, request.keyRegistrazione, '0'];
273
+ queryUtenti = " INSERT INTO UTENTI (USRNAME, STAREG, KEYREG, FLGGDPR) VALUES (?,?,?,?) ";
274
+ paramsUtenti = [request.username, request.statoRegistrazione, request.keyRegistrazione, false];
275
275
  return [4 /*yield*/, Orm_1.Orm.execute(this.accessiOptions.databaseOptions, queryUtenti, paramsUtenti)];
276
276
  case 1:
277
277
  codiceUtente = _a.sent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "emilsoftware-utilities",
3
- "version": "1.3.41",
3
+ "version": "1.3.43",
4
4
  "description": "Utilities for EmilSoftware",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",