aotrautils-srv 0.0.436 → 0.0.437
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 (23/01/2023-
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (23/01/2023-22:06:36)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -4864,7 +4864,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
4864
4864
|
|
|
4865
4865
|
|
|
4866
4866
|
|
|
4867
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (23/01/2023-
|
|
4867
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (23/01/2023-22:06:36)»*/
|
|
4868
4868
|
/*-----------------------------------------------------------------------------*/
|
|
4869
4869
|
|
|
4870
4870
|
|
|
@@ -5790,8 +5790,8 @@ WebsocketImplementation={
|
|
|
5790
5790
|
};
|
|
5791
5791
|
|
|
5792
5792
|
// TODO : ADD TO ALL OTHER SUBSYSTEMS !
|
|
5793
|
-
if(!contains(browserInstance.receptionEntryPoints,(l)=>(l.id && receptionEntryPoint.id && l.id===receptionEntryPoint.id)))
|
|
5794
|
-
browserInstance.receptionEntryPoints.push(receptionEntryPoint);
|
|
5793
|
+
// if(!contains(browserInstance.receptionEntryPoints,(l)=>(l.id && receptionEntryPoint.id && l.id===receptionEntryPoint.id)))
|
|
5794
|
+
// browserInstance.receptionEntryPoints.push(receptionEntryPoint);
|
|
5795
5795
|
|
|
5796
5796
|
|
|
5797
5797
|
return browserInstance;
|
|
@@ -5806,19 +5806,19 @@ WebsocketImplementation={
|
|
|
5806
5806
|
// CURRENT
|
|
5807
5807
|
sendChainable:(channelNameParam, data, clientsRoomsTag=null)=>{
|
|
5808
5808
|
|
|
5809
|
-
browserInstance.send(channelNameParam, data, clientsRoomsTag);
|
|
5810
|
-
|
|
5811
|
-
const resultPromise={
|
|
5812
|
-
clientsRoomsTag:clientsRoomsTag,
|
|
5813
|
-
thenWhenReceiveMessageType:(channelNameForResponse, messageTypeForResponse, doOnIncomingMessageForResponse)=>{
|
|
5814
|
-
const listenerId=messageTypeForResponse;
|
|
5815
|
-
browserInstance.receive(channelNameForResponse, doOnIncomingMessageForResponse, this.clientsRoomsTag, listenerId);
|
|
5816
|
-
return this;
|
|
5817
|
-
}
|
|
5818
|
-
};
|
|
5819
|
-
|
|
5820
|
-
|
|
5821
|
-
return resultPromise;
|
|
5809
|
+
// browserInstance.send(channelNameParam, data, clientsRoomsTag);
|
|
5810
|
+
//
|
|
5811
|
+
// const resultPromise={
|
|
5812
|
+
// clientsRoomsTag:clientsRoomsTag,
|
|
5813
|
+
// thenWhenReceiveMessageType:(channelNameForResponse, messageTypeForResponse, doOnIncomingMessageForResponse)=>{
|
|
5814
|
+
// const listenerId=messageTypeForResponse;
|
|
5815
|
+
// browserInstance.receive(channelNameForResponse, doOnIncomingMessageForResponse, this.clientsRoomsTag, listenerId);
|
|
5816
|
+
// return this;
|
|
5817
|
+
// }
|
|
5818
|
+
// };
|
|
5819
|
+
//
|
|
5820
|
+
//
|
|
5821
|
+
// return resultPromise;
|
|
5822
5822
|
},
|
|
5823
5823
|
|
|
5824
5824
|
|
aotrautils-srv/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils-srv",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.437",
|
|
4
4
|
"main": "aotrautils-srv.build.js",
|
|
5
5
|
"description": "A library for vanilla javascript utils (server-side) used in aotra javascript CMS",
|
|
6
6
|
"author": "Jeremie Ratomposon <info@alqemia.com> (https://alqemia.com)",
|