aotrautils 0.0.1060 → 0.0.1062

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 (13/10/2024-21:37:20)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (13/10/2024-21:44:14)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -5259,7 +5259,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
5259
5259
 
5260
5260
 
5261
5261
 
5262
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (13/10/2024-21:37:20)»*/
5262
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (13/10/2024-21:44:14)»*/
5263
5263
  /*-----------------------------------------------------------------------------*/
5264
5264
  /* ## Utility global methods in a browser (htmljs) client environment.
5265
5265
  *
@@ -12855,6 +12855,13 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
12855
12855
  return "break";
12856
12856
  }
12857
12857
  });
12858
+
12859
+
12860
+ // DBG
12861
+ lognow("===============================");
12862
+ lognow("oritaClient:",oritaClient);
12863
+
12864
+
12858
12865
  if (containsVideoOrAudio) {
12859
12866
  captureWidth = nonull(oritaClient.getCaptureConfig().width, ORITA_CONSTANTS.DEFAULT_CAPTURE_WIDTH);
12860
12867
  captureHeight = nonull(oritaClient.getCaptureConfig().height, ORITA_CONSTANTS.DEFAULT_CAPTURE_HEIGHT);
@@ -13626,7 +13633,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
13626
13633
 
13627
13634
 
13628
13635
 
13629
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (13/10/2024-21:37:20)»*/
13636
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (13/10/2024-21:44:14)»*/
13630
13637
  /*-----------------------------------------------------------------------------*/
13631
13638
 
13632
13639
 
@@ -14865,7 +14872,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14865
14872
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14866
14873
 
14867
14874
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14868
- /*utils AI library associated with aotra version : «1_29072022-2359 (13/10/2024-21:37:20)»*/
14875
+ /*utils AI library associated with aotra version : «1_29072022-2359 (13/10/2024-21:44:14)»*/
14869
14876
  /*-----------------------------------------------------------------------------*/
14870
14877
 
14871
14878
 
@@ -15009,7 +15016,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
15009
15016
 
15010
15017
 
15011
15018
 
15012
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (13/10/2024-21:37:20)»*/
15019
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (13/10/2024-21:44:14)»*/
15013
15020
  /*-----------------------------------------------------------------------------*/
15014
15021
 
15015
15022
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.1060",
3
+ "version": "0.0.1062",
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)",