aotrautils-srv 0.0.56 → 0.0.57

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 (12/07/2022-01:26:53)»*/
3
+ /*utils SERVER library associated with aotra version : «1.0.0.000 (12/07/2022-01:46:32)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -979,7 +979,7 @@ initNodeServer=function(doOnClientConnection=null, doOnFinalizeServer=null, /*OP
979
979
  // TRACE
980
980
  console.log("Server launched.");
981
981
  console.log("Usage : node <server.js> conf {port:[port], sslCertPath:[ssl certificate path | unsecure ], sslKeyPath:[ssl key path], serverConfig:[JSON server configuration]}");
982
- console.log("Or (to generate password hash) : node <server.js> hash <clientId@repositoryName> <clearText>");
982
+ console.log("Or (to generate password hash) : node <server.js> hash <clientId@repositoryName> <clearTextSecretString>");
983
983
  // EXAMPLE : node orita-srv.js hash orita.global@saltkey 1234567890
984
984
  console.log("Server launched.");
985
985
 
@@ -1298,7 +1298,7 @@ function getListManager(config){
1298
1298
 
1299
1299
 
1300
1300
 
1301
- /*utils COMMONS library associated with aotra version : «1.0.0.000 (12/07/2022-01:26:53)»*/
1301
+ /*utils COMMONS library associated with aotra version : «1.0.0.000 (12/07/2022-01:46:32)»*/
1302
1302
  /*-----------------------------------------------------------------------------*/
1303
1303
 
1304
1304
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
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)",