@react-input/number-format
Advanced tools
Comparing version 1.0.23 to 1.0.24
{ | ||
"name": "@react-input/number-format", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"author": "Nikolay Goncharuk <goncharuk.bro@gmail.com>", | ||
@@ -88,10 +88,9 @@ "description": "React input component for formatted number input with locale-specific.", | ||
"scripts": { | ||
"remove:dist": "ts-node ../../scripts/remove-dist.ts", | ||
"clear:types": "ts-node ../../scripts/clear-types.ts", | ||
"restore:dist": "ts-node ../../scripts/restore-dist.ts", | ||
"build:rollup": "rollup --config rollup.config.js", | ||
"build": "npm run remove:dist && npm run build:rollup && npm run clear:types && npm run restore:dist && ts-node ../../scripts/console-success.ts" | ||
"build": "ts-node ../../scripts/build.ts", | ||
"release:major": "ts-node ../../scripts/release.ts major", | ||
"release:minor": "ts-node ../../scripts/release.ts minor", | ||
"release:patch": "ts-node ../../scripts/release.ts patch" | ||
}, | ||
"dependencies": { | ||
"@react-input/core": "^1.0.9" | ||
"@react-input/core": "^1.0.10" | ||
}, | ||
@@ -98,0 +97,0 @@ "peerDependencies": { |
@@ -339,4 +339,10 @@ # @react-input/number-format | ||
You can also support the authors by donating 🪙 to the wallet for: | ||
Toncoin (TON): `UQDuf-wr5aKSbnPHd5RW0y9pVymxR-HCUeU_2GuEZQVipbvV`\ | ||
Bitcoin (BTC): `13acJP8hnusuNDuBgiuhcd56Tow5iHuXqK`\ | ||
Dollars (USDT): `TXyeRKKTr9BkhwTG1aCdbU3i84VHiju6r1` | ||
## License | ||
MIT © [Nikolay Goncharuk](https://github.com/GoncharukBro) |
49555
348
Updated@react-input/core@^1.0.10