@smallwebco/tinypivot-react 1.0.55 → 1.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.
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@smallwebco/tinypivot-react",
3
3
  "type": "module",
4
- "version": "1.0.55",
5
- "description": "TinyPivot React - AI-ready data grid, pivot table, and chart builder. Natural language data exploration with BYOK. Under 40KB gzipped.",
4
+ "version": "1.0.58",
5
+ "description": "TinyPivot React - Embedded AI Data Analyst component. Ask questions in plain English, get SQL-powered insights. AI-enabled data grid with pivot tables, charts, and BYOK. Under 40KB gzipped.",
6
6
  "author": "Small Web, LLC",
7
7
  "license": "SEE LICENSE IN LICENSE.md",
8
8
  "homepage": "https://github.com/Small-Web-Co/tinypivot",
@@ -14,9 +14,17 @@
14
14
  "url": "https://github.com/Small-Web-Co/tinypivot/issues"
15
15
  },
16
16
  "keywords": [
17
+ "embedded-ai-data-analyst",
18
+ "ai-enabled-data-grid",
17
19
  "ai-data-analyst",
20
+ "conversational-analytics",
18
21
  "natural-language-query",
22
+ "text-to-sql",
23
+ "llm-data-analysis",
19
24
  "byok",
25
+ "bring-your-own-key",
26
+ "embedded-analytics",
27
+ "conversational-bi",
20
28
  "react",
21
29
  "react-component",
22
30
  "datagrid",
@@ -63,7 +71,7 @@
63
71
  "@tanstack/react-table": "^8.20.0",
64
72
  "apexcharts": "^4.3.0",
65
73
  "react-apexcharts": "^1.6.0",
66
- "@smallwebco/tinypivot-core": "1.0.55"
74
+ "@smallwebco/tinypivot-core": "1.0.58"
67
75
  },
68
76
  "devDependencies": {
69
77
  "@types/react": "^18.2.0",