aotrautils 0.0.259 → 0.0.261

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:39:12)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (27/09/2022-02:11:28)»*/
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:39:12)»*/
4830
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (27/09/2022-02:11:28)»*/
4831
4831
  /*-----------------------------------------------------------------------------*/
4832
4832
  /* ## Utility global methods in a browser (htmljs) client environment.
4833
4833
  *
@@ -12029,6 +12029,9 @@ createOritaMainClient=function(
12029
12029
 
12030
12030
 
12031
12031
  oritaClient.client.socketToServer.receive("communication", (message)=>{
12032
+
12033
+ // DBG
12034
+ lognow("MAIN CLIENT RECEIVED COMMUNICATION :",message);
12032
12035
 
12033
12036
  // We execute eventual on message events listeners :
12034
12037
  foreach(oritaClient.onCommunicationEventListeners, (e)=>{
@@ -12945,7 +12948,7 @@ createOritaMicroClient=function(url, port, isNode=false){
12945
12948
  };
12946
12949
 
12947
12950
 
12948
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (27/09/2022-01:39:12)»*/
12951
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (27/09/2022-02:11:28)»*/
12949
12952
  /*-----------------------------------------------------------------------------*/
12950
12953
 
12951
12954
 
@@ -14173,7 +14176,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14173
14176
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14174
14177
 
14175
14178
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14176
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (27/09/2022-01:39:12)»*/
14179
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (27/09/2022-02:11:28)»*/
14177
14180
  /*-----------------------------------------------------------------------------*/
14178
14181
 
14179
14182
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.259",
3
+ "version": "0.0.261",
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)",