@maskito/kit
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "@maskito/kit", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "The optional framework-agnostic Maskito's package with ready-to-use masks", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@maskito/core": "^0.0.1" | ||
"@maskito/core": "^0.3.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "main": "./src/index.js", |
@@ -6,5 +6,5 @@ export function segmentsToDate(parsedDate, parsedTime) { | ||
// needed for years less than 1900 | ||
date.setUTCFullYear(Number(year !== null && year !== void 0 ? year : '0')); | ||
date.setFullYear(Number(year !== null && year !== void 0 ? year : '0')); | ||
return date; | ||
} | ||
//# sourceMappingURL=segments-to-date.js.map |
Sorry, the diff of this file is not supported yet
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
191222