aotrautils-srv 0.0.527 → 0.0.528

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 (05/07/2023-12:04:35)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (05/07/2023-12:08:41)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -468,7 +468,7 @@ window.aotestMethods.iterateInScenarii=function(allTests, doOnIteration, testsTy
468
468
 
469
469
  doOnIteration(scenario);
470
470
 
471
- },(scenario, scenarioName)=>contains(scenariiNames, scenario.name) && (filter && filter(scenario)));
471
+ },(scenario, scenarioName)=>filter && filter(scenario));
472
472
  });
473
473
  });
474
474
  }else{
@@ -483,7 +483,7 @@ window.aotestMethods.iterateInScenarii=function(allTests, doOnIteration, testsTy
483
483
 
484
484
  doOnIteration(scenario);
485
485
 
486
- },(scenario, scenarioName)=>contains(scenariiNames, scenario.name) && (filter && filter(scenario)));
486
+ },(scenario, scenarioName)=>filter && filter(scenario));
487
487
  });
488
488
  });
489
489
 
@@ -4919,7 +4919,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4919
4919
 
4920
4920
 
4921
4921
 
4922
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (05/07/2023-12:04:35)»*/
4922
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (05/07/2023-12:08:41)»*/
4923
4923
  /*-----------------------------------------------------------------------------*/
4924
4924
 
4925
4925
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.527",
3
+ "version": "0.0.528",
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)",