aotrautils 0.0.1834 → 0.0.1835

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 (04/04/2026-17:58:02)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (04/04/2026-23:59:00)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -5140,7 +5140,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
5140
5140
 
5141
5141
 
5142
5142
 
5143
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (04/04/2026-17:58:02)»*/
5143
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (04/04/2026-23:59:00)»*/
5144
5144
  /*-----------------------------------------------------------------------------*/
5145
5145
  /* ## Utility global methods in a browser (htmljs) client environment.
5146
5146
  *
@@ -13220,7 +13220,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
13220
13220
 
13221
13221
 
13222
13222
 
13223
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (04/04/2026-17:58:02)»*/
13223
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (04/04/2026-23:59:00)»*/
13224
13224
  /*-----------------------------------------------------------------------------*/
13225
13225
 
13226
13226
 
@@ -13975,7 +13975,7 @@ window.getSunShadowProjectedPoint=function(originalPoint,angleDegreesParam,groun
13975
13975
  }
13976
13976
 
13977
13977
 
13978
- window.isInZone=function(point, zone, zoneOffsets=null, center={x:"center",y:"center",z:"center"}, invertYAxis=false, zooms=null){
13978
+ window.isInZone=function(point, zone, center={x:"center",y:"center",z:"center"}, zoneOffsets=null, invertYAxis=false, zooms=null){
13979
13979
 
13980
13980
  if(!center){
13981
13981
  center={x:"center",y:"center",z:"center"}
@@ -14549,10 +14549,10 @@ function rayVsUnitSphereClosestPoint(p, r) {
14549
14549
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14550
14550
 
14551
14551
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14552
- /*utils 3D library associated with aotra version : «1_29072022-2359 (04/04/2026-17:58:02)»*/
14552
+ /*utils 3D library associated with aotra version : «1_29072022-2359 (04/04/2026-23:59:00)»*/
14553
14553
  /*-----------------------------------------------------------------------------*/
14554
14554
 
14555
- /*utils AI library associated with aotra version : «1_29072022-2359 (04/04/2026-17:58:02)»*/
14555
+ /*utils AI library associated with aotra version : «1_29072022-2359 (04/04/2026-23:59:00)»*/
14556
14556
  /*-----------------------------------------------------------------------------*/
14557
14557
 
14558
14558
 
@@ -14698,7 +14698,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
14698
14698
 
14699
14699
 
14700
14700
 
14701
- /*utils CONSOLE library associated with aotra version : «1_29072022-2359 (04/04/2026-17:58:02)»*/
14701
+ /*utils CONSOLE library associated with aotra version : «1_29072022-2359 (04/04/2026-23:59:00)»*/
14702
14702
  /*-----------------------------------------------------------------------------*/
14703
14703
 
14704
14704
 
@@ -17042,9 +17042,6 @@ window.appendGetParameters=function(apiURL, namedArgsParam){
17042
17042
  };
17043
17043
 
17044
17044
 
17045
-
17046
-
17047
-
17048
17045
  window.startsWithUpperCase=(str)=>{
17049
17046
  if(nothing(str)) return false;
17050
17047
  return str[0].toUpperCase()===str[0];
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.1834",
3
+ "version": "0.0.1835",
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)",