Skip to content

Commit 6d8a2c0

Browse files
committed
upgrade to ts-node 9
1 parent 80bddf9 commit 6d8a2c0

File tree

4 files changed

+1503
-25
lines changed

4 files changed

+1503
-25
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ts-node-dev changelog
22

3+
## 1.0.0-pre.66 (2020-10-17)
4+
5+
- upgrade to ts-node v9
6+
37
## 1.0.0-pre.65 (2020-10-15)
48

59
- add --quiet option to silent [INFO] messages

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If you need to detect that you are running with `ts-node-dev`, check if `process
7777
If you have an issue, please create one. But, before:
7878
- try to check if there exits alike issues.
7979
- try to run your code with just [ts-node](https://github.com/TypeStrong/ts-node)
80-
- try to run your code with `--files` option enabled
80+
- try to run your code with `--files` option enabled ([see ts-node docs](https://github.com/TypeStrong/ts-node#help-my-types-are-missing))
8181

8282
## Versioning
8383

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"rimraf": "^2.6.1",
5252
"source-map-support": "^0.5.12",
5353
"tree-kill": "^1.2.2",
54-
"ts-node": "^8.10.2",
54+
"ts-node": "^9.0.0",
5555
"tsconfig": "^7.0.0"
5656
},
5757
"devDependencies": {
@@ -73,6 +73,7 @@
7373
"esm": "^3.2.22",
7474
"fs-extra": "^9.0.1",
7575
"mocha": "^8.1.1",
76+
"np": "^6.5.0",
7677
"tap": "^5.2.0",
7778
"tape": "^5.0.1",
7879
"touch": "^1.0.0",
@@ -89,5 +90,8 @@
8990
"node-notifier": {
9091
"optional": true
9192
}
93+
},
94+
"publishConfig": {
95+
"registry": "https://registry.npmjs.org"
9296
}
9397
}

0 commit comments

Comments
 (0)