aotrautils 0.0.600 → 0.0.601

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 (23/09/2023-23:53:51)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (24/09/2023-21:30:03)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -4997,7 +4997,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4997
4997
 
4998
4998
 
4999
4999
 
5000
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (23/09/2023-23:53:51)»*/
5000
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (24/09/2023-21:30:03)»*/
5001
5001
  /*-----------------------------------------------------------------------------*/
5002
5002
  /* ## Utility global methods in a browser (htmljs) client environment.
5003
5003
  *
@@ -13281,7 +13281,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
13281
13281
 
13282
13282
 
13283
13283
 
13284
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (23/09/2023-23:53:51)»*/
13284
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (24/09/2023-21:30:03)»*/
13285
13285
  /*-----------------------------------------------------------------------------*/
13286
13286
 
13287
13287
 
@@ -14520,7 +14520,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14520
14520
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14521
14521
 
14522
14522
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14523
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (23/09/2023-23:53:51)»*/
14523
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (24/09/2023-21:30:03)»*/
14524
14524
  /*-----------------------------------------------------------------------------*/
14525
14525
 
14526
14526
 
@@ -14692,7 +14692,7 @@ function isConnected(clientSocket){
14692
14692
 
14693
14693
  // -Server :
14694
14694
 
14695
- getServerParams=function(portParam=null,certPathParam=null,keyPathParam=null){
14695
+ getServerParams=function(portParam=null, certPathParam=null, keyPathParam=null){
14696
14696
 
14697
14697
  // Node dependencies :
14698
14698
  // https=require("https");
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.600",
3
+ "version": "0.0.601",
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)",