klawtil 0.15.1 → 0.17.0-rc1
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.
- package/README.md +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -482,6 +482,7 @@ removeFromPosition("AAACBBB", 3, 4); // -> AAABBB
|
|
|
482
482
|
```js
|
|
483
483
|
applyMask("59650000", "00.000-000"); // -> 59.650-000
|
|
484
484
|
applyMask("99877665544", "(00) 0 0000-0000"); // -> (99) 8 7766-5544
|
|
485
|
+
applyMask('EK2KZZUJ000148', '00.000.000/0000-00'); // -> EK.2KZ.ZUJ/0001-48
|
|
485
486
|
```
|
|
486
487
|
|
|
487
488
|
### applyVars
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "klawtil",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.17.0-rc1",
|
|
4
4
|
"description": "Biblioteca de funções úteis",
|
|
5
5
|
"author": "Cláudio Medeiros <contato@klawdyo.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -42,4 +42,4 @@
|
|
|
42
42
|
"typedoc": "^0.26.3",
|
|
43
43
|
"typescript": "^4.2.3"
|
|
44
44
|
}
|
|
45
|
-
}
|
|
45
|
+
}
|