aotrautils-srv 0.0.52 → 0.0.55

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- /*utils SERVER library associated with aotra version : «1.0.0.000 (11/07/2022-23:37:18)»*/
3
+ /*utils SERVER library associated with aotra version : «1.0.0.000 (11/07/2022-23:49:33)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -1009,13 +1009,9 @@ initNodeServer=function(doOnClientConnection=null, doOnFinalizeServer=null, /*OP
1009
1009
  argCLPort=jsonConf.port;
1010
1010
  argCLCertPath=jsonConf.sslCertPath;
1011
1011
  argCLKeyPath=jsonConf.sslKeyPath;
1012
- try{
1013
- serverConfig=nonull({},JSON.parse(jsonConf.serverConfig));
1014
- }catch(err1){
1015
- lognow("ERROR : Cannot parse JSON string «"+jsonConf.serverConfig+"».",err1);
1016
- }
1017
- }catch(err2){
1018
- lognow("ERROR : Cannot parse JSON string «"+val+"».",err2);
1012
+ serverConfig=nonull({},jsonConf.serverConfig);
1013
+ }catch(err1){
1014
+ lognow("ERROR : Cannot parse argument JSON string «"+val+"».",err1);
1019
1015
  }
1020
1016
  } else persisterId=val;
1021
1017
  }else if(i==4){
@@ -1303,7 +1299,7 @@ function getListManager(config){
1303
1299
 
1304
1300
 
1305
1301
 
1306
- /*utils COMMONS library associated with aotra version : «1.0.0.000 (11/07/2022-23:37:18)»*/
1302
+ /*utils COMMONS library associated with aotra version : «1.0.0.000 (11/07/2022-23:49:33)»*/
1307
1303
  /*-----------------------------------------------------------------------------*/
1308
1304
 
1309
1305
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.52",
3
+ "version": "0.0.55",
4
4
  "main": "aotrautils-srv.build.js",
5
5
  "description": "A library for vanilla javascript utils (server-side) used in aotra javascript CMS",
6
6
  "author": "Jeremie Ratomposon <info@alqemia.com> (https://alqemia.com)",