aotrautils-srv 0.0.1806 → 0.0.1808
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:47:30)»*/
|
|
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:47:30)»*/
|
|
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:47:30)»*/
|
|
5225
5225
|
/*-----------------------------------------------------------------------------*/
|
|
5226
5226
|
|
|
5227
5227
|
|
|
@@ -5946,21 +5946,11 @@ const ADD_CORS_HEADER=true;
|
|
|
5946
5946
|
|
|
5947
5947
|
|
|
5948
5948
|
|
|
5949
|
-
// DBG
|
|
5950
|
-
console.log(">>>>window:",window);
|
|
5951
|
-
|
|
5952
|
-
|
|
5953
5949
|
if(typeof(require)!=="undefined" && typeof(fs)==="undefined" ){
|
|
5954
5950
|
window.fs=require("fs");
|
|
5955
|
-
|
|
5956
|
-
// DBG
|
|
5957
|
-
console.log(">>>>window.fs:",window.fs);
|
|
5958
|
-
|
|
5959
5951
|
}
|
|
5960
5952
|
|
|
5961
5953
|
fs=window.fs;
|
|
5962
|
-
////
|
|
5963
|
-
|
|
5964
5954
|
|
|
5965
5955
|
// Nodejs filesystem utils :
|
|
5966
5956
|
if(typeof(fs)==="undefined"){
|
aotrautils-srv/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils-srv",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1808",
|
|
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)",
|