aotrautils 0.0.825 → 0.0.827
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.
- aotrautils/aotrautils.build.js +10 -11
- aotrautils/package.json +1 -1
aotrautils/aotrautils.build.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (25/02/2024-
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (25/02/2024-22:18:19)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -5283,7 +5283,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
5283
5283
|
|
|
5284
5284
|
|
|
5285
5285
|
|
|
5286
|
-
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (25/02/2024-
|
|
5286
|
+
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (25/02/2024-22:18:19)»*/
|
|
5287
5287
|
/*-----------------------------------------------------------------------------*/
|
|
5288
5288
|
/* ## Utility global methods in a browser (htmljs) client environment.
|
|
5289
5289
|
*
|
|
@@ -13496,7 +13496,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
|
|
|
13496
13496
|
|
|
13497
13497
|
|
|
13498
13498
|
|
|
13499
|
-
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (25/02/2024-
|
|
13499
|
+
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (25/02/2024-22:18:19)»*/
|
|
13500
13500
|
/*-----------------------------------------------------------------------------*/
|
|
13501
13501
|
|
|
13502
13502
|
|
|
@@ -14735,7 +14735,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
|
|
|
14735
14735
|
// MUST REMAIN AT THE END OF THIS LIBRARY FILE !
|
|
14736
14736
|
|
|
14737
14737
|
AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
|
|
14738
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (25/02/2024-
|
|
14738
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (25/02/2024-22:18:19)»*/
|
|
14739
14739
|
/*-----------------------------------------------------------------------------*/
|
|
14740
14740
|
|
|
14741
14741
|
|
|
@@ -15093,9 +15093,14 @@ WebsocketImplementation={
|
|
|
15093
15093
|
serverSocket.on("endConnection",()=>{
|
|
15094
15094
|
serverSocket.disconnect();
|
|
15095
15095
|
});
|
|
15096
|
+
}
|
|
15097
|
+
|
|
15098
|
+
serverSocket.on("error",(error)=>{
|
|
15096
15099
|
|
|
15100
|
+
// TRACE
|
|
15101
|
+
lognow("ERROR : An error occurred when trying to start the server : ",error);
|
|
15097
15102
|
|
|
15098
|
-
}
|
|
15103
|
+
});
|
|
15099
15104
|
|
|
15100
15105
|
// NODE SERVER INSTANCE :
|
|
15101
15106
|
const nodeServerInstance={
|
|
@@ -15994,12 +15999,6 @@ launchNodeHTTPServer=function(port, doOnConnect=null, doOnFinalizeServer=null, /
|
|
|
15994
15999
|
listenableServer=httpServer;
|
|
15995
16000
|
}
|
|
15996
16001
|
|
|
15997
|
-
listenableServer.on("error",(error)=>{
|
|
15998
|
-
|
|
15999
|
-
// TRACE
|
|
16000
|
-
lognow("ERROR : An error occurred when trying to start the server : ",error);
|
|
16001
|
-
|
|
16002
|
-
});
|
|
16003
16002
|
|
|
16004
16003
|
const server=WebsocketImplementation.getStatic(true).getServer(listenableServer);
|
|
16005
16004
|
|
aotrautils/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.827",
|
|
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)",
|