aotrautils 0.0.1671 → 0.0.1673

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:40:31)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (01/06/2025-03:57:43)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -4926,8 +4926,9 @@ window.parseJSON=function(strParam){
4926
4926
  }
4927
4927
  throw new Error("ERROR : No JSON subsystem found to parse the JSON string.");
4928
4928
  } catch (error){
4929
+ // !!! SILENT ERROR !!!
4929
4930
  // TRACE
4930
- log("WARN : Error parsing string «" + strParam + "» as JSON. Trying last-chance fallback.");
4931
+ // log("WARN : Error parsing string «" + strParam + "» as JSON. Trying last-chance fallback.");
4931
4932
  try {
4932
4933
  var obj=eval("(" + str + ")");
4933
4934
  return obj;
@@ -4988,7 +4989,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4988
4989
 
4989
4990
 
4990
4991
 
4991
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (01/06/2025-03:40:31)»*/
4992
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (01/06/2025-03:57:43)»*/
4992
4993
  /*-----------------------------------------------------------------------------*/
4993
4994
  /* ## Utility global methods in a browser (htmljs) client environment.
4994
4995
  *
@@ -13591,7 +13592,7 @@ getAORTACClient=function(clientId=getUUID(), serverNodeOrigin="ws://127.0.0.1:40
13591
13592
 
13592
13593
 
13593
13594
 
13594
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (01/06/2025-03:40:31)»*/
13595
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (01/06/2025-03:57:43)»*/
13595
13596
  /*-----------------------------------------------------------------------------*/
13596
13597
 
13597
13598
 
@@ -14830,7 +14831,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14830
14831
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14831
14832
 
14832
14833
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14833
- /*utils AI library associated with aotra version : «1_29072022-2359 (01/06/2025-03:40:31)»*/
14834
+ /*utils AI library associated with aotra version : «1_29072022-2359 (01/06/2025-03:57:43)»*/
14834
14835
  /*-----------------------------------------------------------------------------*/
14835
14836
 
14836
14837
 
@@ -14976,7 +14977,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
14976
14977
 
14977
14978
 
14978
14979
 
14979
- /*utils CONSOLE library associated with aotra version : «1_29072022-2359 (01/06/2025-03:40:31)»*/
14980
+ /*utils CONSOLE library associated with aotra version : «1_29072022-2359 (01/06/2025-03:57:43)»*/
14980
14981
  /*-----------------------------------------------------------------------------*/
14981
14982
 
14982
14983
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.1671",
3
+ "version": "0.0.1673",
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)",