aotrautils-srv 0.0.1766 → 0.0.1767
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 (14/06/2025-13:
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (14/06/2025-13:56:40)»*/
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
5
5
|
|
6
6
|
|
@@ -3966,7 +3966,7 @@ window.setByDottedPath=(obj, path, value)=>{
|
|
3966
3966
|
try{
|
3967
3967
|
previousObject[part]=parseJSON(currentObject);
|
3968
3968
|
// We need to update the current object again...(since we have competely transformed it)
|
3969
|
-
currentObject=
|
3969
|
+
currentObject=previousObject[part];
|
3970
3970
|
}catch(error){
|
3971
3971
|
// Here we have a string, and we want to set a value inside the attribute, but it's not an object !
|
3972
3972
|
const subPathToChild=pathParts.slice(i+1);
|
@@ -5012,7 +5012,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
5012
5012
|
|
5013
5013
|
|
5014
5014
|
|
5015
|
-
/*utils AI library associated with aotra version : «1_29072022-2359 (14/06/2025-13:
|
5015
|
+
/*utils AI library associated with aotra version : «1_29072022-2359 (14/06/2025-13:56:40)»*/
|
5016
5016
|
/*-----------------------------------------------------------------------------*/
|
5017
5017
|
|
5018
5018
|
|
@@ -5158,7 +5158,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
|
|
5158
5158
|
|
5159
5159
|
|
5160
5160
|
|
5161
|
-
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (14/06/2025-13:
|
5161
|
+
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (14/06/2025-13:56:40)»*/
|
5162
5162
|
/*-----------------------------------------------------------------------------*/
|
5163
5163
|
|
5164
5164
|
|
aotrautils-srv/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "aotrautils-srv",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.1767",
|
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)",
|