aotrautils 0.0.554 → 0.0.555

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 (26/07/2023-12:02:22)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (26/07/2023-22:25:25)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -1855,6 +1855,8 @@ window.getOrCreateAttribute=function(parentObject, attributeNameOrAttributesName
1855
1855
  return parentObject[attributeName];
1856
1856
  }
1857
1857
  if(isArray(attributeNameOrAttributesName)){
1858
+
1859
+
1858
1860
  // let item=parentObject;
1859
1861
  // foreach(attributeNameOrAttributesName,(attributeName)=>{
1860
1862
  // const child=getOrCreateAttribute(item, attributeName, defaultValue);
@@ -4961,7 +4963,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4961
4963
 
4962
4964
 
4963
4965
 
4964
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (26/07/2023-12:02:22)»*/
4966
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (26/07/2023-22:25:25)»*/
4965
4967
  /*-----------------------------------------------------------------------------*/
4966
4968
  /* ## Utility global methods in a browser (htmljs) client environment.
4967
4969
  *
@@ -13228,7 +13230,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
13228
13230
 
13229
13231
 
13230
13232
 
13231
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (26/07/2023-12:02:22)»*/
13233
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (26/07/2023-22:25:25)»*/
13232
13234
  /*-----------------------------------------------------------------------------*/
13233
13235
 
13234
13236
 
@@ -14467,7 +14469,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14467
14469
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14468
14470
 
14469
14471
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14470
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (26/07/2023-12:02:22)»*/
14472
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (26/07/2023-22:25:25)»*/
14471
14473
  /*-----------------------------------------------------------------------------*/
14472
14474
 
14473
14475
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.554",
3
+ "version": "0.0.555",
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)",