simple-table-core 0.8.12 → 0.8.13

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 +17 -7
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.8.12",
2
+ "version": "0.8.13",
3
3
  "main": "dist/index.js",
4
4
  "module": "dist/index.es.js",
5
5
  "types": "dist/index.d.ts",
@@ -91,15 +91,25 @@
91
91
  "name": "simple-table-core",
92
92
  "description": "Simple Table: A lightweight, free React data grid and table component with TypeScript support, sorting, filtering, and virtualization.",
93
93
  "keywords": [
94
- "table",
95
- "grid",
96
- "react",
97
- "simple",
98
94
  "simple-table",
99
95
  "simple-table-core",
96
+ "datagrid",
97
+ "data-grid",
98
+ "data grid",
99
+ "datatable",
100
+ "data-table",
101
+ "data table",
102
+ "grid",
103
+ "table",
104
+ "reacttable",
100
105
  "react-table",
101
- "react-table-core",
106
+ "react-grid",
107
+ "react-spreadsheet",
108
+ "react",
109
+ "react data grid",
110
+ "react table",
111
+ "react-component",
102
112
  "spreadsheet",
103
- "spreadsheet-react"
113
+ "spreadsheet-table"
104
114
  ]
105
115
  }