aotrautils 0.0.646 → 0.0.648
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 (09/10/2023-
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (09/10/2023-21:35:43)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -5111,7 +5111,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
5111
5111
|
|
|
5112
5112
|
|
|
5113
5113
|
|
|
5114
|
-
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (09/10/2023-
|
|
5114
|
+
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (09/10/2023-21:35:43)»*/
|
|
5115
5115
|
/*-----------------------------------------------------------------------------*/
|
|
5116
5116
|
/* ## Utility global methods in a browser (htmljs) client environment.
|
|
5117
5117
|
*
|
|
@@ -11206,8 +11206,6 @@ function promptWindow(label,type=null,defaultValue=null,
|
|
|
11206
11206
|
}
|
|
11207
11207
|
|
|
11208
11208
|
|
|
11209
|
-
|
|
11210
|
-
|
|
11211
11209
|
divWindow.className="promptWindowClass";
|
|
11212
11210
|
|
|
11213
11211
|
let style="";
|
|
@@ -13346,7 +13344,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
|
|
|
13346
13344
|
|
|
13347
13345
|
|
|
13348
13346
|
|
|
13349
|
-
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (09/10/2023-
|
|
13347
|
+
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (09/10/2023-21:35:43)»*/
|
|
13350
13348
|
/*-----------------------------------------------------------------------------*/
|
|
13351
13349
|
|
|
13352
13350
|
|
|
@@ -14585,7 +14583,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
|
|
|
14585
14583
|
// MUST REMAIN AT THE END OF THIS LIBRARY FILE !
|
|
14586
14584
|
|
|
14587
14585
|
AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
|
|
14588
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (09/10/2023-
|
|
14586
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (09/10/2023-21:35:43)»*/
|
|
14589
14587
|
/*-----------------------------------------------------------------------------*/
|
|
14590
14588
|
|
|
14591
14589
|
|
aotrautils/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.648",
|
|
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)",
|