@textlint/kernel
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="2.0.7"></a> | ||
## [2.0.7](https://github.com/textlint/textlint/compare/@textlint/kernel@2.0.6...@textlint/kernel@2.0.7) (2018-03-25) | ||
### Chores | ||
* **test:** use `ts-node-test-register` for TypeScript testing ([be746d8](https://github.com/textlint/textlint/commit/be746d8)), closes [#451](https://github.com/textlint/textlint/issues/451) | ||
<a name="2.0.6"></a> | ||
@@ -8,0 +19,0 @@ ## [2.0.6](https://github.com/textlint/textlint/compare/@textlint/kernel@2.0.5...@textlint/kernel@2.0.6) (2018-01-27) |
{ | ||
"name": "@textlint/kernel", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "textlint kernel is core logic by pure JavaScript.", | ||
@@ -36,4 +36,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^4.0.1", | ||
"@textlint/ast-traverse": "^2.0.5", | ||
"@textlint/ast-node-types": "^4.0.2", | ||
"@textlint/ast-traverse": "^2.0.6", | ||
"@textlint/feature-flag": "^3.0.4", | ||
@@ -48,4 +48,4 @@ "@types/bluebird": "^3.5.18", | ||
"devDependencies": { | ||
"@textlint/markdown-to-ast": "^6.0.5", | ||
"@textlint/textlint-plugin-markdown": "^4.0.7", | ||
"@textlint/markdown-to-ast": "^6.0.6", | ||
"@textlint/textlint-plugin-markdown": "^4.0.8", | ||
"@types/mocha": "^2.2.43", | ||
@@ -60,2 +60,3 @@ "@types/node": "^8.0.28", | ||
"ts-node": "^3.3.0", | ||
"ts-node-test-register": "^1.0.1", | ||
"typescript": "~2.6.1", | ||
@@ -62,0 +63,0 @@ "unist-util-select": "^1.5.0" |
273652
14
+ Addedcall-bound@1.0.4(transitive)
- Removedcall-bound@1.0.3(transitive)