aotrautils-srv 0.0.600 → 0.0.602
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 (
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (25/09/2023-01:04:50)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -4984,7 +4984,7 @@ JSON.recycle=function recycle($){
|
|
|
4984
4984
|
|
|
4985
4985
|
|
|
4986
4986
|
// JSON parsing management :
|
|
4987
|
-
function
|
|
4987
|
+
window.parseJSON=function(strParam){
|
|
4988
4988
|
|
|
4989
4989
|
if(!isString(strParam)) return strParam;
|
|
4990
4990
|
|
|
@@ -5030,7 +5030,7 @@ function parseJSON(strParam){
|
|
|
5030
5030
|
return null;
|
|
5031
5031
|
}
|
|
5032
5032
|
|
|
5033
|
-
function
|
|
5033
|
+
window.stringifyObject=function(objectToStringify){
|
|
5034
5034
|
|
|
5035
5035
|
if(nothing(objectToStringify)) return null;
|
|
5036
5036
|
|
|
@@ -5054,7 +5054,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
5054
5054
|
|
|
5055
5055
|
|
|
5056
5056
|
|
|
5057
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (
|
|
5057
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (25/09/2023-01:04:50)»*/
|
|
5058
5058
|
/*-----------------------------------------------------------------------------*/
|
|
5059
5059
|
|
|
5060
5060
|
|
aotrautils-srv/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils-srv",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.602",
|
|
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)",
|