aotrautils 0.0.1882 → 0.0.1883
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 +13 -8
- 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 (19/06/2026-
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (19/06/2026-21:43:59)»*/
|
|
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 (19/06/2026-
|
|
5473
|
+
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (19/06/2026-21:43:59)»*/
|
|
5474
5474
|
/*-----------------------------------------------------------------------------*/
|
|
5475
5475
|
/* ## Utility global methods in a browser (htmljs) client environment.
|
|
5476
5476
|
*
|
|
@@ -13288,7 +13288,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
|
|
|
13288
13288
|
|
|
13289
13289
|
|
|
13290
13290
|
|
|
13291
|
-
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (19/06/2026-
|
|
13291
|
+
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (19/06/2026-21:43:59)»*/
|
|
13292
13292
|
/*-----------------------------------------------------------------------------*/
|
|
13293
13293
|
|
|
13294
13294
|
|
|
@@ -14373,10 +14373,10 @@ function rayVsUnitSphereClosestPoint(p, r) {
|
|
|
14373
14373
|
// MUST REMAIN AT THE END OF THIS LIBRARY FILE !
|
|
14374
14374
|
|
|
14375
14375
|
AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
|
|
14376
|
-
/*utils 3D library associated with aotra version : «1_29072022-2359 (19/06/2026-
|
|
14376
|
+
/*utils 3D library associated with aotra version : «1_29072022-2359 (19/06/2026-21:43:59)»*/
|
|
14377
14377
|
/*-----------------------------------------------------------------------------*/
|
|
14378
14378
|
|
|
14379
|
-
/*utils AI library associated with aotra version : «1_29072022-2359 (19/06/2026-
|
|
14379
|
+
/*utils AI library associated with aotra version : «1_29072022-2359 (19/06/2026-21:43:59)»*/
|
|
14380
14380
|
/*-----------------------------------------------------------------------------*/
|
|
14381
14381
|
|
|
14382
14382
|
|
|
@@ -14636,7 +14636,7 @@ getLLMAPIClient=(modelName, apiURL, agentRole, defaultPrompt, llmProviderName=DE
|
|
|
14636
14636
|
|
|
14637
14637
|
|
|
14638
14638
|
|
|
14639
|
-
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (19/06/2026-
|
|
14639
|
+
/*utils CONSOLE library associated with aotra version : «1_29072022-2359 (19/06/2026-21:43:59)»*/
|
|
14640
14640
|
/*-----------------------------------------------------------------------------*/
|
|
14641
14641
|
|
|
14642
14642
|
|
|
@@ -17006,7 +17006,11 @@ WebsocketImplementation={
|
|
|
17006
17006
|
// TRACE
|
|
17007
17007
|
lognow("ERROR : «ws» CONSOLE SERVER library not found. Cannot launch nodejs server. Aborting.");
|
|
17008
17008
|
|
|
17009
|
-
serverSocket=new window.WebSocketServer.WebSocketServer({
|
|
17009
|
+
//serverSocket=new window.WebSocketServer.WebSocketServer({
|
|
17010
|
+
serverSocket=new window.WebSocketServer.Server({
|
|
17011
|
+
server:listenableServer,
|
|
17012
|
+
perMessageDeflate: false,
|
|
17013
|
+
});
|
|
17010
17014
|
// DOES NOT WORK ANYMORE :
|
|
17011
17015
|
// serverSocket=new WebSocket.Server({ "server":listenableServer });
|
|
17012
17016
|
|
|
@@ -17096,7 +17100,8 @@ WebsocketImplementation={
|
|
|
17096
17100
|
clientSocket=new WebSocket(serverURL+":"+port,/*WORKAROUND:*/{
|
|
17097
17101
|
// CAUTION : SECURITY BREACH :
|
|
17098
17102
|
// BUT ALSO NECESSARY TO ALLOW SELF-SIGNED CERTIFICATES USAGE WITH THE YESBOT SYSTEM ON DEV ENVIRONMENTS !
|
|
17099
|
-
|
|
17103
|
+
// (ONLY FOR DEV ENVIRONMENTS :)
|
|
17104
|
+
rejectUnauthorized:contains(serverURL, "localhost"), // (THIS IS A KNOWN SECURITY BREACH)
|
|
17100
17105
|
secure: isSecure
|
|
17101
17106
|
});
|
|
17102
17107
|
|
aotrautils/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1883",
|
|
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)",
|