aotrautils 0.0.604 → 0.0.606
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 (
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (25/09/2023-01:04:45)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -4984,7 +4984,7 @@ JSON.recycle=function recycle($){
|
|
|
4984
4984
|
|
|
4985
4985
|
|
|
4986
4986
|
// JSON parsing management :
|
|
4987
|
-
function
|
|
4987
|
+
window.parseJSON=function(strParam){
|
|
4988
4988
|
|
|
4989
4989
|
if(!isString(strParam)) return strParam;
|
|
4990
4990
|
|
|
@@ -5030,7 +5030,7 @@ function parseJSON(strParam){
|
|
|
5030
5030
|
return null;
|
|
5031
5031
|
}
|
|
5032
5032
|
|
|
5033
|
-
function
|
|
5033
|
+
window.stringifyObject=function(objectToStringify){
|
|
5034
5034
|
|
|
5035
5035
|
if(nothing(objectToStringify)) return null;
|
|
5036
5036
|
|
|
@@ -5054,7 +5054,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
5054
5054
|
|
|
5055
5055
|
|
|
5056
5056
|
|
|
5057
|
-
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (
|
|
5057
|
+
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (25/09/2023-01:04:45)»*/
|
|
5058
5058
|
/*-----------------------------------------------------------------------------*/
|
|
5059
5059
|
/* ## Utility global methods in a browser (htmljs) client environment.
|
|
5060
5060
|
*
|
|
@@ -13283,7 +13283,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
|
|
|
13283
13283
|
|
|
13284
13284
|
|
|
13285
13285
|
|
|
13286
|
-
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (
|
|
13286
|
+
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (25/09/2023-01:04:45)»*/
|
|
13287
13287
|
/*-----------------------------------------------------------------------------*/
|
|
13288
13288
|
|
|
13289
13289
|
|
|
@@ -14522,7 +14522,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
|
|
|
14522
14522
|
// MUST REMAIN AT THE END OF THIS LIBRARY FILE !
|
|
14523
14523
|
|
|
14524
14524
|
AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
|
|
14525
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (
|
|
14525
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (25/09/2023-01:04:45)»*/
|
|
14526
14526
|
/*-----------------------------------------------------------------------------*/
|
|
14527
14527
|
|
|
14528
14528
|
|
aotrautils/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.606",
|
|
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)",
|