@textlint/types
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -6,2 +6,14 @@ # Change Log | ||
<a name="1.4.5"></a> | ||
## [1.4.5](https://github.com/textlint/textlint/compare/@textlint/types@1.4.4...@textlint/types@1.4.5) (2020-07-24) | ||
### Bug Fixes | ||
* improve "module" supports ([5ba5182](https://github.com/textlint/textlint/commit/5ba5182)) | ||
<a name="1.4.4"></a> | ||
@@ -8,0 +20,0 @@ ## [1.4.4](https://github.com/textlint/textlint/compare/@textlint/types@1.4.3...@textlint/types@1.4.4) (2020-07-24) |
{ | ||
"name": "@textlint/types", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "Type definition package for textlint", | ||
@@ -46,6 +46,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.3.3" | ||
"@textlint/ast-node-types": "^4.3.4" | ||
}, | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^6.2.4", | ||
"@textlint/markdown-to-ast": "^6.2.5", | ||
"@types/mocha": "^7.0.2", | ||
@@ -57,5 +57,5 @@ "@types/node": "^13.11.1", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^8.8.2", | ||
"ts-node": "^8.10.2", | ||
"ts-node-test-register": "^8.0.1", | ||
"typescript": "^3.8.3", | ||
"typescript": "^3.9.7", | ||
"unist-util-select": "^3.0.1" | ||
@@ -66,3 +66,3 @@ }, | ||
}, | ||
"gitHead": "87ddb362c0d902fd80f6f3de20de72202f0e0147" | ||
"gitHead": "a6fde3a45f9a02732dc358e16aba192b7f3610ad" | ||
} |
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
57730