responsive-media 1.2.1 → 1.2.2

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 +18 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -870,8 +870,24 @@ responsiveState.hydrate(initialState);
870
870
 
871
871
  MIT
872
872
 
873
+ ---
874
+
873
875
  ## Author
874
876
 
875
- Danil Lisin aka Macrulez
877
+ Danil Lisin Vladimirovich aka Macrulez
878
+
879
+ GitHub: [macrulezru](https://github.com/macrulezru) · Website: [macrulez.ru/en](https://macrulez.ru/en)
880
+
881
+ Bugs and questions — [issues](https://github.com/macrulezru/responsive-media/issues)
882
+
883
+ ---
884
+
885
+ ## 💖 Support the project
886
+
887
+ Open source takes time and effort. If my work saves you time or brings value, consider supporting further development.
888
+
889
+ <a href="https://donate.cryptocloud.plus/M6O34NIN" target="_blank">
890
+ <img src="https://img.shields.io/badge/Donate-CryptoCloud-8A2BE2?style=for-the-badge&logo=cryptocurrency&logoColor=white" alt="Donate via CryptoCloud">
891
+ </a>
876
892
 
877
- GitHub: [macrulezru](https://github.com/macrulezru) · Website: [macrulez.ru](https://macrulez.ru/)
893
+ Thank you for being part of this journey. ❤️
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "responsive-media",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "A utility for reactive state based on CSS media queries. Includes integration with Vue 3 (Composition API) and React 18+.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",