@textlint/ast-traverse
Advanced tools
Comparing version 2.3.4 to 2.3.5
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.3.5](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.3.4...@textlint/ast-traverse@2.3.5) (2021-05-08) | ||
**Note:** Version bump only for package @textlint/ast-traverse | ||
## [2.3.4](https://github.com/textlint/textlint/compare/@textlint/ast-traverse@2.3.3...@textlint/ast-traverse@2.3.4) (2021-03-21) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@textlint/ast-traverse", | ||
"version": "2.3.4", | ||
"version": "2.3.5", | ||
"description": "TxtNode traverse library", | ||
@@ -39,10 +39,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.4.2" | ||
"@textlint/ast-node-types": "^4.4.3" | ||
}, | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^6.3.4", | ||
"@textlint/markdown-to-ast": "^6.3.5", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^14.14.35", | ||
"@types/node": "^14.14.44", | ||
"cross-env": "^7.0.3", | ||
"mocha": "^8.3.2", | ||
"mocha": "^8.4.0", | ||
"rimraf": "^3.0.2", | ||
@@ -56,3 +56,3 @@ "ts-node": "^9.1.1", | ||
}, | ||
"gitHead": "07c0497b387f09e41088b7f113555aa5e5451add" | ||
"gitHead": "4cb1e78aa38cd0e942c61f352ffb29bb36f80a7b" | ||
} |
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
58223