tele_number_utils 1.0.2 → 1.0.4

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -191,6 +191,14 @@ 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 Email:** p7894727@gmail.com
199
+
200
+ (Thank you for your support 🙏)
201
+
194
202
  ## License
195
203
 
196
204
  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.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",