aotrautils 0.0.1669 → 0.0.1671

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 (01/06/2025-03:25:22)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (01/06/2025-03:40:31)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -4932,8 +4932,9 @@ window.parseJSON=function(strParam){
4932
4932
  var obj=eval("(" + str + ")");
4933
4933
  return obj;
4934
4934
  } catch (error2){
4935
+ // !!! SILENT ERROR !!!
4935
4936
  // TRACE
4936
- log(error2);
4937
+ // log(error2);
4937
4938
  throw new Error("ERROR : Error parsing string «" + strParam + "» as JSON. Last-chance fallback failed." +
4938
4939
  " CHECK IF THERE IS ANY «'» SINGLE QUOTE CHARACTER IN YOUR LITERALS STRINGS, AND REPLACE IT WITH «´» ACUTE CHARACTER INSTEAD.");
4939
4940
  }
@@ -4987,7 +4988,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4987
4988
 
4988
4989
 
4989
4990
 
4990
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (01/06/2025-03:25:22)»*/
4991
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (01/06/2025-03:40:31)»*/
4991
4992
  /*-----------------------------------------------------------------------------*/
4992
4993
  /* ## Utility global methods in a browser (htmljs) client environment.
4993
4994
  *
@@ -13590,7 +13591,7 @@ getAORTACClient=function(clientId=getUUID(), serverNodeOrigin="ws://127.0.0.1:40
13590
13591
 
13591
13592
 
13592
13593
 
13593
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (01/06/2025-03:25:22)»*/
13594
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (01/06/2025-03:40:31)»*/
13594
13595
  /*-----------------------------------------------------------------------------*/
13595
13596
 
13596
13597
 
@@ -14829,7 +14830,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14829
14830
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14830
14831
 
14831
14832
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14832
- /*utils AI library associated with aotra version : «1_29072022-2359 (01/06/2025-03:25:22)»*/
14833
+ /*utils AI library associated with aotra version : «1_29072022-2359 (01/06/2025-03:40:31)»*/
14833
14834
  /*-----------------------------------------------------------------------------*/
14834
14835
 
14835
14836
 
@@ -14975,7 +14976,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
14975
14976
 
14976
14977
 
14977
14978
 
14978
- /*utils CONSOLE library associated with aotra version : «1_29072022-2359 (01/06/2025-03:25:22)»*/
14979
+ /*utils CONSOLE library associated with aotra version : «1_29072022-2359 (01/06/2025-03:40:31)»*/
14979
14980
  /*-----------------------------------------------------------------------------*/
14980
14981
 
14981
14982
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.1669",
3
+ "version": "0.0.1671",
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)",