mother-mask 3.38.0 → 3.40.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Lightweight input masks for browser forms. Zero runtime dependencies, written in TypeScript, and published with ESM, CJS, and UMD builds.
|
|
4
4
|
|
|
5
|
-
[npm](https://www.npmjs.com/package/mother-mask) | [Documentation and live examples](https://
|
|
5
|
+
[npm](https://www.npmjs.com/package/mother-mask) | [Documentation and live examples](https://mother-mask.dan2.dev/)
|
|
6
6
|
|
|
7
7
|
Format phone numbers, dates, identifiers, and decimal inputs with static patterns,
|
|
8
8
|
custom tokens, or a mask chosen from the value. Formatting does **not** validate
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mother-mask",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.40.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Lightweight input mask library for browsers",
|
|
7
7
|
"author": "Danilo Celestino de Castro <dan2dev>",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"bugs": {
|
|
60
60
|
"url": "https://github.com/dan2dev/mother-mask/issues"
|
|
61
61
|
},
|
|
62
|
-
"homepage": "https://
|
|
62
|
+
"homepage": "https://mother-mask.dan2.dev/"
|
|
63
63
|
}
|