aotrautils 0.0.532 → 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
|
|
|
@@ -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)",
|