aotrautils 0.0.913 → 0.0.915
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/aotrautils.build.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (07/04/2024-
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (07/04/2024-02:51:05)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -5283,7 +5283,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
5283
5283
|
|
|
5284
5284
|
|
|
5285
5285
|
|
|
5286
|
-
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (07/04/2024-
|
|
5286
|
+
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (07/04/2024-02:51:05)»*/
|
|
5287
5287
|
/*-----------------------------------------------------------------------------*/
|
|
5288
5288
|
/* ## Utility global methods in a browser (htmljs) client environment.
|
|
5289
5289
|
*
|
|
@@ -13496,7 +13496,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
|
|
|
13496
13496
|
|
|
13497
13497
|
|
|
13498
13498
|
|
|
13499
|
-
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (07/04/2024-
|
|
13499
|
+
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (07/04/2024-02:51:05)»*/
|
|
13500
13500
|
/*-----------------------------------------------------------------------------*/
|
|
13501
13501
|
|
|
13502
13502
|
|
|
@@ -14735,7 +14735,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
|
|
|
14735
14735
|
// MUST REMAIN AT THE END OF THIS LIBRARY FILE !
|
|
14736
14736
|
|
|
14737
14737
|
AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
|
|
14738
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (07/04/2024-
|
|
14738
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (07/04/2024-02:51:05)»*/
|
|
14739
14739
|
/*-----------------------------------------------------------------------------*/
|
|
14740
14740
|
|
|
14741
14741
|
|
|
@@ -16429,7 +16429,7 @@ performHTTPRequestNode=function(completeURL,httpMethod="GET",headers={},requestB
|
|
|
16429
16429
|
}
|
|
16430
16430
|
|
|
16431
16431
|
const isSecure=(!empty(completeURL) && contains(completeURL.toLowerCase(),"https://"));
|
|
16432
|
-
const httpHandler
|
|
16432
|
+
const httpHandler=isSecure?require("https"):require("http");
|
|
16433
16433
|
|
|
16434
16434
|
// Options for the HTTP request
|
|
16435
16435
|
const options = {
|
aotrautils/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.915",
|
|
4
4
|
"main": "aotrautils.build.js",
|
|
5
5
|
"description": "A library for vanilla javascript utils (client-side) used in aotra javascript CMS",
|
|
6
6
|
"author": "Jeremie Ratomposon <info@alqemia.com> (https://alqemia.com)",
|