aotrautils-srv 0.0.742 → 0.0.744

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 (10/11/2023-00:44:21)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (10/11/2023-00:52:30)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -4094,7 +4094,7 @@ window.areEquivalentSimple=function(obj1Param,obj2Param, caseSensitive=true){
4094
4094
  return (str1===str2);
4095
4095
  }
4096
4096
 
4097
- // TODO : FIXME SEEMS TO NOT WORK ON SIMPLE OBJECTS !!!
4097
+ // CAUTION : WAY SLOWER...(for simple objects, use areEquivalentSimple(...) instead):
4098
4098
  window.areEquivalent=function(obj1Param,obj2Param,flattenBeforeCompute=false, UUID_ATTR_NAME=DEFAULT_UUID_ATTR_NAME,POINTER_TO_ATTR_NAME=DEFAULT_POINTER_TO_ATTR_NAME){
4099
4099
 
4100
4100
  if((obj1Param!=null)!==(obj2Param!=null) || typeof(obj1Param)!==typeof(obj2Param)) return false;
@@ -5167,7 +5167,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
5167
5167
 
5168
5168
 
5169
5169
 
5170
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (10/11/2023-00:44:21)»*/
5170
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (10/11/2023-00:52:30)»*/
5171
5171
  /*-----------------------------------------------------------------------------*/
5172
5172
 
5173
5173
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.742",
3
+ "version": "0.0.744",
4
4
  "main": "aotrautils-srv.build.js",
5
5
  "description": "A library for vanilla javascript utils (server-side) used in aotra javascript CMS",
6
6
  "author": "Jeremie Ratomposon <info@alqemia.com> (https://alqemia.com)",