aotrautils-srv 0.0.566 → 0.0.567
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:
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (07/08/2023-03:32:00)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -512,9 +512,9 @@ window.aotestMethods.getScenariiInTest=function(test){
|
|
|
512
512
|
if(contains(visited,item)) return "continue";
|
|
513
513
|
visited.push(item);
|
|
514
514
|
if(isArray(item)){
|
|
515
|
-
window.aotestMethods.iterateOverValues(item, scenario[itemNameOrIndex], visited);
|
|
515
|
+
window.aotestMethods.iterateOverValues(item, doOnIterationForValue, scenario[itemNameOrIndex], visited);
|
|
516
516
|
}else if(isObject(item)){
|
|
517
|
-
window.aotestMethods.iterateOverValues(item, scenario[itemNameOrIndex], visited);
|
|
517
|
+
window.aotestMethods.iterateOverValues(item, doOnIterationForValue, scenario[itemNameOrIndex], visited);
|
|
518
518
|
}else{
|
|
519
519
|
scenario[itemNameOrIndex]=doOnIterationForValue(item, itemNameOrIndex);
|
|
520
520
|
}
|
|
@@ -4975,7 +4975,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
4975
4975
|
|
|
4976
4976
|
|
|
4977
4977
|
|
|
4978
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (07/08/2023-03:
|
|
4978
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (07/08/2023-03:32:00)»*/
|
|
4979
4979
|
/*-----------------------------------------------------------------------------*/
|
|
4980
4980
|
|
|
4981
4981
|
|
aotrautils-srv/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils-srv",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.567",
|
|
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)",
|