@textlint/kernel
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.3.1"></a> | ||
## [3.3.1](https://github.com/textlint/textlint/compare/@textlint/kernel@3.3.0...@textlint/kernel@3.3.1) (2020-07-24) | ||
### Bug Fixes | ||
* include module ([2de05f7](https://github.com/textlint/textlint/commit/2de05f7)) | ||
<a name="3.3.0"></a> | ||
@@ -8,0 +20,0 @@ # [3.3.0](https://github.com/textlint/textlint/compare/@textlint/kernel@3.2.1...@textlint/kernel@3.3.0) (2020-07-24) |
{ | ||
"name": "@textlint/kernel", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "textlint kernel is core logic by pure JavaScript.", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"lib/", | ||
"modules/", | ||
"module/", | ||
"src/" | ||
@@ -39,8 +39,8 @@ ], | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.3.0", | ||
"@textlint/ast-tester": "^2.2.0", | ||
"@textlint/ast-traverse": "^2.2.0", | ||
"@textlint/feature-flag": "^3.2.0", | ||
"@textlint/types": "^1.4.0", | ||
"@textlint/utils": "^1.1.0", | ||
"@textlint/ast-node-types": "^4.3.1", | ||
"@textlint/ast-tester": "^2.2.1", | ||
"@textlint/ast-traverse": "^2.2.1", | ||
"@textlint/feature-flag": "^3.2.1", | ||
"@textlint/types": "^1.4.1", | ||
"@textlint/utils": "^1.1.1", | ||
"debug": "^4.1.1", | ||
@@ -52,3 +52,3 @@ "deep-equal": "^2.0.3", | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^6.2.0", | ||
"@textlint/markdown-to-ast": "^6.2.1", | ||
"@types/debug": "^4.1.5", | ||
@@ -69,3 +69,3 @@ "@types/deep-equal": "^1.0.1", | ||
}, | ||
"gitHead": "6b0b383ca2f562dfea1e4261daf9da05b7ddc29e" | ||
"gitHead": "367759aa4285d7cf6edc5d194ba1bac47c3a1487" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
565219
98120
300
11054
0
2
Updated@textlint/ast-tester@^2.2.1
Updated@textlint/types@^1.4.1
Updated@textlint/utils@^1.1.1