aotrautils 0.0.620 → 0.0.622

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 (25/09/2023-02:02:34)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (26/09/2023-01:45:29)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -5054,7 +5054,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
5054
5054
 
5055
5055
 
5056
5056
 
5057
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (25/09/2023-02:02:34)»*/
5057
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (26/09/2023-01:45:29)»*/
5058
5058
  /*-----------------------------------------------------------------------------*/
5059
5059
  /* ## Utility global methods in a browser (htmljs) client environment.
5060
5060
  *
@@ -5089,10 +5089,9 @@ if(typeof(window)==="undefined") window=global;
5089
5089
  const APOSTROPHE="’";
5090
5090
  PERFORM_TESTS_ON_LIBRARY=false;
5091
5091
 
5092
-
5092
+ // CAUTION ! Apparently nodejs ECMAscript does not do lazy evaluation when it's for throwing declaraion exceptions (it's logical, when you think a second about it..)
5093
5093
  function isUserMediaAvailable(){
5094
- if(typeof(navigator)===undefined)
5095
- return false;
5094
+ if(typeof(navigator)===undefined) return false;
5096
5095
  return !!(navigator.mediaDevices && navigator.mediaDevices.getUserMedia && navigator.mediaDevices.enumerateDevices);
5097
5096
  }
5098
5097
 
@@ -13290,7 +13289,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
13290
13289
 
13291
13290
 
13292
13291
 
13293
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (25/09/2023-02:02:34)»*/
13292
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (26/09/2023-01:45:29)»*/
13294
13293
  /*-----------------------------------------------------------------------------*/
13295
13294
 
13296
13295
 
@@ -14529,7 +14528,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14529
14528
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14530
14529
 
14531
14530
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14532
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (25/09/2023-02:02:34)»*/
14531
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (26/09/2023-01:45:29)»*/
14533
14532
  /*-----------------------------------------------------------------------------*/
14534
14533
 
14535
14534
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.620",
3
+ "version": "0.0.622",
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)",