aotrautils-srv 0.0.366 → 0.0.367

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 COMMONS library associated with aotra version : «1_29072022-2359 (08/12/2022-23:47:55)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (09/12/2022-00:06:43)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -505,7 +505,7 @@ window.aotestMethods.registerScenarioInfos=function(scenariiListParam, name, sce
505
505
  // // If we are not in a running test scenario execution context, then we skip
506
506
  // // tracking :
507
507
  // if(!currentRunningScenario)
508
- // return func.apply(callerObject, methodArgs);
508
+ // return func.apply(callerObject, argsAsArray);
509
509
  //
510
510
  // var functionName=getFunctionName(func);
511
511
  // // UNUSED attribute :
@@ -523,7 +523,7 @@ window.aotestMethods.registerScenarioInfos=function(scenariiListParam, name, sce
523
523
  // currentRunningScenario.throwsCounts[functionName]=0;
524
524
  // currentRunningScenario.callsCounts[functionName]++;
525
525
  // try {
526
- // functionResult=func.apply(callerObject, methodArgs);
526
+ // functionResult=func.apply(callerObject, argsAsArray);
527
527
  // } catch (e){
528
528
  // currentRunningScenario.throwsCounts[functionName]++;
529
529
  // throw e;
@@ -4831,7 +4831,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4831
4831
 
4832
4832
 
4833
4833
 
4834
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (08/12/2022-23:47:55)»*/
4834
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (09/12/2022-00:06:43)»*/
4835
4835
  /*-----------------------------------------------------------------------------*/
4836
4836
 
4837
4837
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.366",
3
+ "version": "0.0.367",
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)",