alsmanager_lib 2.0.88 → 2.0.89

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
@@ -11284,7 +11284,7 @@ function existConnectionTemplateMySQL(dev_model, dev_manifacturer, dev_type) {
11284
11284
  query += "where device_type = :dev_type and device_manifacturer = :dev_manifacturer and device_model = :dev_model";
11285
11285
  return query;
11286
11286
  }
11287
- function existConnectionTemplate(dev_model, dev_manifacturer, dev_type) {
11287
+ function existConnectionTemplate(db_used, dev_model, dev_manifacturer, dev_type) {
11288
11288
  var query = "";
11289
11289
  if (db_used) {
11290
11290
  switch (db_used) {
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.88",
7
+ "version": "2.0.89",
8
8
  "description": "Funzioni per ALSManager",
9
9
  "license": "ISC",
10
10
  "author": "Luca Cattani",