aotrautils-srv 0.0.1672 → 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:
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (01/06/2025-03:57:48)»*/
|
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 AI library associated with aotra version : «1_29072022-2359 (01/06/2025-03:
|
4992
|
+
/*utils AI library associated with aotra version : «1_29072022-2359 (01/06/2025-03:57:48)»*/
|
4992
4993
|
/*-----------------------------------------------------------------------------*/
|
4993
4994
|
|
4994
4995
|
|
@@ -5134,7 +5135,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
|
|
5134
5135
|
|
5135
5136
|
|
5136
5137
|
|
5137
|
-
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (01/06/2025-03:
|
5138
|
+
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (01/06/2025-03:57:48)»*/
|
5138
5139
|
/*-----------------------------------------------------------------------------*/
|
5139
5140
|
|
5140
5141
|
|
aotrautils-srv/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "aotrautils-srv",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.1673",
|
4
4
|
"main": "aotrautils-srv.build.js",
|
5
5
|
"description": "A library for vanilla javascript utils (server-side) used in aotra javascript CMS",
|
6
6
|
"author": "Jeremie Ratomposon <info@alqemia.com> (https://alqemia.com)",
|