aotrautils-srv 0.0.498 → 0.0.499
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:
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (05/02/2023-12:43:55)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -4866,7 +4866,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
4866
4866
|
|
|
4867
4867
|
|
|
4868
4868
|
|
|
4869
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (05/02/2023-12:
|
|
4869
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (05/02/2023-12:43:55)»*/
|
|
4870
4870
|
/*-----------------------------------------------------------------------------*/
|
|
4871
4871
|
|
|
4872
4872
|
|
|
@@ -5416,7 +5416,7 @@ WebsocketImplementation={
|
|
|
5416
5416
|
const channelName=receptionEntryPoint.channelName;
|
|
5417
5417
|
clientSocket.on(channelName, (eventOrMessage)=>{
|
|
5418
5418
|
receptionEntryPoint.execute(eventOrMessage, clientSocket);
|
|
5419
|
-
};
|
|
5419
|
+
});
|
|
5420
5420
|
});
|
|
5421
5421
|
}
|
|
5422
5422
|
|
|
@@ -5713,7 +5713,7 @@ WebsocketImplementation={
|
|
|
5713
5713
|
const channelName=receptionEntryPoint.channelName;
|
|
5714
5714
|
clientSocket.on(channelName, (eventOrMessage)=>{
|
|
5715
5715
|
receptionEntryPoint.execute(eventOrMessage, clientSocket);
|
|
5716
|
-
};
|
|
5716
|
+
});
|
|
5717
5717
|
});
|
|
5718
5718
|
}
|
|
5719
5719
|
|
|
@@ -5956,7 +5956,7 @@ WebsocketImplementation={
|
|
|
5956
5956
|
const channelName=receptionEntryPoint.channelName;
|
|
5957
5957
|
clientSocket.on(channelName, (eventOrMessage)=>{
|
|
5958
5958
|
receptionEntryPoint.execute(eventOrMessage, clientSocket);
|
|
5959
|
-
};
|
|
5959
|
+
});
|
|
5960
5960
|
});
|
|
5961
5961
|
}
|
|
5962
5962
|
|
aotrautils-srv/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils-srv",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.499",
|
|
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)",
|