aotrautils-srv 0.0.118 → 0.0.119

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.0.0.000 (16/07/2022-15:04:01)»*/
3
+ /*utils COMMONS library associated with aotra version : «1.0.0.000 (16/07/2022-15:09:12)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -4828,7 +4828,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
4828
4828
 
4829
4829
 
4830
4830
 
4831
- /*utils SERVER library associated with aotra version : «1.0.0.000 (16/07/2022-15:04:01)»*/
4831
+ /*utils SERVER library associated with aotra version : «1.0.0.000 (16/07/2022-15:09:12)»*/
4832
4832
  /*-----------------------------------------------------------------------------*/
4833
4833
 
4834
4834
 
@@ -5090,8 +5090,7 @@ WebsocketImplementation={
5090
5090
  // DBG
5091
5091
  console.log("11111 WebsocketImplementation.Socket:",WebsocketImplementation.Socket);
5092
5092
  console.log("11111 WebsocketImplementation.WebSocket:",WebsocketImplementation.WebSocket);
5093
- console.log("11111 WebsocketImplementation.Socket:",JSON.stringify(WebsocketImplementation.Socket));
5094
- console.log("11111 WebsocketImplementation.WebSocket:",JSON.stringify(WebsocketImplementation.WebSocket));
5093
+
5095
5094
 
5096
5095
 
5097
5096
  return WebsocketImplementation;
@@ -5116,8 +5115,8 @@ WebsocketImplementation={
5116
5115
 
5117
5116
 
5118
5117
  // DBG
5119
- console.log(">>>>>>>WebsocketImplementation.Socket:",JSON.stringify(WebsocketImplementation.Socket));
5120
- console.log(">>>>>>>WebsocketImplementation.WebSocket:",JSON.stringify(WebsocketImplementation.WebSocket));
5118
+ console.log(">>>>>>>WebsocketImplementation.Socket:",WebsocketImplementation.Socket);
5119
+ console.log(">>>>>>>WebsocketImplementation.WebSocket:",WebsocketImplementation.WebSocket);
5121
5120
 
5122
5121
  // NOW : socket.io :
5123
5122
  // Loading socket.io
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils-srv",
3
- "version": "0.0.118",
3
+ "version": "0.0.119",
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)",