@textlint/kernel
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.1.2"></a> | ||
## [3.1.2](https://github.com/textlint/textlint/compare/@textlint/kernel@3.1.1...@textlint/kernel@3.1.2) (2019-01-03) | ||
### Bug Fixes | ||
* **textlint:** fix internal typing ([e2fde6c](https://github.com/textlint/textlint/commit/e2fde6c)) | ||
<a name="3.1.1"></a> | ||
@@ -8,0 +20,0 @@ ## [3.1.1](https://github.com/textlint/textlint/compare/@textlint/kernel@3.1.0...@textlint/kernel@3.1.1) (2019-01-03) |
@@ -5,3 +5,3 @@ /** | ||
import { TextlintFilterRuleContext } from "./TextlintFilterRuleContext"; | ||
import { TxtNodeType, TypeofTxtNode } from "@textlint/ast-node-types"; | ||
import { ASTNodeTypes, TypeofTxtNode } from "@textlint/ast-node-types"; | ||
/** | ||
@@ -18,3 +18,5 @@ * textlint filter rule option values is object or boolean. | ||
export declare type TextlintFilterRuleReportHandler = { | ||
[P in TxtNodeType]?: (node: TypeofTxtNode<P>) => void | Promise<any>; | ||
[P in ASTNodeTypes]?: (node: TypeofTxtNode<P>) => void | Promise<any>; | ||
} & { | ||
[index: string]: (node: any) => void | Promise<any>; | ||
}; | ||
@@ -21,0 +23,0 @@ /** |
@@ -17,2 +17,4 @@ /** | ||
[P in ASTNodeTypes]?: (node: TypeofTxtNode<P>) => void | Promise<any>; | ||
} & { | ||
[index: string]: (node: any) => void | Promise<any>; | ||
}; | ||
@@ -19,0 +21,0 @@ /** |
{ | ||
"name": "@textlint/kernel", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "textlint kernel is core logic by pure JavaScript.", | ||
@@ -35,6 +35,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.2.0", | ||
"@textlint/ast-traverse": "^2.1.1", | ||
"@textlint/feature-flag": "^3.1.1", | ||
"@textlint/types": "^1.1.1", | ||
"@textlint/ast-node-types": "^4.2.1", | ||
"@textlint/ast-traverse": "^2.1.2", | ||
"@textlint/feature-flag": "^3.1.2", | ||
"@textlint/types": "^1.1.2", | ||
"@types/bluebird": "^3.5.18", | ||
@@ -49,3 +49,3 @@ "bluebird": "^3.5.1", | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^6.1.1", | ||
"@textlint/markdown-to-ast": "^6.1.2", | ||
"@types/deep-equal": "^1.0.1", | ||
@@ -64,3 +64,3 @@ "@types/mocha": "^5.2.5", | ||
}, | ||
"gitHead": "d035d8599ae7e3713cf6cec9745afad538b82680" | ||
"gitHead": "1f82e5f9fcdb6d21aed3b316c8a8e56378fe2847" | ||
} |
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
254747
98120
4604
Updated@textlint/types@^1.1.2