aotrautils 0.0.531 → 0.0.533
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.
aotrautils/aotrautils.build.js
CHANGED
|
@@ -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:45)»*/
|
|
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
|
|
|
@@ -468,7 +468,7 @@ window.aotestMethods.iterateInScenarii=function(allTests, doOnIteration, testsTy
|
|
|
468
468
|
|
|
469
469
|
doOnIteration(scenario);
|
|
470
470
|
|
|
471
|
-
},(scenario, scenarioName)=>
|
|
471
|
+
},(scenario, scenarioName)=>filter && filter(scenario));
|
|
472
472
|
});
|
|
473
473
|
});
|
|
474
474
|
}else{
|
|
@@ -483,7 +483,7 @@ window.aotestMethods.iterateInScenarii=function(allTests, doOnIteration, testsTy
|
|
|
483
483
|
|
|
484
484
|
doOnIteration(scenario);
|
|
485
485
|
|
|
486
|
-
},(scenario, scenarioName)=>
|
|
486
|
+
},(scenario, scenarioName)=>filter && filter(scenario));
|
|
487
487
|
});
|
|
488
488
|
});
|
|
489
489
|
|
|
@@ -4919,7 +4919,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
4919
4919
|
|
|
4920
4920
|
|
|
4921
4921
|
|
|
4922
|
-
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (05/07/2023-12:
|
|
4922
|
+
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (05/07/2023-12:18:45)»*/
|
|
4923
4923
|
/*-----------------------------------------------------------------------------*/
|
|
4924
4924
|
/* ## Utility global methods in a browser (htmljs) client environment.
|
|
4925
4925
|
*
|
|
@@ -13186,7 +13186,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
|
|
|
13186
13186
|
|
|
13187
13187
|
|
|
13188
13188
|
|
|
13189
|
-
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (05/07/2023-12:
|
|
13189
|
+
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (05/07/2023-12:18:45)»*/
|
|
13190
13190
|
/*-----------------------------------------------------------------------------*/
|
|
13191
13191
|
|
|
13192
13192
|
|
|
@@ -14425,7 +14425,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
|
|
|
14425
14425
|
// MUST REMAIN AT THE END OF THIS LIBRARY FILE !
|
|
14426
14426
|
|
|
14427
14427
|
AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
|
|
14428
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (05/07/2023-12:
|
|
14428
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (05/07/2023-12:18:45)»*/
|
|
14429
14429
|
/*-----------------------------------------------------------------------------*/
|
|
14430
14430
|
|
|
14431
14431
|
|
aotrautils/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.533",
|
|
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)",
|