aotrautils 0.0.219 → 0.0.220
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 +6 -10
- aotrautils/package.json +1 -1
aotrautils/aotrautils.build.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
/*utils COMMONS library associated with aotra version : «1.0.0.000 (
|
|
3
|
+
/*utils COMMONS library associated with aotra version : «1.0.0.000 (28/07/2022-22:52:42)»*/
|
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
// COMPATIBILITY browser javascript / nodejs environment :
|
|
26
|
-
|
|
27
26
|
if(typeof(window)==="undefined") window=global;
|
|
28
27
|
|
|
29
28
|
|
|
@@ -4828,7 +4827,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
|
4828
4827
|
|
|
4829
4828
|
|
|
4830
4829
|
|
|
4831
|
-
/*utils CLIENT library associated with aotra version : «1.0.0.000 (
|
|
4830
|
+
/*utils CLIENT library associated with aotra version : «1.0.0.000 (28/07/2022-22:52:42)»*/
|
|
4832
4831
|
/*-----------------------------------------------------------------------------*/
|
|
4833
4832
|
/* ## Utility global methods in a browser (htmljs) client environment.
|
|
4834
4833
|
*
|
|
@@ -4853,7 +4852,6 @@ if(typeof(require)!="undefined" && typeof(sjcl)=="undefined" ) sjcl = require("s
|
|
|
4853
4852
|
|
|
4854
4853
|
|
|
4855
4854
|
// COMPATIBILITY browser javascript / nodejs environment :
|
|
4856
|
-
|
|
4857
4855
|
if(typeof(window)==="undefined") window=global;
|
|
4858
4856
|
|
|
4859
4857
|
|
|
@@ -11678,7 +11676,7 @@ createFusrodaClient=function(doOnClientReady, doOnDataReception, urlParam=null,
|
|
|
11678
11676
|
|
|
11679
11677
|
|
|
11680
11678
|
|
|
11681
|
-
/*utils GEOMETRY library associated with aotra version : «1.0.0.000 (
|
|
11679
|
+
/*utils GEOMETRY library associated with aotra version : «1.0.0.000 (28/07/2022-22:52:42)»*/
|
|
11682
11680
|
/*-----------------------------------------------------------------------------*/
|
|
11683
11681
|
|
|
11684
11682
|
|
|
@@ -11701,7 +11699,6 @@ createFusrodaClient=function(doOnClientReady, doOnDataReception, urlParam=null,
|
|
|
11701
11699
|
|
|
11702
11700
|
|
|
11703
11701
|
// COMPATIBILITY browser javascript / nodejs environment :
|
|
11704
|
-
|
|
11705
11702
|
if(typeof(window)==="undefined") window=global;
|
|
11706
11703
|
|
|
11707
11704
|
|
|
@@ -12884,7 +12881,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
|
|
|
12884
12881
|
// MUST REMAIN AT THE END OF THIS LIBRARY FILE !
|
|
12885
12882
|
|
|
12886
12883
|
AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
|
|
12887
|
-
/*utils SERVER library associated with aotra version : «1.0.0.000 (
|
|
12884
|
+
/*utils SERVER library associated with aotra version : «1.0.0.000 (28/07/2022-22:52:42)»*/
|
|
12888
12885
|
/*-----------------------------------------------------------------------------*/
|
|
12889
12886
|
|
|
12890
12887
|
|
|
@@ -12908,7 +12905,6 @@ AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
|
|
|
12908
12905
|
|
|
12909
12906
|
|
|
12910
12907
|
// COMPATIBILITY browser javascript / nodejs environment :
|
|
12911
|
-
|
|
12912
12908
|
if(typeof(window)==="undefined") window=global;
|
|
12913
12909
|
|
|
12914
12910
|
|
|
@@ -12944,12 +12940,12 @@ const FILE_ENCODING="utf8";
|
|
|
12944
12940
|
if(typeof(fs)==="undefined"){
|
|
12945
12941
|
// TRACE
|
|
12946
12942
|
console.log("WARN : Could not find the nodejs dependency «fs», aborting persister setup.");
|
|
12947
|
-
|
|
12943
|
+
getPersister=()=>{ return null; };
|
|
12948
12944
|
|
|
12949
12945
|
}else{
|
|
12950
12946
|
|
|
12951
12947
|
|
|
12952
|
-
|
|
12948
|
+
getPersister=function(dataDirPath,suffix=""){
|
|
12953
12949
|
|
|
12954
12950
|
let self={
|
|
12955
12951
|
|
aotrautils/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aotrautils",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.220",
|
|
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)",
|