aotrautils-srv 0.0.1218 → 0.0.1220
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 (
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (31/03/2025-00:03:47)»*/
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
5
5
|
|
6
6
|
|
@@ -4366,7 +4366,7 @@ window.calculateProtoDelta=function(obj1,obj2,
|
|
4366
4366
|
/*public*/window.getSignatureOnFlatObject=function(flatObj, isHashed=true){
|
4367
4367
|
// We construct a simple array, to get rid of the identifiers values :
|
4368
4368
|
const flatArray=[];
|
4369
|
-
foreach(flatObj,item=>flatArray.push(item));
|
4369
|
+
foreach(flatObj,(item)=>{ flatArray.push(item); });
|
4370
4370
|
return getSignatureOnNonCycledObject(flatArray, isHashed, [DEFAULT_UUID_ATTR_NAME, DEFAULT_POINTER_TO_ATTR_NAME]);
|
4371
4371
|
}
|
4372
4372
|
|
@@ -4868,7 +4868,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
4868
4868
|
|
4869
4869
|
|
4870
4870
|
|
4871
|
-
/*utils AI library associated with aotra version : «1_29072022-2359 (
|
4871
|
+
/*utils AI library associated with aotra version : «1_29072022-2359 (31/03/2025-00:03:47)»*/
|
4872
4872
|
/*-----------------------------------------------------------------------------*/
|
4873
4873
|
|
4874
4874
|
|
@@ -5012,7 +5012,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
|
|
5012
5012
|
|
5013
5013
|
|
5014
5014
|
|
5015
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (
|
5015
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (31/03/2025-00:03:47)»*/
|
5016
5016
|
/*-----------------------------------------------------------------------------*/
|
5017
5017
|
|
5018
5018
|
|
aotrautils-srv/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "aotrautils-srv",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.1220",
|
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)",
|