@indodev/toolkit 0.1.2 → 0.1.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 +0 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -216,8 +216,6 @@ export default {
216
216
  | `formatNIK(nik, separator?)` | Format with separators |
217
217
  | `maskNIK(nik, options?)` | Mask for privacy |
218
218
 
219
- [Full NIK docs →](#)
220
-
221
219
  ### Phone Module
222
220
 
223
221
  | Function | Description |
@@ -227,8 +225,6 @@ export default {
227
225
  | `getOperator(phone)` | Detect operator (Telkomsel, XL, etc) |
228
226
  | `parsePhoneNumber(phone)` | Get all phone info |
229
227
 
230
- [Full Phone docs →](#)
231
-
232
228
  ### Currency Module
233
229
 
234
230
  | Function | Description |
@@ -239,8 +235,6 @@ export default {
239
235
  | `toWords(amount, options?)` | Convert to Indonesian words |
240
236
  | `roundToClean(amount, unit?)` | Round to clean amounts |
241
237
 
242
- [Full Currency docs →](#)
243
-
244
238
  ## Bundle Size
245
239
 
246
240
  | Module | Size (minified + gzipped) |
@@ -266,8 +260,6 @@ Found a bug? Want to add more Indonesian utilities?
266
260
  3. Make changes and add tests
267
261
  4. Submit a PR
268
262
 
269
- We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
270
-
271
263
  ## Roadmap
272
264
 
273
265
  - [x] NIK validation & parsing
@@ -287,7 +279,6 @@ MIT © [choiruladamm](https://github.com/choiruladamm)
287
279
 
288
280
  - 📖 [Documentation](#) (coming soon)
289
281
  - 🐛 [Report Issues](https://github.com/yourusername/indo-dev-utils/issues)
290
- - 💬 [Discussions](https://github.com/yourusername/indo-dev-utils/discussions)
291
282
 
292
283
  ---
293
284
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indodev/toolkit",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Indonesian developer utilities for validation, formatting, and more",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",