aotrautils-srv 0.0.632 → 0.0.633

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 (04/10/2023-21:23:03)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (04/10/2023-21:26:58)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -4093,8 +4093,8 @@ window.areEquivalent=function(o1,o2,flattenBeforeCompute=false, UUID_ATTR_NAME=D
4093
4093
  let s2=getSignatureOnNonCycledObject(o2,false,ignoredAttributes);
4094
4094
 
4095
4095
  // DBG
4096
- lognow("SIGNATURE 1:",s1);
4097
- lognow("SIGNATURE 2:",s2);
4096
+ lognow("+++++++++++++++++SIGNATURE 1:",s1);
4097
+ lognow("+++++++++++++++++SIGNATURE 2:",s2);
4098
4098
 
4099
4099
  return s1===s2;
4100
4100
  }
@@ -5104,7 +5104,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
5104
5104
 
5105
5105
 
5106
5106
 
5107
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (04/10/2023-21:23:03)»*/
5107
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (04/10/2023-21:26:58)»*/
5108
5108
  /*-----------------------------------------------------------------------------*/
5109
5109
 
5110
5110
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.632",
3
+ "version": "0.0.633",
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)",