aotrautils-srv 0.0.1688 → 0.0.1689

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 (03/06/2025-22:25:56)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (03/06/2025-22:29:40)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -3945,7 +3945,7 @@ window.getByDottedPath=(obj, path)=>{
3945
3945
  // (for arrays, it's index between dots !)
3946
3946
  window.setByDottedPath=(obj, path, value)=>{
3947
3947
  if(!contains(path,".")){
3948
- obj[path]=vale;
3948
+ obj[path]=value;
3949
3949
  }
3950
3950
  let currentObject=obj;
3951
3951
  const parts=path.split(".");
@@ -4991,7 +4991,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4991
4991
 
4992
4992
 
4993
4993
 
4994
- /*utils AI library associated with aotra version : «1_29072022-2359 (03/06/2025-22:25:56)»*/
4994
+ /*utils AI library associated with aotra version : «1_29072022-2359 (03/06/2025-22:29:40)»*/
4995
4995
  /*-----------------------------------------------------------------------------*/
4996
4996
 
4997
4997
 
@@ -5137,7 +5137,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
5137
5137
 
5138
5138
 
5139
5139
 
5140
- /*utils CONSOLE library associated with aotra version : «1_29072022-2359 (03/06/2025-22:25:56)»*/
5140
+ /*utils CONSOLE library associated with aotra version : «1_29072022-2359 (03/06/2025-22:29:40)»*/
5141
5141
  /*-----------------------------------------------------------------------------*/
5142
5142
 
5143
5143
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.1688",
3
+ "version": "0.0.1689",
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)",