aotrautils 0.0.1620 → 0.0.1621
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 (14/05/2025-
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (14/05/2025-15:33:15)»*/
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
5
5
|
|
6
6
|
|
@@ -4943,7 +4943,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
4943
4943
|
|
4944
4944
|
|
4945
4945
|
|
4946
|
-
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (14/05/2025-
|
4946
|
+
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (14/05/2025-15:33:15)»*/
|
4947
4947
|
/*-----------------------------------------------------------------------------*/
|
4948
4948
|
/* ## Utility global methods in a browser (htmljs) client environment.
|
4949
4949
|
*
|
@@ -5050,7 +5050,7 @@ window.arePathsSimilar=function(path1, path2, minLength=3){
|
|
5050
5050
|
if(str2.includes(sub)) return true;
|
5051
5051
|
}
|
5052
5052
|
}
|
5053
|
-
return
|
5053
|
+
return false;
|
5054
5054
|
// });
|
5055
5055
|
//});
|
5056
5056
|
}
|
@@ -13550,7 +13550,7 @@ getAORTACClient=function(clientId=getUUID(), serverNodeOrigin="ws://127.0.0.1:40
|
|
13550
13550
|
|
13551
13551
|
|
13552
13552
|
|
13553
|
-
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (14/05/2025-
|
13553
|
+
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (14/05/2025-15:33:15)»*/
|
13554
13554
|
/*-----------------------------------------------------------------------------*/
|
13555
13555
|
|
13556
13556
|
|
@@ -14789,7 +14789,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
|
|
14789
14789
|
// MUST REMAIN AT THE END OF THIS LIBRARY FILE !
|
14790
14790
|
|
14791
14791
|
AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
|
14792
|
-
/*utils AI library associated with aotra version : «1_29072022-2359 (14/05/2025-
|
14792
|
+
/*utils AI library associated with aotra version : «1_29072022-2359 (14/05/2025-15:33:15)»*/
|
14793
14793
|
/*-----------------------------------------------------------------------------*/
|
14794
14794
|
|
14795
14795
|
|
@@ -14935,7 +14935,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
|
|
14935
14935
|
|
14936
14936
|
|
14937
14937
|
|
14938
|
-
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (14/05/2025-
|
14938
|
+
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (14/05/2025-15:33:15)»*/
|
14939
14939
|
/*-----------------------------------------------------------------------------*/
|
14940
14940
|
|
14941
14941
|
|
aotrautils/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "aotrautils",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.1621",
|
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)",
|