alsmanager_lib 2.0.81 → 2.0.82

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 +3 -3
  2. package/package.json +1 -1
package/lib/modules.js CHANGED
@@ -2395,13 +2395,13 @@ function queryDeviceManifacturesByFilter(db_used, dev_type) {
2395
2395
  if (db_used) {
2396
2396
  switch (db_used) {
2397
2397
  case 'SQLITE':
2398
- query = queryDeviceManifacturesByFilterSQLite(dev_type, dev_type);
2398
+ query = queryDeviceManifacturesByFilterSQLite(dev_type);
2399
2399
  break;
2400
2400
  case 'MYSQL':
2401
- query = queryDeviceManifacturesByFilterMySQL(dev_type, dev_type);
2401
+ query = queryDeviceManifacturesByFilterMySQL(dev_type);
2402
2402
  break;
2403
2403
  case 'MYSQL2':
2404
- query = queryDeviceManifacturesByFilterSQLite(dev_type, dev_type);
2404
+ query = queryDeviceManifacturesByFilterSQLite(dev_type);
2405
2405
  break;
2406
2406
  }
2407
2407
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  ".": "./lib/modules.js",
5
5
  "./dbconn": "./lib/dbconn.js"
6
6
  },
7
- "version": "2.0.81",
7
+ "version": "2.0.82",
8
8
  "description": "Funzioni per ALSManager",
9
9
  "license": "ISC",
10
10
  "author": "Luca Cattani",