tele_number_utils 1.0.2 → 1.0.3

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 +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -191,6 +191,18 @@ Feel free to open an issue or PR to improve country detection, formatting option
191
191
 
192
192
  ---
193
193
 
194
+ ## ☕ Support the Project
195
+
196
+ If this package helps you, you can support my work ❤️
197
+
198
+ ### 💳 Payoneer
199
+
200
+ If you prefer Payoneer, you can send support to:
201
+
202
+ - **Payoneer Email:** p7894727@gmail.com
203
+
204
+ (Thank you for your support 🙏)
205
+
194
206
  ## License
195
207
 
196
208
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tele_number_utils",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",