@maskito/kit
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -1151,3 +1151,3 @@ import { MASKITO_DEFAULT_OPTIONS, maskitoTransform } from '@maskito/core'; | ||
}) => { | ||
if (Number.isNaN(maskitoParseNumber(value))) { | ||
if (Number.isNaN(maskitoParseNumber(value, decimalSeparator))) { | ||
return { | ||
@@ -1154,0 +1154,0 @@ value, |
{ | ||
"name": "@maskito/kit", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "The optional framework-agnostic Maskito's package with ready-to-use masks", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@maskito/core": "^1.7.0" | ||
"@maskito/core": "^1.8.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "main": "./index.umd.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
192825