aotrautils 0.0.1057 → 0.0.1058
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 COMMONS library associated with aotra version : «1_29072022-2359 (12/10/2024-
|
3
|
+
/*utils COMMONS library associated with aotra version : «1_29072022-2359 (12/10/2024-22:19:16)»*/
|
4
4
|
/*-----------------------------------------------------------------------------*/
|
5
5
|
|
6
6
|
|
@@ -5259,7 +5259,7 @@ AOTRAUTILS_LIB_IS_LOADED=true;
|
|
5259
5259
|
|
5260
5260
|
|
5261
5261
|
|
5262
|
-
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (12/10/2024-
|
5262
|
+
/*utils CLIENT library associated with aotra version : «1_29072022-2359 (12/10/2024-22:19:16)»*/
|
5263
5263
|
/*-----------------------------------------------------------------------------*/
|
5264
5264
|
/* ## Utility global methods in a browser (htmljs) client environment.
|
5265
5265
|
*
|
@@ -12629,7 +12629,7 @@ window.createOritaMainClient=function(
|
|
12629
12629
|
// SEE http://codefoster.com/pi-basicgpio/
|
12630
12630
|
|
12631
12631
|
const GPIO_BASE_PATH = "/sys/class/gpio";
|
12632
|
-
|
12632
|
+
window.gpioUtils = {
|
12633
12633
|
open: (gpioNumber, mode, doOnSuccess = null) => {
|
12634
12634
|
|
12635
12635
|
if (!isNumber(gpioNumber) || !contains(["in", "out"], mode)) {
|
@@ -13626,7 +13626,7 @@ createOritaMicroClient=function(url, port, isNode=false, staticMicroClientIdPara
|
|
13626
13626
|
|
13627
13627
|
|
13628
13628
|
|
13629
|
-
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (12/10/2024-
|
13629
|
+
/*utils GEOMETRY library associated with aotra version : «1_29072022-2359 (12/10/2024-22:19:16)»*/
|
13630
13630
|
/*-----------------------------------------------------------------------------*/
|
13631
13631
|
|
13632
13632
|
|
@@ -14865,7 +14865,7 @@ function rayVsUnitSphereClosestPoint(p, r) {
|
|
14865
14865
|
// MUST REMAIN AT THE END OF THIS LIBRARY FILE !
|
14866
14866
|
|
14867
14867
|
AOTRAUTILS_GEOMETRY_LIB_IS_LOADED=true;
|
14868
|
-
/*utils AI library associated with aotra version : «1_29072022-2359 (12/10/2024-
|
14868
|
+
/*utils AI library associated with aotra version : «1_29072022-2359 (12/10/2024-22:19:16)»*/
|
14869
14869
|
/*-----------------------------------------------------------------------------*/
|
14870
14870
|
|
14871
14871
|
|
@@ -15009,7 +15009,7 @@ getOpenAIAPIClient=(modelName, apiURL, agentRole, defaultPrompt)=>{
|
|
15009
15009
|
|
15010
15010
|
|
15011
15011
|
|
15012
|
-
/*utils SERVER library associated with aotra version : «1_29072022-2359 (12/10/2024-
|
15012
|
+
/*utils SERVER library associated with aotra version : «1_29072022-2359 (12/10/2024-22:19:16)»*/
|
15013
15013
|
/*-----------------------------------------------------------------------------*/
|
15014
15014
|
|
15015
15015
|
|
aotrautils/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "aotrautils",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.1058",
|
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)",
|