aotrautils-srv 0.0.471 → 0.0.472

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 (30/01/2023-21:51:09)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (30/01/2023-21:57:59)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -4865,7 +4865,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4865
4865
 
4866
4866
 
4867
4867
 
4868
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (30/01/2023-21:51:09)»*/
4868
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (30/01/2023-21:57:59)»*/
4869
4869
  /*-----------------------------------------------------------------------------*/
4870
4870
 
4871
4871
 
@@ -4919,6 +4919,11 @@ if(typeof(window)==="undefined") window=global;
4919
4919
 
4920
4920
  const FILE_ENCODING="utf8";
4921
4921
 
4922
+ const ADD_CORS_HEADER=true;
4923
+
4924
+
4925
+
4926
+
4922
4927
 
4923
4928
  // Nodejs filesystem utils :
4924
4929
  if(typeof(fs)==="undefined"){
@@ -5981,7 +5986,6 @@ launchNodeHTTPServer=function(port, doOnConnect=null, doOnFinalizeServer=null, /
5981
5986
 
5982
5987
  const EXCLUDED_FILENAMES_PARTS=[".keyHash."];
5983
5988
 
5984
- const ADD_CORS_HEADER=true;
5985
5989
 
5986
5990
 
5987
5991
  if(typeof(https)==="undefined"){
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.471",
3
+ "version": "0.0.472",
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)",