dividab / tsconfig-paths

Load node modules according to tsconfig paths, in run-time or via API.
MIT License
1.8k stars 100 forks source link

NPM thinks 3.15.0 is later than 4.2.0 #261

Closed rgant closed 8 months ago

rgant commented 8 months ago
$ npm outdated
Package                      Current   Wanted   Latest  Location                                 
tsconfig-paths                 4.2.0    4.2.0   3.15.0  node_modules/tsconfig-paths              
jonaskello commented 8 months ago

Nice catch!

The latest tag was reset when I published new version of the 3.x series. I have set it back to 4.2.0 so it should be fixed now.