aotrautils-srv 0.0.1805 → 0.0.1806
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/03/2026-21:
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (01/03/2026-21:43:12)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -5075,7 +5075,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
5075
5075
|
|
|
5076
5076
|
|
|
5077
5077
|
|
|
5078
|
-
/*utils AI library associated with aotra version : «1_29072022-2359 (01/03/2026-21:
|
|
5078
|
+
/*utils AI library associated with aotra version : «1_29072022-2359 (01/03/2026-21:43:12)»*/
|
|
5079
5079
|
/*-----------------------------------------------------------------------------*/
|
|
5080
5080
|
|
|
5081
5081
|
|
|
@@ -5221,7 +5221,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
|
|
|
5221
5221
|
|
|
5222
5222
|
|
|
5223
5223
|
|
|
5224
|
-
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (01/03/2026-21:
|
|
5224
|
+
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (01/03/2026-21:43:12)»*/
|
|
5225
5225
|
/*-----------------------------------------------------------------------------*/
|
|
5226
5226
|
|
|
5227
5227
|
|
|
@@ -5949,9 +5949,6 @@ const ADD_CORS_HEADER=true;
|
|
|
5949
5949
|
// DBG
|
|
5950
5950
|
console.log(">>>>window:",window);
|
|
5951
5951
|
|
|
5952
|
-
// DBG
|
|
5953
|
-
console.log(">>>>fs:",fs);
|
|
5954
|
-
|
|
5955
5952
|
|
|
5956
5953
|
if(typeof(require)!=="undefined" && typeof(fs)==="undefined" ){
|
|
5957
5954
|
window.fs=require("fs");
|
aotrautils-srv/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils-srv",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1806",
|
|
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)",
|