aotrautils 0.0.57 → 0.0.58
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
/*utils CLIENT library associated with aotra version : «1.0.0.000 (13/07/2022-00:
|
|
3
|
+
/*utils CLIENT library associated with aotra version : «1.0.0.000 (13/07/2022-00:29:01)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
/* ## Utility global methods in a browser (htmljs) client environment.
|
|
6
6
|
*
|
|
@@ -6851,7 +6851,7 @@ createFusrodaClient=function(doOnClientReady, doOnDataReception, urlParam=null,
|
|
|
6851
6851
|
|
|
6852
6852
|
|
|
6853
6853
|
|
|
6854
|
-
/*utils GEOMETRY library associated with aotra version : «1.0.0.000 (13/07/2022-00:
|
|
6854
|
+
/*utils GEOMETRY library associated with aotra version : «1.0.0.000 (13/07/2022-00:29:01)»*/
|
|
6855
6855
|
/*-----------------------------------------------------------------------------*/
|
|
6856
6856
|
|
|
6857
6857
|
|
|
@@ -8057,7 +8057,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
|
|
|
8057
8057
|
// MUST REMAIN AT THE END OF THIS LIBRARY FILE !
|
|
8058
8058
|
|
|
8059
8059
|
AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
|
|
8060
|
-
/*utils SERVER library associated with aotra version : «1.0.0.000 (13/07/2022-00:
|
|
8060
|
+
/*utils SERVER library associated with aotra version : «1.0.0.000 (13/07/2022-00:29:01)»*/
|
|
8061
8061
|
/*-----------------------------------------------------------------------------*/
|
|
8062
8062
|
|
|
8063
8063
|
|
|
@@ -8865,6 +8865,7 @@ WebsocketImplementation={
|
|
|
8865
8865
|
|
|
8866
8866
|
// DBG
|
|
8867
8867
|
console.log("(BROWSER) SENDING... : dataWrapped :",dataWrapped);
|
|
8868
|
+
console.log("(BROWSER) SENDING... : clientSocket :",clientSocket);
|
|
8868
8869
|
|
|
8869
8870
|
|
|
8870
8871
|
dataWrapped=JSON.stringify(dataWrapped);
|
|
@@ -9357,7 +9358,7 @@ function getListManager(config){
|
|
|
9357
9358
|
|
|
9358
9359
|
|
|
9359
9360
|
|
|
9360
|
-
/*utils COMMONS library associated with aotra version : «1.0.0.000 (13/07/2022-00:
|
|
9361
|
+
/*utils COMMONS library associated with aotra version : «1.0.0.000 (13/07/2022-00:29:01)»*/
|
|
9361
9362
|
/*-----------------------------------------------------------------------------*/
|
|
9362
9363
|
|
|
9363
9364
|
|
aotrautils/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.58",
|
|
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)",
|