@indodev/toolkit 0.1.3 → 0.1.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 +15 -2
  2. package/package.json +11 -6
package/README.md CHANGED
@@ -1,9 +1,22 @@
1
+ <!-- # @indodev/toolkit
2
+
3
+ TypeScript utilities for Indonesian data validation and formatting.
4
+
5
+ <div align="center">
6
+
7
+ [![CI](https://github.com/choiruladamm/indo-dev-utils/actions/workflows/ci.yml/badge.svg)](https://github.com/choiruladamm/indo-dev-utils/actions) [![npm version](https://img.shields.io/npm/v/@indodev/toolkit.svg)](https://npmjs.com/package/@indodev/toolkit) [![bundle size](https://img.shields.io/bundlephobia/minzip/@indodev/toolkit)](https://bundlephobia.com/package/@indodev/toolkit) [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue)](https://typescriptlang.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
+
9
+ </div> -->
10
+
11
+ <div align="center">
12
+
1
13
  # @indodev/toolkit
2
14
 
3
15
  TypeScript utilities for Indonesian data validation and formatting.
4
16
 
5
- [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue)](https://typescriptlang.org/)
6
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
17
+ [![CI](https://github.com/choiruladamm/indo-dev-utils/actions/workflows/ci.yml/badge.svg)](https://github.com/choiruladamm/indo-dev-utils/actions) [![npm version](https://img.shields.io/npm/v/@indodev/toolkit.svg)](https://npmjs.com/package/@indodev/toolkit) [![bundle size](https://img.shields.io/bundlephobia/minzip/@indodev/toolkit)](https://bundlephobia.com/package/@indodev/toolkit) [![TypeScript](https://img.shields.io/badge/TypeScript-5.3-blue)](https://typescriptlang.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
18
+
19
+ </div>
7
20
 
8
21
  ## Why?
9
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indodev/toolkit",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Indonesian developer utilities for validation, formatting, and more",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -61,19 +61,24 @@
61
61
  "keywords": [
62
62
  "indonesia",
63
63
  "indonesian",
64
- "validation",
65
64
  "nik",
66
- "npwp",
67
- "phone",
65
+ "validation",
66
+ "phone-number",
67
+ "currency",
68
68
  "rupiah",
69
+ "terbilang",
70
+ "typescript",
69
71
  "utilities",
70
- "typescript"
72
+ "formatting",
73
+ "e-commerce",
74
+ "indonesia-utilities"
71
75
  ],
72
76
  "author": "Choirul Adam <choiruladamm@gmail.com>",
73
77
  "license": "MIT",
74
78
  "repository": {
75
79
  "type": "git",
76
- "url": "git+https://github.com/choiruladamm/indo-dev-utils.git"
80
+ "url": "git+https://github.com/choiruladamm/indo-dev-utils.git",
81
+ "directory": "packages/toolkit"
77
82
  },
78
83
  "bugs": {
79
84
  "url": "https://github.com/choiruladamm/indo-dev-utils/issues"