aotrautils-srv 0.0.745 → 0.0.747

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.
aotrautils-srv/README.md CHANGED
@@ -1,5 +1,6 @@
1
1
  # Aotrautils library server-side
2
- =========
2
+
3
+ ***
3
4
 
4
5
  The aotrautils-srv library to be used in plain javascript or nodejs projects. Provides useful functions like foreach, the aotest automated testing framework, and the flat map to json and json to flap map converter utils.
5
6
  Plus some useful server-side exclusive functions and methods.
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- /*utils COMMONS library associated with aotra version : «1_29072022-2359 (12/11/2023-00:49:33)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (12/11/2023-01:34:17)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -5167,7 +5167,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
5167
5167
 
5168
5168
 
5169
5169
 
5170
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (12/11/2023-00:49:33)»*/
5170
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (12/11/2023-01:34:17)»*/
5171
5171
  /*-----------------------------------------------------------------------------*/
5172
5172
 
5173
5173
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.745",
3
+ "version": "0.0.747",
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)",