all-purpose-table 1.0.6 → 1.0.8

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 +2 -0
  2. package/package.json +7 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A production-grade, plug-and-play React table component with TypeScript support and zero dependencies.
4
4
 
5
+ Demos can be found at: https://apt-demos.vercel.app/
6
+
5
7
  ## ✨ Features
6
8
 
7
9
  - 🎯 **Plug and Play** - Install and use, no configuration needed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "all-purpose-table",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "A production-grade, plug-and-play React Table component with TypeScript support",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -43,5 +43,10 @@
43
43
  "@types/react-dom": "^19.2.3",
44
44
  "tsup": "^8.5.1",
45
45
  "typescript": "^5.9.3"
46
- }
46
+ },
47
+ "repository": {
48
+ "type": "git",
49
+ "url": "https://github.com/X-Marosi/all-purpose-tablel.git"
50
+ },
51
+ "homepage": "https://apt-demos.vercel.app/"
47
52
  }