aotrautils-srv 0.0.535 → 0.0.536
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:
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (05/07/2023-23:18:59)»*/
|
|
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)
|
|
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 SERVER library associated with aotra version : «1_29072022-2359 (05/07/2023-23:
|
|
4935
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (05/07/2023-23:18:59)»*/
|
|
4936
4936
|
/*-----------------------------------------------------------------------------*/
|
|
4937
4937
|
|
|
4938
4938
|
|
aotrautils-srv/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils-srv",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.536",
|
|
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)",
|