aotrautils 0.0.635 → 0.0.637

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-19:18:13)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (04/10/2023-21:26:52)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -1562,7 +1562,7 @@ aotest.profile=function(rootObject,methodName,visited=[]){
1562
1562
  // NOT AOTESTABLE !
1563
1563
  //TODO : develop :
1564
1564
  //getHashedString=monitorProgression(100000,
1565
- window.getHashedString=function(str,/*OPTIONAL*/isHeavyTreatment){
1565
+ window.getHashedString=function(str,/*OPTIONAL*/isHeavyTreatment=false){
1566
1566
 
1567
1567
  //CAUTION : YOU MUST *NOT* CHANGE THIS VALUE, UNLESS THE HASH HEAVY TREATMENT VALUE IN YOUR AOTRA SERVER-SIDE CODEIS THE SAME !
1568
1568
  const HEAVY_TREATMENT_LOOP_COUNT=100000;
@@ -4091,6 +4091,10 @@ window.areEquivalent=function(o1,o2,flattenBeforeCompute=false, UUID_ATTR_NAME=D
4091
4091
 
4092
4092
  let s1=getSignatureOnNonCycledObject(o1,false,ignoredAttributes);
4093
4093
  let s2=getSignatureOnNonCycledObject(o2,false,ignoredAttributes);
4094
+
4095
+ // DBG
4096
+ lognow("+++++++++++++++++SIGNATURE 1:",s1);
4097
+ lognow("+++++++++++++++++SIGNATURE 2:",s2);
4094
4098
 
4095
4099
  return s1===s2;
4096
4100
  }
@@ -5100,7 +5104,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
5100
5104
 
5101
5105
 
5102
5106
 
5103
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (04/10/2023-19:18:13)»*/
5107
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (04/10/2023-21:26:52)»*/
5104
5108
  /*-----------------------------------------------------------------------------*/
5105
5109
  /* ## Utility global methods in a browser (htmljs) client environment.
5106
5110
  *
@@ -13335,7 +13339,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
13335
13339
 
13336
13340
 
13337
13341
 
13338
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (04/10/2023-19:18:13)»*/
13342
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (04/10/2023-21:26:52)»*/
13339
13343
  /*-----------------------------------------------------------------------------*/
13340
13344
 
13341
13345
 
@@ -14574,7 +14578,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14574
14578
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14575
14579
 
14576
14580
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14577
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (04/10/2023-19:18:13)»*/
14581
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (04/10/2023-21:26:52)»*/
14578
14582
  /*-----------------------------------------------------------------------------*/
14579
14583
 
14580
14584
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.635",
3
+ "version": "0.0.637",
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)",