@textlint/types
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -6,2 +6,19 @@ # Change Log | ||
<a name="1.2.3"></a> | ||
## [1.2.3](https://github.com/textlint/textlint/compare/@textlint/types@1.2.2...@textlint/types@1.2.3) (2019-11-03) | ||
### Documentation | ||
* **textlint/types:** Add FAQ ([9652c33](https://github.com/textlint/textlint/commit/9652c33)) | ||
### Styles | ||
* update style ([dc78f87](https://github.com/textlint/textlint/commit/dc78f87)) | ||
<a name="1.2.2"></a> | ||
@@ -8,0 +25,0 @@ ## [1.2.2](https://github.com/textlint/textlint/compare/@textlint/types@1.2.1...@textlint/types@1.2.2) (2019-10-14) |
{ | ||
"name": "@textlint/types", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Type definition package for textlint", | ||
@@ -63,3 +63,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ec9110a9ee0d3fc5b1af93abcc083b447e3c9b78" | ||
"gitHead": "4b9ffc9d10baaa415eee10f974610f2dffc93c78" | ||
} |
@@ -50,5 +50,18 @@ # @textlint/types | ||
import { TextlintPluginCreator, TextlintPluginOptions, TextlintPluginProcessor, TextlintPluginProcessorConstructor } from "@textlint/types"; | ||
``` | ||
## FAQ | ||
### Occur incompatible types between `@textlint/types` and other module like `textlint-rule-helper` | ||
You should check if your `@textlint/types` dependencies is duplicated. | ||
`@textlint/types` should be deduped. | ||
``` | ||
npm ls @textlint/types | ||
``` | ||
If your dependencies is duplicated, you should update modules that are depended on `@textlint/types`. | ||
## Versioning Policy | ||
@@ -55,0 +68,0 @@ |
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
42449
107