aotrautils 0.0.1211 → 0.0.1213
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.
aotrautils/aotrautils.build.js
CHANGED
@@ -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:44)»*/
|
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 CLIENT library associated with aotra version : «1_29072022-2359 (
|
4871
|
+
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (31/03/2025-00:03:44)»*/
|
4872
4872
|
/*-----------------------------------------------------------------------------*/
|
4873
4873
|
/* ## Utility global methods in a browser (htmljs) client environment.
|
4874
4874
|
*
|
@@ -13440,7 +13440,7 @@ getAORTACClient=function(clientId=getUUID(), serverNodeOrigin="ws://127.0.0.1:40
|
|
13440
13440
|
|
13441
13441
|
|
13442
13442
|
|
13443
|
-
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (
|
13443
|
+
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (31/03/2025-00:03:44)»*/
|
13444
13444
|
/*-----------------------------------------------------------------------------*/
|
13445
13445
|
|
13446
13446
|
|
@@ -14679,7 +14679,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
|
|
14679
14679
|
// MUST REMAIN AT THE END OF THIS LIBRARY FILE !
|
14680
14680
|
|
14681
14681
|
AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
|
14682
|
-
/*utils AI library associated with aotra version : «1_29072022-2359 (
|
14682
|
+
/*utils AI library associated with aotra version : «1_29072022-2359 (31/03/2025-00:03:44)»*/
|
14683
14683
|
/*-----------------------------------------------------------------------------*/
|
14684
14684
|
|
14685
14685
|
|
@@ -14823,7 +14823,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
|
|
14823
14823
|
|
14824
14824
|
|
14825
14825
|
|
14826
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (
|
14826
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (31/03/2025-00:03:44)»*/
|
14827
14827
|
/*-----------------------------------------------------------------------------*/
|
14828
14828
|
|
14829
14829
|
|
aotrautils/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "aotrautils",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.1213",
|
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)",
|