aotrautils-srv 0.0.782 → 0.0.783
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 (14/02/2024-22:
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (14/02/2024-22:15:09)»*/
|
|
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 (14/02/2024-22:
|
|
5170
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (14/02/2024-22:15:09)»*/
|
|
5171
5171
|
/*-----------------------------------------------------------------------------*/
|
|
5172
5172
|
|
|
5173
5173
|
|
|
@@ -6843,8 +6843,11 @@ getListManager=function(config){
|
|
|
6843
6843
|
}
|
|
6844
6844
|
|
|
6845
6845
|
|
|
6846
|
+
// NO : IN A NODE CONTEXT WITH requre("") WILL RESULT IN AN UNDEFINED FUNCTION ERROR !!!
|
|
6847
|
+
// function performHTTPRequestNode(url,httpMethod="GET",headers={},postRequestBodyOrNamedArgs=null){
|
|
6848
|
+
// USE THIS INSTEAD :
|
|
6846
6849
|
performHTTPRequestNode=function(url,httpMethod="GET",headers={},postRequestBodyOrNamedArgs=null){
|
|
6847
|
-
|
|
6850
|
+
|
|
6848
6851
|
|
|
6849
6852
|
if(!require){
|
|
6850
6853
|
// TODO : FIXME : Support also a browser context!!
|
aotrautils-srv/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils-srv",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.783",
|
|
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)",
|