aotrautils 0.0.319 → 0.0.320

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-22:26:44)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (03/12/2022-23:55:15)»*/
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-22:26:44)»*/
4830
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (03/12/2022-23:55:15)»*/
4831
4831
  /*-----------------------------------------------------------------------------*/
4832
4832
  /* ## Utility global methods in a browser (htmljs) client environment.
4833
4833
  *
@@ -11410,18 +11410,7 @@ initClient=function(isNodeContext=true, useSocketIOImplementation=/*DEBUG*/false
11410
11410
  if(selfParam) doOnServerConnection.apply(selfParam,[socketToServer]);
11411
11411
  else doOnServerConnection(socketToServer);
11412
11412
  }
11413
-
11414
- // // Ping handling :
11415
- // if(useSocketIOImplementation){
11416
- // nodeClientInstance.receive("protocol",(message)=>{
11417
- // if(message.type!=="ping") return;
11418
- // nodeClientInstance.send("protocol",{type:"pong"});
11419
- //
11420
- // // DBG
11421
- // lognow("DEBUG : CLIENT : Pong sent.");
11422
- // });
11423
- // }
11424
-
11413
+
11425
11414
 
11426
11415
  });
11427
11416
 
@@ -12960,7 +12949,7 @@ createOritaMicroClient=function(url, port, isNode=false){
12960
12949
  };
12961
12950
 
12962
12951
 
12963
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (03/12/2022-22:26:44)»*/
12952
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (03/12/2022-23:55:15)»*/
12964
12953
  /*-----------------------------------------------------------------------------*/
12965
12954
 
12966
12955
 
@@ -14188,7 +14177,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14188
14177
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14189
14178
 
14190
14179
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14191
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (03/12/2022-22:26:44)»*/
14180
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (03/12/2022-23:55:15)»*/
14192
14181
  /*-----------------------------------------------------------------------------*/
14193
14182
 
14194
14183
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.319",
3
+ "version": "0.0.320",
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)",