humanization
Advanced tools
Comparing version 6.3.0 to 6.3.1
@@ -18,3 +18,3 @@ import { ProcessedCharacter } from "../process"; | ||
stroke: StrokedCharacter; | ||
previousStroke: StrokedCharacter; | ||
previousStroke?: StrokedCharacter; | ||
strokedStream: StrokedStream; | ||
@@ -21,0 +21,0 @@ }): void | Promise<any>; |
{ | ||
"name": "humanization", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"description": "To err is human", | ||
@@ -22,11 +22,11 @@ "repository": "https://github.com/dzucconi/humanization", | ||
"@commitlint/config-conventional": "8.2.0", | ||
"@semantic-release/git": "7.0.16", | ||
"@types/jest": "24.0.18", | ||
"@semantic-release/git": "7.0.17", | ||
"@types/jest": "24.0.20", | ||
"commitizen": "4.0.3", | ||
"cz-conventional-changelog": "3.0.2", | ||
"husky": "3.0.8", | ||
"husky": "3.0.9", | ||
"jest": "24.9.0", | ||
"semantic-release": "15.13.24", | ||
"semantic-release": "15.13.28", | ||
"ts-jest": "24.1.0", | ||
"typescript": "3.6.3" | ||
"typescript": "3.6.4" | ||
}, | ||
@@ -33,0 +33,0 @@ "files": [ |
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
46208