@smartsoft001/utils 2.50.0 → 2.52.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 +34 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,14 @@
1
- # @smartsoft001/utils
1
+ # 📦 @smartsoft001/utils
2
2
 
3
- ## Usage
3
+ ![npm](https://img.shields.io/npm/v/@smartsoft001/utils) ![downloads](https://img.shields.io/npm/dm/@smartsoft001/utils)
4
+
5
+ ## 🚀 Usage
4
6
 
5
7
  `npm i @smartsoft001/utis`
6
8
 
7
- # ArrayService
9
+ ## 🛠️ Services & Methods
10
+
11
+ ### ArrayService
8
12
 
9
13
  Methods:
10
14
 
@@ -23,7 +27,7 @@ Methods:
23
27
  </tr>
24
28
  </table>
25
29
 
26
- # GuidService
30
+ ### GuidService
27
31
 
28
32
  Methods:
29
33
 
@@ -34,7 +38,7 @@ Methods:
34
38
  </tr>
35
39
  </table>
36
40
 
37
- # NipService
41
+ ### NipService
38
42
 
39
43
  Methods:
40
44
 
@@ -49,7 +53,7 @@ Methods:
49
53
  </tr>
50
54
  </table>
51
55
 
52
- # ObjectService
56
+ ### ObjectService
53
57
 
54
58
  Methods:
55
59
 
@@ -64,7 +68,7 @@ Methods:
64
68
  </tr>
65
69
  </table>
66
70
 
67
- # PasswordService
71
+ ### PasswordService
68
72
 
69
73
  Methods:
70
74
 
@@ -79,7 +83,7 @@ Methods:
79
83
  </tr>
80
84
  </table>
81
85
 
82
- # PeselService
86
+ ### PeselService
83
87
 
84
88
  Methods:
85
89
 
@@ -94,7 +98,7 @@ Methods:
94
98
  </tr>
95
99
  </table>
96
100
 
97
- # SpecificationService
101
+ ### SpecificationService
98
102
 
99
103
  Methods:
100
104
 
@@ -113,7 +117,7 @@ Methods:
113
117
  </tr>
114
118
  </table>
115
119
 
116
- # ZipCodeService
120
+ ### ZipCodeService
117
121
 
118
122
  Methods:
119
123
 
@@ -127,3 +131,23 @@ Methods:
127
131
  <td>check invalid zip code format</td>
128
132
  </tr>
129
133
  </table>
134
+
135
+ ## 🤝 Contributing
136
+
137
+ Contributions are welcome! 🎉
138
+
139
+ 1. Fork the repository.
140
+ 2. Create a feature branch: git checkout -b feature/my-new-feature.
141
+ 3. Commit your changes: git commit -m 'Add some feature'.
142
+ 4. Push to the branch: git push origin feature/my-new-feature.
143
+ Submit a pull request.
144
+
145
+ For more details, see our [Contributing Guidelines](../../../CONTRIBUTING.md).
146
+
147
+ ## 📝 Changelog
148
+
149
+ All notable changes to this project will be documented in the [CHANGELOG](../../../CHANGELOG.md).
150
+
151
+ ## 📜 License
152
+
153
+ This project is licensed under the MIT License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartsoft001/utils",
3
- "version": "2.50.0",
3
+ "version": "2.52.0",
4
4
  "dependencies": {
5
5
  "guid-typescript": "^1.0.9",
6
6
  "md5": "^2.3.0",