aotrautils 0.0.503 → 0.0.504

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 (05/02/2023-12:43:51)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (05/02/2023-13:17:08)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -4866,7 +4866,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4866
4866
 
4867
4867
 
4868
4868
 
4869
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (05/02/2023-12:43:51)»*/
4869
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (05/02/2023-13:17:08)»*/
4870
4870
  /*-----------------------------------------------------------------------------*/
4871
4871
  /* ## Utility global methods in a browser (htmljs) client environment.
4872
4872
  *
@@ -11727,7 +11727,7 @@ createFusrodaClient=function(doOnClientReady, doOnDataReception, urlParam=null,
11727
11727
  const fusrodaClient=initClient(false,/*CAUTION : Fusroda Java server requires the SOcket IO websocket implementation !!*/true, /*doOnServerConnection*/(socketToServer)=>{
11728
11728
 
11729
11729
  // DBG
11730
- lognow("FUSRODA CLIENT : SETTING UP");
11730
+ lognow("FUSRODA CLIENT : SETTING UP...");
11731
11731
 
11732
11732
  //0)
11733
11733
  socketToServer.send("protocol", { type:"hello" });
@@ -12988,7 +12988,7 @@ createOritaMicroClient=function(url, port, isNode=false){
12988
12988
  };
12989
12989
 
12990
12990
 
12991
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (05/02/2023-12:43:51)»*/
12991
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (05/02/2023-13:17:08)»*/
12992
12992
  /*-----------------------------------------------------------------------------*/
12993
12993
 
12994
12994
 
@@ -14216,7 +14216,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14216
14216
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14217
14217
 
14218
14218
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14219
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (05/02/2023-12:43:51)»*/
14219
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (05/02/2023-13:17:08)»*/
14220
14220
  /*-----------------------------------------------------------------------------*/
14221
14221
 
14222
14222
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.503",
3
+ "version": "0.0.504",
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)",