@simple-table/svelte 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/svelte.svg)](LICENSE)
7
7
 
8
- **Simple Table** is the Svelte data grid and Svelte table component for fast UIs: Svelte 5+, reactive components, idiomatic templates, and full Svelte 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 strong TypeScript typings for data-heavy Svelte apps.
8
+ Simple Table is a lightweight Svelte data grid. Flat pricing (not per developer), backed by real-person support. Use Svelte 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/svelte",
3
- "version": "4.2.7",
3
+ "version": "4.2.9",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/index.es.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -42,7 +42,7 @@
42
42
  "svelte": ">=5.0.0"
43
43
  },
44
44
  "dependencies": {
45
- "simple-table-core": "workspace:*"
45
+ "simple-table-core": "4.2.9"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@rollup/plugin-alias": "4.0.0",