aotrautils 0.0.619 → 0.0.620

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 (25/09/2023-01:56:46)»*/
3
+ /*utils COMMONS library associated with aotra version : «1_29072022-2359 (25/09/2023-02:02:34)»*/
4
4
  /*-----------------------------------------------------------------------------*/
5
5
 
6
6
 
@@ -5054,7 +5054,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
5054
5054
 
5055
5055
 
5056
5056
 
5057
- /*utils CLIENT library associated with aotra version : «1_29072022-2359 (25/09/2023-01:56:46)»*/
5057
+ /*utils CLIENT library associated with aotra version : «1_29072022-2359 (25/09/2023-02:02:34)»*/
5058
5058
  /*-----------------------------------------------------------------------------*/
5059
5059
  /* ## Utility global methods in a browser (htmljs) client environment.
5060
5060
  *
@@ -13290,7 +13290,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
13290
13290
 
13291
13291
 
13292
13292
 
13293
- /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (25/09/2023-01:56:46)»*/
13293
+ /*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (25/09/2023-02:02:34)»*/
13294
13294
  /*-----------------------------------------------------------------------------*/
13295
13295
 
13296
13296
 
@@ -14529,7 +14529,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
14529
14529
  // MUST REMAIN AT THE END OF THIS LIBRARY FILE !
14530
14530
 
14531
14531
  AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
14532
- /*utils SERVER library associated with aotra version : «1_29072022-2359 (25/09/2023-01:56:46)»*/
14532
+ /*utils SERVER library associated with aotra version : «1_29072022-2359 (25/09/2023-02:02:34)»*/
14533
14533
  /*-----------------------------------------------------------------------------*/
14534
14534
 
14535
14535
 
@@ -14846,7 +14846,7 @@ WebsocketImplementation={
14846
14846
  let dataResult=eventOrMessage;
14847
14847
 
14848
14848
  try{
14849
- dataResult=(WebsocketImplementation.useFlatStrings || isString(eventOrMessage)?parseJSOn(eventOrMessage):eventOrMessage);
14849
+ dataResult=(WebsocketImplementation.useFlatStrings || isString(eventOrMessage)?parseJSON(eventOrMessage):eventOrMessage);
14850
14850
  }catch(error1){
14851
14851
  // TRACE
14852
14852
  lognow(`ERROR : Failed to parse JSON for string «${dataResult}»`,error1);
aotrautils/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aotrautils",
3
- "version": "0.0.619",
3
+ "version": "0.0.620",
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)",