aotrautils-srv 0.0.600 → 0.0.601

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 (24/09/2023-23:04:55)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (24/09/2023-23:09:52)»*/
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 parseJSON(strParam){
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 stringifyObject(objectToStringify){
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 (24/09/2023-23:04:55)»*/
5057
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (24/09/2023-23:09:52)»*/
5058
5058
  /*-----------------------------------------------------------------------------*/
5059
5059
 
5060
5060
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.600",
3
+ "version": "0.0.601",
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)",