@textlint/text-to-ast
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="3.2.2"></a> | ||
## [3.2.2](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.2.1...@textlint/text-to-ast@3.2.2) (2020-07-24) | ||
### Bug Fixes | ||
* **@textlint/kernel:** fix export only type definition ([1234930](https://github.com/textlint/textlint/commit/1234930)) | ||
<a name="3.2.1"></a> | ||
@@ -8,0 +20,0 @@ ## [3.2.1](https://github.com/textlint/textlint/compare/@textlint/text-to-ast@3.2.0...@textlint/text-to-ast@3.2.1) (2020-07-24) |
{ | ||
"name": "@textlint/text-to-ast", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"description": "Parse plain text to AST with location info.", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"build": "tsc -b && tsc -b tsconfig.module.json", | ||
"clean": "rimraf lib/ tsconfig.tsbuildinfo", | ||
"clean": "rimraf lib/ module/ tsconfig.tsbuildinfo", | ||
"crlf": "eolConverter crlf test/snapshots/crlf/input.txt", | ||
@@ -44,6 +44,6 @@ "prepublish": "npm run --if-present build", | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.3.1" | ||
"@textlint/ast-node-types": "^4.3.2" | ||
}, | ||
"devDependencies": { | ||
"@textlint/ast-tester": "^2.2.1", | ||
"@textlint/ast-tester": "^2.2.2", | ||
"cross-env": "^7.0.2", | ||
@@ -60,3 +60,3 @@ "eol-converter-cli": "^1.0.8", | ||
}, | ||
"gitHead": "367759aa4285d7cf6edc5d194ba1bac47c3a1487" | ||
"gitHead": "c34d79a5a9320c47965090b233b0eb2f6b565c68" | ||
} |
32787
16
461