aotrautils 0.0.1852 → 0.0.1854

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 (14/06/2026-23:53:49)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (18/06/2026-17:06:31)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -5470,7 +5470,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
5470
5470
 
5471
5471
 
5472
5472
 
5473
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (14/06/2026-23:53:49)»*/
5473
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (18/06/2026-17:06:31)»*/
5474
5474
  /*-----------------------------------------------------------------------------*/
5475
5475
  /* ## Utility global methods in a browser (htmljs) client environment.
5476
5476
  *
@@ -13294,7 +13294,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
13294
13294
 
13295
13295
 
13296
13296
 
13297
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (14/06/2026-23:53:49)»*/
13297
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (18/06/2026-17:06:31)»*/
13298
13298
  /*-----------------------------------------------------------------------------*/
13299
13299
 
13300
13300
 
@@ -14379,10 +14379,10 @@ function rayVsUnitSphereClosestPoint(p, r) {
14379
14379
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14380
14380
 
14381
14381
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14382
- /*utils 3D library associated with aotra version : «1_29072022-2359 (14/06/2026-23:53:49)»*/
14382
+ /*utils 3D library associated with aotra version : «1_29072022-2359 (18/06/2026-17:06:31)»*/
14383
14383
  /*-----------------------------------------------------------------------------*/
14384
14384
 
14385
- /*utils AI library associated with aotra version : «1_29072022-2359 (14/06/2026-23:53:49)»*/
14385
+ /*utils AI library associated with aotra version : «1_29072022-2359 (18/06/2026-17:06:31)»*/
14386
14386
  /*-----------------------------------------------------------------------------*/
14387
14387
 
14388
14388
 
@@ -14642,7 +14642,7 @@ getLLMAPIClient=(modelName, apiURL, agentRole, defaultPrompt, llmProviderName=DE
14642
14642
 
14643
14643
 
14644
14644
 
14645
- /*utils CONSOLE library associated with aotra version : «1_29072022-2359 (14/06/2026-23:53:49)»*/
14645
+ /*utils CONSOLE library associated with aotra version : «1_29072022-2359 (18/06/2026-17:06:31)»*/
14646
14646
  /*-----------------------------------------------------------------------------*/
14647
14647
 
14648
14648
 
@@ -17007,7 +17007,7 @@ WebsocketImplementation={
17007
17007
  // NODE SERVER MODE ONLY :
17008
17008
  let serverSocket;
17009
17009
  if(!WebsocketImplementation.useSocketIOImplementation){
17010
- serverSocket=new WebSocket.Server({ "server":listenableServer });
17010
+ serverSocket=new WebSocketServer({ "server":listenableServer });
17011
17011
  }else{
17012
17012
 
17013
17013
  // NOW : socket.io :
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.1852",
3
+ "version": "0.0.1854",
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)",