@textlint/types
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -6,2 +6,24 @@ # Change Log | ||
<a name="1.2.1"></a> | ||
## [1.2.1](https://github.com/textlint/textlint/compare/@textlint/types@1.1.5...@textlint/types@1.2.1) (2019-07-20) | ||
### Code Refactoring | ||
* **utils:** move implementation from types to utils ([#611](https://github.com/textlint/textlint/issues/611)) ([cd9adbe](https://github.com/textlint/textlint/commit/cd9adbe)) | ||
### Documentation | ||
* **types:** Update [@textlint](https://github.com/textlint)/types README ([da72b09](https://github.com/textlint/textlint/commit/da72b09)) | ||
### Features | ||
* **types:** add generics parameter to TextlintRuleReporter<T> ([#615](https://github.com/textlint/textlint/issues/615)) ([963324b](https://github.com/textlint/textlint/commit/963324b)) | ||
<a name="1.2.0"></a> | ||
@@ -8,0 +30,0 @@ # [1.2.0](https://github.com/textlint/textlint/compare/@textlint/types@1.1.5...@textlint/types@1.2.0) (2019-07-13) |
{ | ||
"name": "@textlint/types", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Type definition package for textlint", | ||
@@ -45,6 +45,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.2.3" | ||
"@textlint/ast-node-types": "^4.2.4" | ||
}, | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^6.1.4", | ||
"@textlint/markdown-to-ast": "^6.1.5", | ||
"@types/mocha": "^5.2.6", | ||
@@ -64,3 +64,3 @@ "@types/node": "^12.0.12", | ||
}, | ||
"gitHead": "400aebd64cfe8b4b21c47b529a0b46e9cd81f038" | ||
"gitHead": "4342d1e224fe20e936952497941fad874c7b7b6c" | ||
} |
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
41545