@textlint/kernel
Advanced tools
Comparing version 3.4.3 to 3.4.4
@@ -6,2 +6,10 @@ # Change Log | ||
## [3.4.4](https://github.com/textlint/textlint/compare/@textlint/kernel@3.4.3...@textlint/kernel@3.4.4) (2021-03-21) | ||
**Note:** Version bump only for package @textlint/kernel | ||
<a name="3.4.3"></a> | ||
@@ -8,0 +16,0 @@ ## [3.4.3](https://github.com/textlint/textlint/compare/@textlint/kernel@3.4.2...@textlint/kernel@3.4.3) (2021-03-19) |
{ | ||
"name": "@textlint/kernel", | ||
"version": "3.4.3", | ||
"version": "3.4.4", | ||
"description": "textlint kernel is core logic by pure JavaScript.", | ||
@@ -39,8 +39,8 @@ "keywords": [ | ||
"@textlint/ast-node-types": "^4.4.2", | ||
"@textlint/ast-tester": "^2.3.3", | ||
"@textlint/ast-traverse": "^2.3.3", | ||
"@textlint/feature-flag": "^3.3.3", | ||
"@textlint/source-code-fixer": "^3.4.3", | ||
"@textlint/types": "^1.5.3", | ||
"@textlint/utils": "^1.2.3", | ||
"@textlint/ast-tester": "^2.3.4", | ||
"@textlint/ast-traverse": "^2.3.4", | ||
"@textlint/feature-flag": "^3.3.4", | ||
"@textlint/source-code-fixer": "^3.4.4", | ||
"@textlint/types": "^1.5.4", | ||
"@textlint/utils": "^1.2.4", | ||
"debug": "^4.3.1", | ||
@@ -52,7 +52,7 @@ "deep-equal": "^1.1.1", | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^6.3.3", | ||
"@textlint/markdown-to-ast": "^6.3.4", | ||
"@types/debug": "^4.1.5", | ||
"@types/deep-equal": "^1.0.1", | ||
"@types/mocha": "^8.2.1", | ||
"@types/node": "^14.14.34", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^14.14.35", | ||
"@types/structured-source": "^3.0.0", | ||
@@ -69,3 +69,3 @@ "cpx": "^1.5.0", | ||
}, | ||
"gitHead": "5c40c1429736a0ed86bea07a39cb0eba31be11d4" | ||
"gitHead": "07c0497b387f09e41088b7f113555aa5e5451add" | ||
} |
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
566131
Updated@textlint/ast-tester@^2.3.4
Updated@textlint/types@^1.5.4
Updated@textlint/utils@^1.2.4