aotrautils 0.0.634 → 0.0.635

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 (03/10/2023-00:14:01)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (04/10/2023-19:18:13)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -3873,10 +3873,8 @@ JSON.parseRecycle=function(str){
3873
3873
 
3874
3874
 
3875
3875
  window.clone=function(obj){
3876
-
3877
- let str=JSON.stringifyDecycle(obj);
3878
- let newObj=JSON.parseRecycle(str);
3879
-
3876
+ const str=JSON.stringifyDecycle(obj);
3877
+ const newObj=JSON.parseRecycle(str);
3880
3878
  return newObj;
3881
3879
  };
3882
3880
 
@@ -5102,7 +5100,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
5102
5100
 
5103
5101
 
5104
5102
 
5105
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (03/10/2023-00:14:01)»*/
5103
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (04/10/2023-19:18:13)»*/
5106
5104
  /*-----------------------------------------------------------------------------*/
5107
5105
  /* ## Utility global methods in a browser (htmljs) client environment.
5108
5106
  *
@@ -13337,7 +13335,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
13337
13335
 
13338
13336
 
13339
13337
 
13340
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (03/10/2023-00:14:01)»*/
13338
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (04/10/2023-19:18:13)»*/
13341
13339
  /*-----------------------------------------------------------------------------*/
13342
13340
 
13343
13341
 
@@ -14576,7 +14574,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14576
14574
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14577
14575
 
14578
14576
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14579
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (03/10/2023-00:14:01)»*/
14577
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (04/10/2023-19:18:13)»*/
14580
14578
  /*-----------------------------------------------------------------------------*/
14581
14579
 
14582
14580
 
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.634",
3
+ "version": "0.0.635",
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)",