aotrautils 0.0.1564 → 0.0.1566

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 (10/05/2025-13:48:29)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (10/05/2025-13:57:09)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -4895,7 +4895,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4895
4895
 
4896
4896
 
4897
4897
 
4898
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (10/05/2025-13:48:29)»*/
4898
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (10/05/2025-13:57:09)»*/
4899
4899
  /*-----------------------------------------------------------------------------*/
4900
4900
  /* ## Utility global methods in a browser (htmljs) client environment.
4901
4901
  *
@@ -13497,7 +13497,7 @@ getAORTACClient=function(clientId=getUUID(), serverNodeOrigin="ws://127.0.0.1:40
13497
13497
 
13498
13498
 
13499
13499
 
13500
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (10/05/2025-13:48:29)»*/
13500
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (10/05/2025-13:57:09)»*/
13501
13501
  /*-----------------------------------------------------------------------------*/
13502
13502
 
13503
13503
 
@@ -14736,7 +14736,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14736
14736
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14737
14737
 
14738
14738
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14739
- /*utils AI library associated with aotra version : «1_29072022-2359 (10/05/2025-13:48:29)»*/
14739
+ /*utils AI library associated with aotra version : «1_29072022-2359 (10/05/2025-13:57:09)»*/
14740
14740
  /*-----------------------------------------------------------------------------*/
14741
14741
 
14742
14742
 
@@ -14882,7 +14882,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
14882
14882
 
14883
14883
 
14884
14884
 
14885
- /*utils CONSOLE library associated with aotra version : «1_29072022-2359 (10/05/2025-13:48:29)»*/
14885
+ /*utils CONSOLE library associated with aotra version : «1_29072022-2359 (10/05/2025-13:57:09)»*/
14886
14886
  /*-----------------------------------------------------------------------------*/
14887
14887
 
14888
14888
 
@@ -15986,10 +15986,6 @@ performHTTPRequest=function(completeURL,httpMethod="GET",headers={},requestBodyO
15986
15986
  method: httpMethod,
15987
15987
  };
15988
15988
 
15989
- //if(contains(["POST","PUT"],httpMethod)){
15990
- // options.json=true;
15991
- //}
15992
-
15993
15989
  options.headers=headers;
15994
15990
 
15995
15991
  return new Promise((resolve,reject)=>{
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.1564",
3
+ "version": "0.0.1566",
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)",