aotrautils 0.0.311 → 0.0.313

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 (03/12/2022-16:28:09)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (03/12/2022-19:48:10)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -4827,7 +4827,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4827
4827
 
4828
4828
 
4829
4829
 
4830
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (03/12/2022-16:28:09)»*/
4830
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (03/12/2022-19:48:10)»*/
4831
4831
  /*-----------------------------------------------------------------------------*/
4832
4832
  /* ## Utility global methods in a browser (htmljs) client environment.
4833
4833
  *
@@ -12188,7 +12188,6 @@ createOritaMicroClient=function(url, port, isNode=false){
12188
12188
 
12189
12189
 
12190
12190
 
12191
-
12192
12191
  // TRACE
12193
12192
  console.log("INFO : MICRO CLIENT : Sending register request...");
12194
12193
 
@@ -12948,7 +12947,7 @@ createOritaMicroClient=function(url, port, isNode=false){
12948
12947
  };
12949
12948
 
12950
12949
 
12951
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (03/12/2022-16:28:09)»*/
12950
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (03/12/2022-19:48:10)»*/
12952
12951
  /*-----------------------------------------------------------------------------*/
12953
12952
 
12954
12953
 
@@ -14176,7 +14175,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14176
14175
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14177
14176
 
14178
14177
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14179
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (03/12/2022-16:28:09)»*/
14178
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (03/12/2022-19:48:10)»*/
14180
14179
  /*-----------------------------------------------------------------------------*/
14181
14180
 
14182
14181
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.311",
3
+ "version": "0.0.313",
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)",