aotrautils 0.0.539 → 0.0.541

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-23:11:22)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (18/07/2023-00:33:27)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -470,7 +470,7 @@ window.aotestMethods.getScenariiInTest=function(test){
470
470
  if(mustTerminate && mustTerminate(scenario))
471
471
  return scenario;
472
472
 
473
- },(scenario, scenarioName)=>filter && filter(scenario));
473
+ },(scenario, scenarioName)=>!filter || filter(scenario));
474
474
 
475
475
  if(loopResultK)
476
476
  return loopResultK;
@@ -4932,7 +4932,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4932
4932
 
4933
4933
 
4934
4934
 
4935
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (05/07/2023-23:11:22)»*/
4935
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (18/07/2023-00:33:27)»*/
4936
4936
  /*-----------------------------------------------------------------------------*/
4937
4937
  /* ## Utility global methods in a browser (htmljs) client environment.
4938
4938
  *
@@ -13199,7 +13199,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
13199
13199
 
13200
13200
 
13201
13201
 
13202
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (05/07/2023-23:11:22)»*/
13202
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (18/07/2023-00:33:27)»*/
13203
13203
  /*-----------------------------------------------------------------------------*/
13204
13204
 
13205
13205
 
@@ -14438,7 +14438,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14438
14438
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14439
14439
 
14440
14440
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14441
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (05/07/2023-23:11:22)»*/
14441
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (18/07/2023-00:33:27)»*/
14442
14442
  /*-----------------------------------------------------------------------------*/
14443
14443
 
14444
14444
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.539",
3
+ "version": "0.0.541",
4
4
  "main": "aotrautils.build.js",
5
5
  "description": "A library for vanilla javascript utils (client-side) used in aotra javascript CMS",
6
6
  "author": "Jeremie Ratomposon <info@alqemia.com> (https://alqemia.com)",