Skip to content

Commit

Permalink
upgrade to ts-node 9
Browse files Browse the repository at this point in the history
  • Loading branch information
wclr committed Oct 17, 2020
1 parent 80bddf9 commit 6d8a2c0
Show file tree
Hide file tree
Showing 4 changed files with 1,503 additions and 25 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ts-node-dev changelog

## 1.0.0-pre.66 (2020-10-17)

- upgrade to ts-node v9

## 1.0.0-pre.65 (2020-10-15)

- add --quiet option to silent [INFO] messages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ If you need to detect that you are running with `ts-node-dev`, check if `process
If you have an issue, please create one. But, before:
- try to check if there exits alike issues.
- try to run your code with just [ts-node](https://github.com/TypeStrong/ts-node)
- try to run your code with `--files` option enabled
- try to run your code with `--files` option enabled ([see ts-node docs](https://github.com/TypeStrong/ts-node#help-my-types-are-missing))

## Versioning

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"rimraf": "^2.6.1",
"source-map-support": "^0.5.12",
"tree-kill": "^1.2.2",
"ts-node": "^8.10.2",
"ts-node": "^9.0.0",
"tsconfig": "^7.0.0"
},
"devDependencies": {
Expand All @@ -73,6 +73,7 @@
"esm": "^3.2.22",
"fs-extra": "^9.0.1",
"mocha": "^8.1.1",
"np": "^6.5.0",
"tap": "^5.2.0",
"tape": "^5.0.1",
"touch": "^1.0.0",
Expand All @@ -89,5 +90,8 @@
"node-notifier": {
"optional": true
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}
Loading

0 comments on commit 6d8a2c0

Please sign in to comment.