@simple-table/angular 4.2.7 → 4.2.9

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![GitHub stars](https://img.shields.io/github/stars/petera2c/simple-table.svg)](https://github.com/petera2c/simple-table)
6
6
  [![License](https://img.shields.io/npm/l/@simple-table/angular.svg)](LICENSE)
7
7
 
8
- **Simple Table** is the Angular data grid and Angular table component for modern apps: standalone components, templates, Ivy-friendly bundles, and full Angular component support for cell renderers, headers, and footers. It is a **lightweight**, **high-performance** data grid with a **simple API**, **completely free features** for qualifying use, and first-class TypeScript typings for Angular 17+ projects.
8
+ Simple Table is a lightweight Angular data grid. Flat pricing (not per developer), backed by real-person support. Use Angular components for cells, headers, and footers.
9
9
 
10
10
  <div align="center">
11
11
  <img src="https://github.com/petera2c/simple-table-marketing/blob/main/src/assets/infrastructure-light.png?raw=true" alt="Simple Table Infrastructure Dashboard" width="800" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simple-table/angular",
3
- "version": "4.2.7",
3
+ "version": "4.2.9",
4
4
  "type": "module",
5
5
  "main": "./dist/fesm2022/simple-table-angular.mjs",
6
6
  "module": "./dist/fesm2022/simple-table-angular.mjs",
@@ -48,7 +48,7 @@
48
48
  "@angular/core": ">=17.0.0 <22.0.0"
49
49
  },
50
50
  "dependencies": {
51
- "simple-table-core": "workspace:*",
51
+ "simple-table-core": "4.2.9",
52
52
  "tslib": "^2.8.1"
53
53
  },
54
54
  "devDependencies": {