athena-x-ai-headless 2.2.21 → 2.2.23
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.
- package/package.json +1 -1
- package/set/df37e771-2fe6-4ef9-a0fd-ecd62e750525/269.athena-x-ai.js.LICENSE.txt +9 -0
- package/set/df37e771-2fe6-4ef9-a0fd-ecd62e750525/athena-x-ai-analytics.js +1 -1
- package/set/df37e771-2fe6-4ef9-a0fd-ecd62e750525/athena-x-ai-analytics.js.LICENSE.txt +30 -0
- package/set/df37e771-2fe6-4ef9-a0fd-ecd62e750525/athena-x-ai.js +1 -1
- package/set/df37e771-2fe6-4ef9-a0fd-ecd62e750525/athena-x-ai.js.LICENSE.txt +30 -0
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* The buffer module from node.js, for the browser.
|
|
3
|
+
*
|
|
4
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
5
|
+
* @license MIT
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Class file
|
|
12
|
+
*
|
|
13
|
+
* Typescript version 5.5.3
|
|
14
|
+
* @category SyncIT Athena XAI Analytics
|
|
15
|
+
* @package namespace
|
|
16
|
+
* @author Miljan Krstić <miljan.krstic@syncitgroup.com>
|
|
17
|
+
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
|
18
|
+
* @link https://syncitgroup.com/
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Class file
|
|
23
|
+
*
|
|
24
|
+
* Typescript version 5.5.3
|
|
25
|
+
* @category SyncIT Athena XAI Recommender
|
|
26
|
+
* @package namespace
|
|
27
|
+
* @author Miljan Krstić <miljan.krstic@syncitgroup.com>
|
|
28
|
+
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
|
29
|
+
* @link https://syncitgroup.com/
|
|
30
|
+
*/
|