aotrautils-srv 0.0.955 → 0.0.957
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 (27/04/2024-02:
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (27/04/2024-02:50:10)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -1825,7 +1825,7 @@ function generateRandomString(length,/*NULLABLE*/mode=null){
|
|
|
1825
1825
|
return result;
|
|
1826
1826
|
}
|
|
1827
1827
|
|
|
1828
|
-
function
|
|
1828
|
+
generateRandomStringFromOriginalString=function (str, randomFactor=1, mode=null){
|
|
1829
1829
|
const strLength=str.length;
|
|
1830
1830
|
const maxStrLength=strLength*randomFactor;
|
|
1831
1831
|
const numberOfCharactersToChange=Math.getRandomInt(maxStrLength);
|
|
@@ -5297,7 +5297,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
5297
5297
|
|
|
5298
5298
|
|
|
5299
5299
|
|
|
5300
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (27/04/2024-02:
|
|
5300
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (27/04/2024-02:50:10)»*/
|
|
5301
5301
|
/*-----------------------------------------------------------------------------*/
|
|
5302
5302
|
|
|
5303
5303
|
|
aotrautils-srv/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils-srv",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.957",
|
|
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)",
|