vue-slottable 1.1.0 → 1.1.1

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![CI](https://github.com/muraliavarma/vue-slot-table/actions/workflows/ci.yml/badge.svg)](https://github.com/muraliavarma/vue-slot-table/actions/workflows/ci.yml)
4
4
  [![npm version](https://img.shields.io/npm/v/vue-slottable.svg)](https://www.npmjs.com/package/vue-slottable)
5
- [![license](https://img.shields.io/npm/l/vue-slottable.svg)](./LICENSE.txt)
5
+ [![license](https://img.shields.io/github/license/muraliavarma/vue-slot-table.svg)](./LICENSE)
6
6
 
7
7
  A flexible, slot-based table component for Vue 3. Define columns with scoped slots, add sticky columns, column groups, sorting, and more — with zero CSS opinions.
8
8
 
@@ -297,4 +297,4 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md).
297
297
 
298
298
  ## License
299
299
 
300
- [MIT](./LICENSE.txt)
300
+ [MIT](./LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-slottable",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A flexible, slot-based Vue 3 table component with sticky columns, column groups, and scoped slots for custom cell rendering.",
5
5
  "main": "./dist/vue-slottable.umd.js",
6
6
  "module": "./dist/vue-slottable.mjs",