react-native-chart-kit 7.0.0-next.3 → 7.0.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.
Files changed (1) hide show
  1. package/package.json +39 -2
package/package.json CHANGED
@@ -1,6 +1,39 @@
1
1
  {
2
2
  "name": "react-native-chart-kit",
3
- "version": "7.0.0-next.3",
3
+ "version": "7.0.0",
4
+ "description": "Composable React Native charts with SVG defaults, interaction primitives, themes, and migration-friendly APIs.",
5
+ "keywords": [
6
+ "react-native",
7
+ "react",
8
+ "chart",
9
+ "charts",
10
+ "charting",
11
+ "chart-kit",
12
+ "data-visualization",
13
+ "dataviz",
14
+ "visualization",
15
+ "graph",
16
+ "graphs",
17
+ "line-chart",
18
+ "area-chart",
19
+ "bar-chart",
20
+ "pie-chart",
21
+ "donut-chart",
22
+ "progress-chart",
23
+ "contribution-graph",
24
+ "heatmap",
25
+ "dashboard",
26
+ "analytics",
27
+ "time-series",
28
+ "mobile",
29
+ "ios",
30
+ "android",
31
+ "svg",
32
+ "react-native-svg",
33
+ "typescript",
34
+ "interactive-charts",
35
+ "accessibility"
36
+ ],
4
37
  "workspaces": [
5
38
  "packages/*",
6
39
  "apps/site"
@@ -130,9 +163,13 @@
130
163
  "node": ">=20.19.4"
131
164
  },
132
165
  "license": "MIT",
133
- "homepage": "https://github.com/chart-kit/react-native-chart-kit",
166
+ "author": "Berman Digital Ltd",
167
+ "homepage": "https://chartkit.io",
134
168
  "repository": {
135
169
  "type": "git",
136
170
  "url": "git+https://github.com/chart-kit/react-native-chart-kit.git"
171
+ },
172
+ "bugs": {
173
+ "url": "https://github.com/chart-kit/react-native-chart-kit/issues"
137
174
  }
138
175
  }