aotrautils 0.0.779 → 0.0.781

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-01:02:02)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (11/02/2024-01:47:20)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -5167,7 +5167,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
5167
5167
 
5168
5168
 
5169
5169
 
5170
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (11/02/2024-01:02:02)»*/
5170
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (11/02/2024-01:47:20)»*/
5171
5171
  /*-----------------------------------------------------------------------------*/
5172
5172
  /* ## Utility global methods in a browser (htmljs) client environment.
5173
5173
  *
@@ -13380,7 +13380,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
13380
13380
 
13381
13381
 
13382
13382
 
13383
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (11/02/2024-01:02:02)»*/
13383
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (11/02/2024-01:47:20)»*/
13384
13384
  /*-----------------------------------------------------------------------------*/
13385
13385
 
13386
13386
 
@@ -14619,7 +14619,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14619
14619
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14620
14620
 
14621
14621
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14622
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (11/02/2024-01:02:02)»*/
14622
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (11/02/2024-01:47:20)»*/
14623
14623
  /*-----------------------------------------------------------------------------*/
14624
14624
 
14625
14625
 
@@ -14947,7 +14947,7 @@ WebsocketImplementation={
14947
14947
  },
14948
14948
 
14949
14949
 
14950
- getServer_OFF:(listenableServer)=>{
14950
+ getServer:(listenableServer)=>{
14951
14951
 
14952
14952
  if(!WebsocketImplementation.isNodeContext){
14953
14953
  // TRACE
@@ -14998,8 +14998,6 @@ WebsocketImplementation={
14998
14998
 
14999
14999
  receptionEntryPoints:[],
15000
15000
 
15001
- // DBG
15002
- mouarf:true,
15003
15001
  close:(doOnCloseServer)=>{
15004
15002
  nodeServerInstance.serverSocket?.close(()=>{
15005
15003
  nodeServerInstance.listenableServer?.close(doOnCloseServer);
@@ -15280,13 +15278,6 @@ WebsocketImplementation={
15280
15278
 
15281
15279
  };
15282
15280
 
15283
- // DBG
15284
- nodeServerInstance.debug="GRUUU";
15285
- lognow("=========>nodeServerInstance",nodeServerInstance);
15286
-
15287
-
15288
-
15289
-
15290
15281
  // Join room server part protocol :
15291
15282
  nodeServerInstance.receive("protocol",(message, clientSocket)=>{
15292
15283
 
@@ -15311,9 +15302,7 @@ WebsocketImplementation={
15311
15302
  });
15312
15303
 
15313
15304
 
15314
- // DBG
15315
- lognow("~~~~~~~~~~~~~~~~~~~~nodeServerInstance:",nodeServerInstance);
15316
-
15305
+
15317
15306
  return nodeServerInstance;
15318
15307
  },
15319
15308
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.779",
3
+ "version": "0.0.781",
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)",