@quantumwake/terminal-ux-dashboard-components 0.1.5 → 0.1.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@quantumwake/terminal-ux-dashboard-components",
3
- "version": "0.1.5",
3
+ "version": "0.1.8",
4
4
  "description": "Dashboard, chart-builder and SQL-runner React components for the Alethic ISM apps. Capability-injected: the host wires the query/save/load/search fns. ui-enterprise is the source of truth; the published viewer omits the logged-in-only verbs (save/edit/load) and renders read-only.",
5
5
  "license": "MIT",
6
6
  "author": "quantumwake.io",
@@ -50,28 +50,33 @@
50
50
  "version:minor": "npm version minor && npm run release"
51
51
  },
52
52
  "peerDependencies": {
53
- "react": ">=17.0.0",
54
- "react-dom": ">=17.0.0",
55
- "lucide-react": ">=0.4.0",
56
53
  "@nivo/bar": "^0.99.0",
54
+ "@nivo/heatmap": "^0.99.0",
57
55
  "@nivo/line": "^0.99.0",
58
56
  "@nivo/pie": "^0.99.0",
59
57
  "@nivo/scatterplot": "^0.99.0",
60
- "@nivo/heatmap": "^0.99.0",
58
+ "lucide-react": ">=0.4.0",
59
+ "react": ">=17.0.0",
60
+ "react-dom": ">=17.0.0",
61
61
  "react-pivottable": ">=0.11.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@types/react": "^19.0.0",
65
- "@types/react-dom": "^19.0.0",
66
- "react": "^19.0.0",
67
- "react-dom": "^19.0.0",
68
- "lucide-react": "^0.563.0",
69
64
  "@nivo/bar": "^0.99.0",
65
+ "@nivo/heatmap": "^0.99.0",
70
66
  "@nivo/line": "^0.99.0",
71
67
  "@nivo/pie": "^0.99.0",
72
68
  "@nivo/scatterplot": "^0.99.0",
73
- "@nivo/heatmap": "^0.99.0",
69
+ "@types/react": "^19.0.0",
70
+ "@types/react-dom": "^19.0.0",
71
+ "lucide-react": "^0.563.0",
72
+ "react": "^19.0.0",
73
+ "react-dom": "^19.0.0",
74
74
  "tsup": "^8.4.0",
75
75
  "typescript": "^5.7.0"
76
+ },
77
+ "dependencies": {
78
+ "@codemirror/autocomplete": "^6.20.3",
79
+ "@codemirror/lang-sql": "^6.10.0",
80
+ "@uiw/react-codemirror": "^4.25.10"
76
81
  }
77
82
  }