aotrautils-srv 0.0.571 → 0.0.573

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 (06/09/2023-03:03:53)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (07/09/2023-00:00:38)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -2053,7 +2053,7 @@ window.foreach=function(arrayOfValues,doOnEachFunction,
2053
2053
  if(returnedObjectOrCommand){
2054
2054
  if(returnedObjectOrCommand==="continue"){
2055
2055
  continue;
2056
- }else if(returnedObjectOrCommand==="return"){
2056
+ }else if(returnedObjectOrCommand==="break" || returnedObjectOrCommand==="return"){
2057
2057
  return;
2058
2058
  }else{
2059
2059
  return returnedObjectOrCommand;
@@ -4975,7 +4975,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4975
4975
 
4976
4976
 
4977
4977
 
4978
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (06/09/2023-03:03:53)»*/
4978
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (07/09/2023-00:00:38)»*/
4979
4979
  /*-----------------------------------------------------------------------------*/
4980
4980
 
4981
4981
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.571",
3
+ "version": "0.0.573",
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)",