@textlint/markdown-to-ast
Advanced tools
Comparing version 6.2.2 to 6.2.3
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="6.2.3"></a> | ||
## [6.2.3](https://github.com/textlint/textlint/compare/@textlint/markdown-to-ast@6.2.2...@textlint/markdown-to-ast@6.2.3) (2020-07-24) | ||
### Bug Fixes | ||
* **@textlint/kernel:** fix export only type definition ([1234930](https://github.com/textlint/textlint/commit/1234930)) | ||
<a name="6.2.2"></a> | ||
@@ -8,0 +20,0 @@ ## [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) |
{ | ||
"name": "@textlint/markdown-to-ast", | ||
"version": "6.2.2", | ||
"version": "6.2.3", | ||
"description": "Parse Markdown to AST with location info.", | ||
@@ -29,3 +29,3 @@ "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/markdown-to-ast/", | ||
"build": "tsc -b && tsc -b tsconfig.module.json", | ||
"clean": "rimraf lib/ tsconfig.tsbuildinfo", | ||
"clean": "rimraf lib/ module/ tsconfig.tsbuildinfo", | ||
"example:build": "browserify example/js/index.js -o example/app/app.js", | ||
@@ -38,3 +38,3 @@ "prepublish": "npm run --if-present build", | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.3.1", | ||
"@textlint/ast-node-types": "^4.3.2", | ||
"debug": "^4.1.1", | ||
@@ -48,3 +48,3 @@ "remark-frontmatter": "^1.2.0", | ||
"devDependencies": { | ||
"@textlint/ast-tester": "^2.2.1", | ||
"@textlint/ast-tester": "^2.2.2", | ||
"@types/mocha": "^7.0.2", | ||
@@ -67,3 +67,3 @@ "@types/node": "^13.11.1", | ||
}, | ||
"gitHead": "986f28d6435ad74f7b2745a5842926c06a849319" | ||
"gitHead": "c34d79a5a9320c47965090b233b0eb2f6b565c68" | ||
} |
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
0
30299
12
223