@textlint/ast-traverse
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="2.1.5"></a> | ||
## [2.1.5](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.1.3...@textlint/ast-traverse@2.1.5) (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)) | ||
<a name="2.1.4"></a> | ||
@@ -8,0 +20,0 @@ ## [2.1.4](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.1.3...@textlint/ast-traverse@2.1.4) (2019-07-13) |
{ | ||
"name": "@textlint/ast-traverse", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "TxtNode traverse library", | ||
@@ -35,6 +35,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", | ||
@@ -52,3 +52,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
32894