@lacussoft/cpf-fmt
Advanced tools
+7
-0
| # @lacussoft/cpf-fmt | ||
| ## 1.4.4 | ||
| ### Patch Changes | ||
| - e3f479a: Update package description. | ||
| - 12cc5b1: Fix types declaration export. | ||
| ## 1.4.3 | ||
@@ -4,0 +11,0 @@ |
+1
-1
| /** | ||
| * LacusSoft :: cpf-fmt v1.4.3 | ||
| * LacusSoft :: cpf-fmt v1.4.4 | ||
| * | ||
@@ -4,0 +4,0 @@ * @author Julio L. Muller. |
| /** | ||
| * LacusSoft :: cpf-fmt v1.4.3 | ||
| * LacusSoft :: cpf-fmt v1.4.4 | ||
| * | ||
@@ -4,0 +4,0 @@ * @author Julio L. Muller. |
+3
-2
| { | ||
| "name": "@lacussoft/cpf-fmt", | ||
| "version": "1.4.3", | ||
| "description": "Utility function to format CPF (Brazilian ID document).", | ||
| "version": "1.4.4", | ||
| "description": "Utility function to format CNPJ (Brazilian personal ID)", | ||
| "license": "MIT", | ||
@@ -36,2 +36,3 @@ "author": { | ||
| ".": { | ||
| "types": "./build/index.d.ts", | ||
| "require": { | ||
@@ -38,0 +39,0 @@ "default": "./build/index.cjs" |
+17
-1
@@ -10,3 +10,3 @@ # LacusSoft :: cpf-fmt | ||
| Utility function to format CPF (Brazilian ID document). | ||
| Utility function to format CNPJ (Brazilian personal ID). | ||
@@ -84,1 +84,17 @@ ## Browser Support | ||
| ``` | ||
| ## Contributing | ||
| 1. Fork the repository | ||
| 2. Create your feature branch (`git checkout -b feature/amazing-feature`) | ||
| 3. Commit your changes (`git commit -m 'feat: add some amazing feature'`) | ||
| 4. Push to the branch (`git push origin feature/amazing-feature`) | ||
| 5. Open a Pull Request | ||
| ## Changelog | ||
| See [CHANGELOG.md](CHANGELOG.md) for a list of changes and version history. | ||
| --- | ||
| Made with ❤️ by [Lacus Solutions](https://github.com/LacusSolutions) |
88064
0.68%99
19.28%