aotrautils 0.0.56 → 0.0.57

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 CLIENT library associated with aotra version : «1.0.0.000 (12/07/2022-23:38:27)»*/
3
+ /*utils CLIENT library associated with aotra version : «1.0.0.000 (13/07/2022-00:15:53)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
  /* ## Utility global methods in a browser (htmljs) client environment.
6
6
  *
@@ -6851,7 +6851,7 @@ createFusrodaClient=function(doOnClientReady, doOnDataReception, urlParam=null,
6851
6851
 
6852
6852
 
6853
6853
 
6854
- /*utils GEOMETRY library associated with aotra version : «1.0.0.000 (12/07/2022-23:38:27)»*/
6854
+ /*utils GEOMETRY library associated with aotra version : «1.0.0.000 (13/07/2022-00:15:53)»*/
6855
6855
  /*-----------------------------------------------------------------------------*/
6856
6856
 
6857
6857
 
@@ -8057,7 +8057,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
8057
8057
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
8058
8058
 
8059
8059
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
8060
- /*utils SERVER library associated with aotra version : «1.0.0.000 (12/07/2022-23:38:27)»*/
8060
+ /*utils SERVER library associated with aotra version : «1.0.0.000 (13/07/2022-00:15:53)»*/
8061
8061
  /*-----------------------------------------------------------------------------*/
8062
8062
 
8063
8063
 
@@ -8863,8 +8863,8 @@ WebsocketImplementation={
8863
8863
  let dataWrapped={channelName:channelName, data:data};
8864
8864
 
8865
8865
 
8866
- // // DBG
8867
- // console.log("(BROWSER) SENDING... : dataWrapped :",dataWrapped);
8866
+ // DBG
8867
+ console.log("(BROWSER) SENDING... : dataWrapped :",dataWrapped);
8868
8868
 
8869
8869
 
8870
8870
  dataWrapped=JSON.stringify(dataWrapped);
@@ -9357,7 +9357,7 @@ function getListManager(config){
9357
9357
 
9358
9358
 
9359
9359
 
9360
- /*utils COMMONS library associated with aotra version : «1.0.0.000 (12/07/2022-23:38:27)»*/
9360
+ /*utils COMMONS library associated with aotra version : «1.0.0.000 (13/07/2022-00:15:53)»*/
9361
9361
  /*-----------------------------------------------------------------------------*/
9362
9362
 
9363
9363
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.56",
3
+ "version": "0.0.57",
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)",