aotrautils 0.0.257 → 0.0.258

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 (27/09/2022-01:09:03)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (27/09/2022-01:30:21)»*/
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 (27/09/2022-01:09:03)»*/
4830
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (27/09/2022-01:30:21)»*/
4831
4831
  /*-----------------------------------------------------------------------------*/
4832
4832
  /* ## Utility global methods in a browser (htmljs) client environment.
4833
4833
  *
@@ -12056,6 +12056,14 @@ createOritaMainClient=function(
12056
12056
 
12057
12057
 
12058
12058
 
12059
+ oritaClient.start=()=>{
12060
+
12061
+ // DELEGATED START HERE !!:
12062
+ oritaClient.client.start();
12063
+ return oritaClient;
12064
+ };
12065
+
12066
+
12059
12067
 
12060
12068
 
12061
12069
  return oritaClient;
@@ -12937,7 +12945,7 @@ createOritaMicroClient=function(url, port, isNode=false){
12937
12945
  };
12938
12946
 
12939
12947
 
12940
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (27/09/2022-01:09:03)»*/
12948
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (27/09/2022-01:30:21)»*/
12941
12949
  /*-----------------------------------------------------------------------------*/
12942
12950
 
12943
12951
 
@@ -14165,7 +14173,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14165
14173
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14166
14174
 
14167
14175
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14168
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (27/09/2022-01:09:03)»*/
14176
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (27/09/2022-01:30:21)»*/
14169
14177
  /*-----------------------------------------------------------------------------*/
14170
14178
 
14171
14179
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.257",
3
+ "version": "0.0.258",
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)",