aotrautils-srv 0.0.1808 → 0.0.1809
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:52:10)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -1631,10 +1631,11 @@ window.PeriodicalExecuter=class PeriodicalExecuter{
|
|
|
1631
1631
|
//================================================================
|
|
1632
1632
|
|
|
1633
1633
|
// Node dependencies :
|
|
1634
|
-
if(typeof(require)
|
|
1635
|
-
sjcl=require("sjcl");
|
|
1636
|
-
|
|
1637
|
-
|
|
1634
|
+
if(typeof(require)!=="undefined" && typeof(sjcl)==="undefined"){
|
|
1635
|
+
window.sjcl=require("sjcl");
|
|
1636
|
+
}
|
|
1637
|
+
// For debug (WORKAROUND):
|
|
1638
|
+
sjcl=window.sjcl;
|
|
1638
1639
|
|
|
1639
1640
|
|
|
1640
1641
|
// NOT AOTESTABLE !
|
|
@@ -5075,7 +5076,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
5075
5076
|
|
|
5076
5077
|
|
|
5077
5078
|
|
|
5078
|
-
/*utils AI library associated with aotra version : «1_29072022-2359 (01/03/2026-21:
|
|
5079
|
+
/*utils AI library associated with aotra version : «1_29072022-2359 (01/03/2026-21:52:10)»*/
|
|
5079
5080
|
/*-----------------------------------------------------------------------------*/
|
|
5080
5081
|
|
|
5081
5082
|
|
|
@@ -5221,7 +5222,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
|
|
|
5221
5222
|
|
|
5222
5223
|
|
|
5223
5224
|
|
|
5224
|
-
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (01/03/2026-21:
|
|
5225
|
+
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (01/03/2026-21:52:10)»*/
|
|
5225
5226
|
/*-----------------------------------------------------------------------------*/
|
|
5226
5227
|
|
|
5227
5228
|
|
|
@@ -5949,7 +5950,7 @@ const ADD_CORS_HEADER=true;
|
|
|
5949
5950
|
if(typeof(require)!=="undefined" && typeof(fs)==="undefined" ){
|
|
5950
5951
|
window.fs=require("fs");
|
|
5951
5952
|
}
|
|
5952
|
-
|
|
5953
|
+
// For debug (WORKAROUND):
|
|
5953
5954
|
fs=window.fs;
|
|
5954
5955
|
|
|
5955
5956
|
// Nodejs filesystem utils :
|
aotrautils-srv/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils-srv",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1809",
|
|
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)",
|