aotrautils 0.0.956 → 0.0.958

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 (15/04/2024-02:50:48)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (15/04/2024-03:02:33)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -5275,7 +5275,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
5275
5275
 
5276
5276
 
5277
5277
 
5278
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (15/04/2024-02:50:48)»*/
5278
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (15/04/2024-03:02:33)»*/
5279
5279
  /*-----------------------------------------------------------------------------*/
5280
5280
  /* ## Utility global methods in a browser (htmljs) client environment.
5281
5281
  *
@@ -13486,7 +13486,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
13486
13486
 
13487
13487
 
13488
13488
 
13489
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (15/04/2024-02:50:48)»*/
13489
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (15/04/2024-03:02:33)»*/
13490
13490
  /*-----------------------------------------------------------------------------*/
13491
13491
 
13492
13492
 
@@ -14725,7 +14725,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14725
14725
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14726
14726
 
14727
14727
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14728
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (15/04/2024-02:50:48)»*/
14728
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (15/04/2024-03:02:33)»*/
14729
14729
  /*-----------------------------------------------------------------------------*/
14730
14730
 
14731
14731
 
@@ -15533,6 +15533,7 @@ WebsocketImplementation={
15533
15533
  clientsRoomsTag:clientsRoomsTag,
15534
15534
  messageId:messageId,
15535
15535
  thenWhenReceiveMessageType:(channelNameForResponse, listenerConfig={messageType:"",condition:()=>true}, doOnIncomingMessageForResponse)=>{
15536
+ listenerConfig=nonull(listenerConfig,{messageType:"",condition:()=>true});
15536
15537
  const listenerId=nonull(listenerConfig.messageType,"");
15537
15538
 
15538
15539
  nodeClientInstance.receive(channelNameForResponse, (dataLocal, clientSocket)=>{
@@ -15777,6 +15778,7 @@ WebsocketImplementation={
15777
15778
  clientsRoomsTag:clientsRoomsTag,
15778
15779
  messageId:messageId,
15779
15780
  thenWhenReceiveMessageType:(channelNameForResponse, listenerConfig={messageType:"",condition:()=>true}, doOnIncomingMessageForResponse)=>{
15781
+ listenerConfig=nonull(listenerConfig,{messageType:"",condition:()=>true});
15780
15782
  const listenerId=nonull(listenerConfig.messageType,"");
15781
15783
 
15782
15784
  browserInstance.receive(channelNameForResponse, (dataLocal, clientSocket)=>{
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.956",
3
+ "version": "0.0.958",
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)",