@devicechain/widgets 0.14.0-0 → 0.14.0
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devicechain/widgets",
|
|
3
|
-
"version": "0.14.0
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"description": "DeviceChain presentational dashboard widgets across five channels — telemetry (time-series chart + gauge over Apache ECharts, latest card, table, label, image), alarm (table, count), control (command button), selection (entity selector), and location (map over MapLibre GL, lazily loaded, tile source supplied by the host app) — plus the renderer that lays them out. Themed via CSS custom properties, no Tailwind leakage.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"devicechain",
|
|
@@ -53,15 +53,15 @@
|
|
|
53
53
|
"echarts": "^6.0.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@devicechain/client": "0.14.0
|
|
57
|
-
"@devicechain/dashboards": "0.14.0
|
|
56
|
+
"@devicechain/client": "0.14.0",
|
|
57
|
+
"@devicechain/dashboards": "0.14.0",
|
|
58
58
|
"maplibre-gl": "^6.6.0",
|
|
59
59
|
"react": "^19.2.8",
|
|
60
60
|
"react-dom": "^19.2.8"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@devicechain/client": "0.14.0
|
|
64
|
-
"@devicechain/dashboards": "0.14.0
|
|
63
|
+
"@devicechain/client": "0.14.0",
|
|
64
|
+
"@devicechain/dashboards": "0.14.0",
|
|
65
65
|
"@testing-library/react": "^16.3.3",
|
|
66
66
|
"@types/node": "^26.4.0",
|
|
67
67
|
"@types/react": "^19.2.18",
|