aotrautils-srv 0.0.631 → 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-
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (04/10/2023-21:26:58)»*/
|
|
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 SERVER library associated with aotra version : «1_29072022-2359 (04/10/2023-
|
|
5107
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (04/10/2023-21:26:58)»*/
|
|
5104
5108
|
/*-----------------------------------------------------------------------------*/
|
|
5105
5109
|
|
|
5106
5110
|
|
aotrautils-srv/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils-srv",
|
|
3
|
-
"version": "0.0.
|
|
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)",
|