@smallwebco/tinypivot-server 1.0.57 → 1.0.59
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/README.md +1 -1
- package/package.json +14 -4
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @smallwebco/tinypivot-server
|
|
2
2
|
|
|
3
|
-
Server-side handlers for TinyPivot AI Data Analyst.
|
|
3
|
+
Server-side handlers for TinyPivot's **Embedded AI Data Analyst**. Enables natural language to SQL conversion, PostgreSQL integration, and BYOK AI chat proxy.
|
|
4
4
|
|
|
5
5
|
## Two Deployment Options
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smallwebco/tinypivot-server",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"description": "
|
|
4
|
+
"version": "1.0.59",
|
|
5
|
+
"description": "Server handlers for TinyPivot Embedded AI Data Analyst - PostgreSQL integration, AI chat proxy, and natural language to SQL",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://tiny-pivot.com",
|
|
8
8
|
"repository": {
|
|
@@ -12,10 +12,20 @@
|
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"tinypivot",
|
|
15
|
+
"embedded-ai-data-analyst",
|
|
16
|
+
"ai-data-analyst",
|
|
17
|
+
"natural-language-query",
|
|
18
|
+
"text-to-sql",
|
|
19
|
+
"llm-data-analysis",
|
|
20
|
+
"conversational-analytics",
|
|
15
21
|
"ai",
|
|
16
22
|
"data-analyst",
|
|
17
23
|
"postgresql",
|
|
18
|
-
"sql"
|
|
24
|
+
"sql",
|
|
25
|
+
"byok",
|
|
26
|
+
"openai",
|
|
27
|
+
"anthropic",
|
|
28
|
+
"claude"
|
|
19
29
|
],
|
|
20
30
|
"exports": {
|
|
21
31
|
".": {
|
|
@@ -39,7 +49,7 @@
|
|
|
39
49
|
}
|
|
40
50
|
},
|
|
41
51
|
"dependencies": {
|
|
42
|
-
"@smallwebco/tinypivot-core": "1.0.
|
|
52
|
+
"@smallwebco/tinypivot-core": "1.0.59"
|
|
43
53
|
},
|
|
44
54
|
"devDependencies": {
|
|
45
55
|
"@types/pg": "^8.11.6",
|