aotrautils-srv 0.0.528 → 0.0.529
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:
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (05/07/2023-12:18:49)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -456,7 +456,7 @@ window.aotestMethods.getScenariiInTest=function(test){
|
|
|
456
456
|
return results;
|
|
457
457
|
};
|
|
458
458
|
|
|
459
|
-
window.aotestMethods.
|
|
459
|
+
window.aotestMethods.iterateOverScenarii=function(allTests, doOnIteration, testsType=null, filter=null){
|
|
460
460
|
|
|
461
461
|
if(testsType){
|
|
462
462
|
|
|
@@ -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:
|
|
4922
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (05/07/2023-12:18:49)»*/
|
|
4923
4923
|
/*-----------------------------------------------------------------------------*/
|
|
4924
4924
|
|
|
4925
4925
|
|
aotrautils-srv/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils-srv",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.529",
|
|
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)",
|