aotrautils-srv 0.0.766 → 0.0.768
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 (11/02/2024-00:
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (11/02/2024-00:35:57)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -5167,7 +5167,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
5167
5167
|
|
|
5168
5168
|
|
|
5169
5169
|
|
|
5170
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (11/02/2024-00:
|
|
5170
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (11/02/2024-00:35:57)»*/
|
|
5171
5171
|
/*-----------------------------------------------------------------------------*/
|
|
5172
5172
|
|
|
5173
5173
|
|
|
@@ -5546,6 +5546,8 @@ WebsocketImplementation={
|
|
|
5546
5546
|
|
|
5547
5547
|
receptionEntryPoints:[],
|
|
5548
5548
|
|
|
5549
|
+
// DBG
|
|
5550
|
+
mouarf:true,
|
|
5549
5551
|
close:(doOnCloseServer)=>{
|
|
5550
5552
|
nodeServerInstance.serverSocket?.close(()=>{
|
|
5551
5553
|
nodeServerInstance.listenableServer?.close(doOnCloseServer);
|
aotrautils-srv/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils-srv",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.768",
|
|
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)",
|