aotrautils 0.0.255 → 0.0.256

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/2022-17:58:54)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (25/09/2022-18:14:33)»*/
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 (25/09/2022-17:58:54)»*/
4830
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (25/09/2022-18:14:33)»*/
4831
4831
  /*-----------------------------------------------------------------------------*/
4832
4832
  /* ## Utility global methods in a browser (htmljs) client environment.
4833
4833
  *
@@ -12088,13 +12088,7 @@ createOritaMainClient=function(
12088
12088
 
12089
12089
 
12090
12090
 
12091
- createOritaMicroClient=function(){
12092
-
12093
-
12094
-
12095
-
12096
-
12097
-
12091
+ createOritaMicroClient=function(isNode=false){
12098
12092
 
12099
12093
 
12100
12094
 
@@ -12123,7 +12117,7 @@ createOritaMicroClient=function(){
12123
12117
 
12124
12118
  // Other parameters :
12125
12119
  let allMediaParametersArray;
12126
- if (!isNode && !mediasArg) {
12120
+ if(!isNode && !mediasArg){
12127
12121
  allMediaParametersArray = getMediaParametersArray(getURLParameter("medias"), getURLParameter("vr"));
12128
12122
  } else { // if we are in a node micro client context :
12129
12123
  allMediaParametersArray = getMediaParametersArray(mediasArg);
@@ -12911,7 +12905,7 @@ createOritaMicroClient=function(){
12911
12905
  };
12912
12906
 
12913
12907
 
12914
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (25/09/2022-17:58:54)»*/
12908
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (25/09/2022-18:14:33)»*/
12915
12909
  /*-----------------------------------------------------------------------------*/
12916
12910
 
12917
12911
 
@@ -14139,7 +14133,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14139
14133
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14140
14134
 
14141
14135
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14142
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (25/09/2022-17:58:54)»*/
14136
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (25/09/2022-18:14:33)»*/
14143
14137
  /*-----------------------------------------------------------------------------*/
14144
14138
 
14145
14139
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.255",
3
+ "version": "0.0.256",
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)",