aotrautils 0.0.1804 → 0.0.1807
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 (01/03/2026-01:
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (01/03/2026-01:46:57)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -5072,7 +5072,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
5072
5072
|
|
|
5073
5073
|
|
|
5074
5074
|
|
|
5075
|
-
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (01/03/2026-01:
|
|
5075
|
+
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (01/03/2026-01:46:57)»*/
|
|
5076
5076
|
/*-----------------------------------------------------------------------------*/
|
|
5077
5077
|
/* ## Utility global methods in a browser (htmljs) client environment.
|
|
5078
5078
|
*
|
|
@@ -13540,7 +13540,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
|
|
|
13540
13540
|
|
|
13541
13541
|
|
|
13542
13542
|
|
|
13543
|
-
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (01/03/2026-01:
|
|
13543
|
+
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (01/03/2026-01:46:57)»*/
|
|
13544
13544
|
/*-----------------------------------------------------------------------------*/
|
|
13545
13545
|
|
|
13546
13546
|
|
|
@@ -14869,10 +14869,10 @@ function rayVsUnitSphereClosestPoint(p, r) {
|
|
|
14869
14869
|
// MUST REMAIN AT THE END OF THIS LIBRARY FILE !
|
|
14870
14870
|
|
|
14871
14871
|
AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
|
|
14872
|
-
/*utils 3D library associated with aotra version : «1_29072022-2359 (01/03/2026-01:
|
|
14872
|
+
/*utils 3D library associated with aotra version : «1_29072022-2359 (01/03/2026-01:46:57)»*/
|
|
14873
14873
|
/*-----------------------------------------------------------------------------*/
|
|
14874
14874
|
|
|
14875
|
-
/*utils AI library associated with aotra version : «1_29072022-2359 (01/03/2026-01:
|
|
14875
|
+
/*utils AI library associated with aotra version : «1_29072022-2359 (01/03/2026-01:46:57)»*/
|
|
14876
14876
|
/*-----------------------------------------------------------------------------*/
|
|
14877
14877
|
|
|
14878
14878
|
|
|
@@ -15018,7 +15018,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
|
|
|
15018
15018
|
|
|
15019
15019
|
|
|
15020
15020
|
|
|
15021
|
-
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (01/03/2026-01:
|
|
15021
|
+
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (01/03/2026-01:46:57)»*/
|
|
15022
15022
|
/*-----------------------------------------------------------------------------*/
|
|
15023
15023
|
|
|
15024
15024
|
|
|
@@ -15744,7 +15744,8 @@ const ADD_CORS_HEADER=true;
|
|
|
15744
15744
|
|
|
15745
15745
|
|
|
15746
15746
|
if(typeof(require)!="undefined" && typeof(fs)!="undefined" )
|
|
15747
|
-
fs=require("fs");
|
|
15747
|
+
window.fs=require("fs");
|
|
15748
|
+
|
|
15748
15749
|
|
|
15749
15750
|
|
|
15750
15751
|
|
aotrautils/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1807",
|
|
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)",
|