aotrautils 0.0.1848 → 0.0.1850
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 (09/06/2026-14:12:27)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -5458,7 +5458,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
5458
5458
|
|
|
5459
5459
|
|
|
5460
5460
|
|
|
5461
|
-
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (
|
|
5461
|
+
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (09/06/2026-14:12:27)»*/
|
|
5462
5462
|
/*-----------------------------------------------------------------------------*/
|
|
5463
5463
|
/* ## Utility global methods in a browser (htmljs) client environment.
|
|
5464
5464
|
*
|
|
@@ -5514,7 +5514,7 @@ if(typeof monitorProgression === "undefined"){
|
|
|
5514
5514
|
// -------------------------------------------------------------------------------------------
|
|
5515
5515
|
|
|
5516
5516
|
|
|
5517
|
-
|
|
5517
|
+
// URLs management :
|
|
5518
5518
|
|
|
5519
5519
|
|
|
5520
5520
|
|
|
@@ -5573,7 +5573,6 @@ window.getLastPathConcreteSegment=function(urlPath){
|
|
|
5573
5573
|
|
|
5574
5574
|
|
|
5575
5575
|
|
|
5576
|
-
|
|
5577
5576
|
// -------------------------------------------------------------------------------------------
|
|
5578
5577
|
|
|
5579
5578
|
// Mouse management :
|
|
@@ -13280,7 +13279,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
|
|
|
13280
13279
|
|
|
13281
13280
|
|
|
13282
13281
|
|
|
13283
|
-
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (
|
|
13282
|
+
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (09/06/2026-14:12:27)»*/
|
|
13284
13283
|
/*-----------------------------------------------------------------------------*/
|
|
13285
13284
|
|
|
13286
13285
|
|
|
@@ -14365,10 +14364,10 @@ function rayVsUnitSphereClosestPoint(p, r) {
|
|
|
14365
14364
|
// MUST REMAIN AT THE END OF THIS LIBRARY FILE !
|
|
14366
14365
|
|
|
14367
14366
|
AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
|
|
14368
|
-
/*utils 3D library associated with aotra version : «1_29072022-2359 (
|
|
14367
|
+
/*utils 3D library associated with aotra version : «1_29072022-2359 (09/06/2026-14:12:27)»*/
|
|
14369
14368
|
/*-----------------------------------------------------------------------------*/
|
|
14370
14369
|
|
|
14371
|
-
/*utils AI library associated with aotra version : «1_29072022-2359 (
|
|
14370
|
+
/*utils AI library associated with aotra version : «1_29072022-2359 (09/06/2026-14:12:27)»*/
|
|
14372
14371
|
/*-----------------------------------------------------------------------------*/
|
|
14373
14372
|
|
|
14374
14373
|
|
|
@@ -14514,7 +14513,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
|
|
|
14514
14513
|
|
|
14515
14514
|
|
|
14516
14515
|
|
|
14517
|
-
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (
|
|
14516
|
+
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (09/06/2026-14:12:27)»*/
|
|
14518
14517
|
/*-----------------------------------------------------------------------------*/
|
|
14519
14518
|
|
|
14520
14519
|
|
aotrautils/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1850",
|
|
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)",
|