@cgarciagarcia/react-query-builder 1.9.1 → 1.9.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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -106,6 +106,16 @@ const builder = useQueryBuilder(baseConfig)
106
106
  * Interaction with url query string
107
107
 
108
108
 
109
+
110
+ ## Consider supporting me
111
+
112
+ I invite you to support its creator. Your contribution will
113
+ not only help maintain and improve this package but also promote the continuous
114
+ development of quality tools and resources. You can also email me and let me know.
115
+
116
+ Paypal: [@carlosgarciadev](https://paypal.me/carlosgarciadev?country.x=AR&locale.x=es_XC)
117
+
118
+
109
119
  ## License
110
120
 
111
121
  The MIT License (MIT). Please see [License File](LICENSE) for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cgarciagarcia/react-query-builder",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",