aotrautils 0.0.566 → 0.0.568

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 (07/08/2023-03:10:08)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (07/08/2023-03:27:06)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -513,15 +513,15 @@ window.aotestMethods.getScenariiInTest=function(test){
513
513
  if(contains(visited,item)) return "continue";
514
514
  visited.push(item);
515
515
  if(isArray(item)){
516
- self.iterateOverValues(item, result[itemNameOrIndex], visited);
516
+ window.aotestMethods.iterateOverValues(item, result[itemNameOrIndex], visited);
517
517
  }else if(isObject(item)){
518
- self.iterateOverValues(item, result[itemNameOrIndex], visited);
518
+ window.aotestMethods.iterateOverValues(item, result[itemNameOrIndex], visited);
519
519
  }else{
520
520
  scenario[itemNameOrIndex]=doOnIterationForValue(item, itemNameOrIndex);
521
521
  }
522
522
  });
523
523
 
524
- }
524
+ };
525
525
 
526
526
 
527
527
 
@@ -4976,7 +4976,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4976
4976
 
4977
4977
 
4978
4978
 
4979
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (07/08/2023-03:10:08)»*/
4979
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (07/08/2023-03:27:06)»*/
4980
4980
  /*-----------------------------------------------------------------------------*/
4981
4981
  /* ## Utility global methods in a browser (htmljs) client environment.
4982
4982
  *
@@ -13243,7 +13243,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
13243
13243
 
13244
13244
 
13245
13245
 
13246
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (07/08/2023-03:10:08)»*/
13246
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (07/08/2023-03:27:06)»*/
13247
13247
  /*-----------------------------------------------------------------------------*/
13248
13248
 
13249
13249
 
@@ -14482,7 +14482,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14482
14482
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14483
14483
 
14484
14484
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14485
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (07/08/2023-03:10:08)»*/
14485
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (07/08/2023-03:27:06)»*/
14486
14486
  /*-----------------------------------------------------------------------------*/
14487
14487
 
14488
14488
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.566",
3
+ "version": "0.0.568",
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)",