react-pwa-hazhtech 1.0.0 → 2.0.0

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 +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -407,4 +407,10 @@ if ('serviceWorker' in navigator) {
407
407
  .catch(err => console.error('SW registration failed:', err));
408
408
  });
409
409
  }
410
- ```
410
+ ```
411
+
412
+ ## 💖 Support
413
+
414
+ If you find this package helpful, consider supporting me:
415
+
416
+ [![Donate](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-Donate-yellow?logo=buy-me-a-coffee&style=for-the-badge)](https://buymeacoffee.com/sathish.hazhtech)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-pwa-hazhtech",
3
- "version": "1.0.0",
3
+ "version": "2.0.0",
4
4
  "description": "A React library for Progressive Web App (PWA) functionality with install prompts and status tracking",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",