aotrautils-srv 0.0.1640 → 0.0.1642
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 (19/05/2025-
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (19/05/2025-14:52:49)»*/
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
5
5
|
|
6
6
|
|
@@ -3811,11 +3811,11 @@ window.isNumber=function(n, strictMode=false){
|
|
3811
3811
|
if(!strictMode) return !isNaN(parseFloat(n)) && isFinite(n);
|
3812
3812
|
return !isNaN(n);
|
3813
3813
|
}
|
3814
|
-
window.isStringRepresentingFloat=function(str)
|
3814
|
+
window.isStringRepresentingFloat=function(str){
|
3815
3815
|
if(isNumber(str, true)) return true;
|
3816
3816
|
return /[0-9]+\.[0-9]*/gim.test(str);
|
3817
3817
|
}
|
3818
|
-
window.isStringRepresentingInteger=function(str)
|
3818
|
+
window.isStringRepresentingInteger=function(str){
|
3819
3819
|
if(isNumber(str, false)) return true;
|
3820
3820
|
return /[0-9]+/gim.test(str);
|
3821
3821
|
}
|
@@ -4952,7 +4952,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
4952
4952
|
|
4953
4953
|
|
4954
4954
|
|
4955
|
-
/*utils AI library associated with aotra version : «1_29072022-2359 (19/05/2025-
|
4955
|
+
/*utils AI library associated with aotra version : «1_29072022-2359 (19/05/2025-14:52:49)»*/
|
4956
4956
|
/*-----------------------------------------------------------------------------*/
|
4957
4957
|
|
4958
4958
|
|
@@ -5098,7 +5098,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
|
|
5098
5098
|
|
5099
5099
|
|
5100
5100
|
|
5101
|
-
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (19/05/2025-
|
5101
|
+
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (19/05/2025-14:52:49)»*/
|
5102
5102
|
/*-----------------------------------------------------------------------------*/
|
5103
5103
|
|
5104
5104
|
|
aotrautils-srv/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "aotrautils-srv",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.1642",
|
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)",
|