aotrautils 0.0.502 → 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:37:48)»*/
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:37:48)»*/
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:37:48)»*/
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:37:48)»*/
14219
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (05/02/2023-13:17:08)»*/
14220
14220
  /*-----------------------------------------------------------------------------*/
14221
14221
 
14222
14222
 
@@ -14766,7 +14766,7 @@ WebsocketImplementation={
14766
14766
  const channelName=receptionEntryPoint.channelName;
14767
14767
  clientSocket.on(channelName, (eventOrMessage)=>{
14768
14768
  receptionEntryPoint.execute(eventOrMessage, clientSocket);
14769
- };
14769
+ });
14770
14770
  });
14771
14771
  }
14772
14772
 
@@ -15063,7 +15063,7 @@ WebsocketImplementation={
15063
15063
  const channelName=receptionEntryPoint.channelName;
15064
15064
  clientSocket.on(channelName, (eventOrMessage)=>{
15065
15065
  receptionEntryPoint.execute(eventOrMessage, clientSocket);
15066
- };
15066
+ });
15067
15067
  });
15068
15068
  }
15069
15069
 
@@ -15306,7 +15306,7 @@ WebsocketImplementation={
15306
15306
  const channelName=receptionEntryPoint.channelName;
15307
15307
  clientSocket.on(channelName, (eventOrMessage)=>{
15308
15308
  receptionEntryPoint.execute(eventOrMessage, clientSocket);
15309
- };
15309
+ });
15310
15310
  });
15311
15311
  }
15312
15312
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.502",
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)",