@textlint/markdown-to-ast
Advanced tools
Comparing version 6.2.1 to 6.2.2
@@ -6,2 +6,19 @@ # Change Log | ||
<a name="6.2.2"></a> | ||
## [6.2.2](https://github.com/textlint/textlint/compare/@textlint/markdown-to-ast@6.2.1...@textlint/markdown-to-ast@6.2.2) (2020-07-24) | ||
### Bug Fixes | ||
* **@textlint/markdown-to-ast:** fix "module" field ([b577531](https://github.com/textlint/textlint/commit/b577531)) | ||
### Tests | ||
* **@textlint/markdown-to-ast:** fix import ([03a5fdd](https://github.com/textlint/textlint/commit/03a5fdd)) | ||
<a name="6.2.1"></a> | ||
@@ -8,0 +25,0 @@ ## [6.2.1](https://github.com/textlint/textlint/compare/@textlint/markdown-to-ast@6.2.0...@textlint/markdown-to-ast@6.2.1) (2020-07-24) |
{ | ||
"name": "@textlint/markdown-to-ast", | ||
"version": "6.2.1", | ||
"version": "6.2.2", | ||
"description": "Parse Markdown to AST with location info.", | ||
@@ -15,5 +15,5 @@ "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/markdown-to-ast/", | ||
"author": "azu", | ||
"main": "lib/markdown-parser.js", | ||
"main": "lib/index.js", | ||
"module": "./module/index.js", | ||
"types": "lib/markdown-parser.d.ts", | ||
"types": "lib/index.d.ts", | ||
"directories": { | ||
@@ -65,3 +65,3 @@ "test": "test/" | ||
}, | ||
"gitHead": "367759aa4285d7cf6edc5d194ba1bac47c3a1487" | ||
"gitHead": "986f28d6435ad74f7b2745a5842926c06a849319" | ||
} |
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
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
34462
15
286
1