aotrautils-srv 0.0.1833 → 0.0.1835

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 (04/04/2026-17:58:07)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (05/04/2026-00:01:53)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -5140,7 +5140,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
5140
5140
 
5141
5141
 
5142
5142
 
5143
- /*utils AI library associated with aotra version : «1_29072022-2359 (04/04/2026-17:58:07)»*/
5143
+ /*utils AI library associated with aotra version : «1_29072022-2359 (05/04/2026-00:01:53)»*/
5144
5144
  /*-----------------------------------------------------------------------------*/
5145
5145
 
5146
5146
 
@@ -5286,7 +5286,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
5286
5286
 
5287
5287
 
5288
5288
 
5289
- /*utils CONSOLE library associated with aotra version : «1_29072022-2359 (04/04/2026-17:58:07)»*/
5289
+ /*utils CONSOLE library associated with aotra version : «1_29072022-2359 (05/04/2026-00:01:53)»*/
5290
5290
  /*-----------------------------------------------------------------------------*/
5291
5291
 
5292
5292
 
@@ -7630,9 +7630,6 @@ window.appendGetParameters=function(apiURL, namedArgsParam){
7630
7630
  };
7631
7631
 
7632
7632
 
7633
-
7634
-
7635
-
7636
7633
  window.startsWithUpperCase=(str)=>{
7637
7634
  if(nothing(str)) return false;
7638
7635
  return str[0].toUpperCase()===str[0];
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.1833",
3
+ "version": "0.0.1835",
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)",