alsmanager_lib 3.0.131 → 3.0.132

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 -0
  2. package/package.json +1 -1
package/lib/modules.js CHANGED
@@ -8751,6 +8751,7 @@ function selectSoftwareConsegnaMySQL(id_consegna, id_software) {
8751
8751
  return query;
8752
8752
  }
8753
8753
 
8754
+
8754
8755
  // NOT YET USED
8755
8756
  function selectSoftwareConsegna(db_used, id_consegna, id_software) {
8756
8757
  var query = "";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  ".": "./lib/modules.js",
5
5
  "./dbconn": "./lib/dbconn.js"
6
6
  },
7
- "version": "3.0.131",
7
+ "version": "3.0.132",
8
8
  "description": "Funzioni per ALSManager",
9
9
  "license": "ISC",
10
10
  "author": "Luca Cattani",