Skip to content

Commit df4e55b

Browse files
committed
chore: change repo URL to jonaskello
1 parent e962c10 commit df4e55b

5 files changed

Lines changed: 75 additions & 75 deletions

File tree

CHANGELOG.md

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -11,61 +11,61 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
### Added
1313

14-
- Add support for tsconfig extends as array of strings. #. See PR [#245](https://github.com/dividab/tsconfig-paths/pull/245). Thanks to [@DanielSidhion](https://github.com/DanielSidhion) for this PR!
14+
- Add support for tsconfig extends as array of strings. #. See PR [#245](https://github.com/jonaskello/tsconfig-paths/pull/245). Thanks to [@DanielSidhion](https://github.com/DanielSidhion) for this PR!
1515

1616
## [3.14.2] - 2023-02-25
1717

1818
### Fixed
1919

20-
- bump JSON5 from v1.0.1 to v1.0.2 in tsconfig-paths v3.14.1 to fix CVE-2022-46175 #234. See PR [#234](https://github.com/dividab/tsconfig-paths/pull/234). Thanks to [@mihaiplesa](https://github.com/mihaiplesa) for this PR!
20+
- bump JSON5 from v1.0.1 to v1.0.2 in tsconfig-paths v3.14.1 to fix CVE-2022-46175 #234. See PR [#234](https://github.com/jonaskello/tsconfig-paths/pull/234). Thanks to [@mihaiplesa](https://github.com/mihaiplesa) for this PR!
2121

2222
## [4.1.2] - 2023-01-02
2323

2424
### Fixed
2525

26-
- Bump JSON5 dependency to 2.2.2 to fix CVE-2022-46175. See PR [#232](https://github.com/dividab/tsconfig-paths/pull/232). Thanks to [@oparisblue](https://github.com/oparisblue) for this PR!
26+
- Bump JSON5 dependency to 2.2.2 to fix CVE-2022-46175. See PR [#232](https://github.com/jonaskello/tsconfig-paths/pull/232). Thanks to [@oparisblue](https://github.com/oparisblue) for this PR!
2727

2828
## [4.1.1] - 2022-11-30
2929

3030
### Fixed
3131

32-
- Skip stat call / throwing an exception when source files don't exist. See PR [#225](https://github.com/dividab/tsconfig-paths/pull/225). Thanks to [@robstolarz](https://github.com/robstolarz) for this PR!
32+
- Skip stat call / throwing an exception when source files don't exist. See PR [#225](https://github.com/jonaskello/tsconfig-paths/pull/225). Thanks to [@robstolarz](https://github.com/robstolarz) for this PR!
3333

3434
## [4.1.0] - 2022-08-06
3535

36-
- Add support for nested main field selectors #. See PR [#218](https://github.com/dividab/tsconfig-paths/pull/218). Thanks to [@aaronadamsCA](https://github.com/aaronadamsCA) for this PR!
36+
- Add support for nested main field selectors #. See PR [#218](https://github.com/jonaskello/tsconfig-paths/pull/218). Thanks to [@aaronadamsCA](https://github.com/aaronadamsCA) for this PR!
3737

3838
## [4.0.0] - 2022-05-02
3939

4040
### Changed
4141

42-
- Ignore `--project`/`-P` CLI flag when explicit options are passed to `register`. See PR [#206](https://github.com/dividab/tsconfig-paths/pull/206).
43-
- Tolerate an undefined `baseUrl` compiler option. See PR [#208](https://github.com/dividab/tsconfig-paths/pull/208).
42+
- Ignore `--project`/`-P` CLI flag when explicit options are passed to `register`. See PR [#206](https://github.com/jonaskello/tsconfig-paths/pull/206).
43+
- Tolerate an undefined `baseUrl` compiler option. See PR [#208](https://github.com/jonaskello/tsconfig-paths/pull/208).
4444

4545
### Added
4646

47-
- Add `cwd` option to `register` function that overrides where the `tsconfig.json` search begins. See PR [#205](https://github.com/dividab/tsconfig-paths/pull/205).
48-
- Add support for `jsconfig.json`. See PR [#199](https://github.com/dividab/tsconfig-paths/pull/199). Thanks to [@F3n67u](https://github.com/F3n67u) for this PR!
49-
- Let `paths` mappings be absolute paths. See PR [#184](https://github.com/dividab/tsconfig-paths/pull/184).
50-
- Allow `baseUrl` in `tsconfig.json` to be an absolute path. See PR [#174](https://github.com/dividab/tsconfig-paths/pull/174). Thanks to [@nwalters512](https://github.com/nwalters512) for this PR!
47+
- Add `cwd` option to `register` function that overrides where the `tsconfig.json` search begins. See PR [#205](https://github.com/jonaskello/tsconfig-paths/pull/205).
48+
- Add support for `jsconfig.json`. See PR [#199](https://github.com/jonaskello/tsconfig-paths/pull/199). Thanks to [@F3n67u](https://github.com/F3n67u) for this PR!
49+
- Let `paths` mappings be absolute paths. See PR [#184](https://github.com/jonaskello/tsconfig-paths/pull/184).
50+
- Allow `baseUrl` in `tsconfig.json` to be an absolute path. See PR [#174](https://github.com/jonaskello/tsconfig-paths/pull/174). Thanks to [@nwalters512](https://github.com/nwalters512) for this PR!
5151

5252
## [3.14.1] - 2022-03-22
5353

5454
### Fixed
5555

56-
- Use minimist 1.2.6 for all depencencies becuase of pollution vulnerability. See PR [#197](https://github.com/dividab/tsconfig-paths/pull/197). Thanks to [@gopijaganthan](https://github.com/gopijaganthan) for this fix!
56+
- Use minimist 1.2.6 for all depencencies becuase of pollution vulnerability. See PR [#197](https://github.com/jonaskello/tsconfig-paths/pull/197). Thanks to [@gopijaganthan](https://github.com/gopijaganthan) for this fix!
5757

5858
## [3.14.0] - 2022-03-13
5959

6060
### Added
6161

62-
- Support for path mapping starting with `/`. See PR [#180](https://github.com/dividab/tsconfig-paths/pull/180), issue [#113](https://github.com/dividab/tsconfig-paths/issues/113), and issue [#128](https://github.com/dividab/tsconfig-paths/issues/128). Thanks to [@benevbright](https://github.com/benevbright) for this fix!
62+
- Support for path mapping starting with `/`. See PR [#180](https://github.com/jonaskello/tsconfig-paths/pull/180), issue [#113](https://github.com/jonaskello/tsconfig-paths/issues/113), and issue [#128](https://github.com/jonaskello/tsconfig-paths/issues/128). Thanks to [@benevbright](https://github.com/benevbright) for this fix!
6363

6464
## [3.13.0] - 2022-03-03
6565

6666
### Added
6767

68-
- Include file extension in paths resolved from package.json "main" field. See PR [#135](https://github.com/dividab/tsconfig-paths/pull/135) and issue [#133](https://github.com/dividab/tsconfig-paths/issues/133). Thanks to [@katywings](https://github.com/katywings) for this fix!
68+
- Include file extension in paths resolved from package.json "main" field. See PR [#135](https://github.com/jonaskello/tsconfig-paths/pull/135) and issue [#133](https://github.com/jonaskello/tsconfig-paths/issues/133). Thanks to [@katywings](https://github.com/katywings) for this fix!
6969

7070
## [3.12.0] - 2021-08-24
7171

@@ -104,85 +104,85 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
104104

105105
### Added
106106

107-
- Make extension config override instead of deep merge. See PR [#95](https://github.com/dividab/tsconfig-paths/pull/95) and issue [#94](https://github.com/dividab/tsconfig-paths/issues/94). Thanks to [@OliverJAsh](https://github.com/OliverJAsh) for this addition!
107+
- Make extension config override instead of deep merge. See PR [#95](https://github.com/jonaskello/tsconfig-paths/pull/95) and issue [#94](https://github.com/jonaskello/tsconfig-paths/issues/94). Thanks to [@OliverJAsh](https://github.com/OliverJAsh) for this addition!
108108

109109
## [3.8.0] - 2019-02-05
110110

111111
### Added
112112

113-
- Add option to avoid adding a match-all rule. See PR [#73](https://github.com/dividab/tsconfig-paths/pull/73) and issue [72](https://github.com/dividab/tsconfig-paths/issues/72). Thanks to [@Swatinem](https://github.com/Swatinem) for this addition!
113+
- Add option to avoid adding a match-all rule. See PR [#73](https://github.com/jonaskello/tsconfig-paths/pull/73) and issue [72](https://github.com/jonaskello/tsconfig-paths/issues/72). Thanks to [@Swatinem](https://github.com/Swatinem) for this addition!
114114

115115
## [3.7.0] - 2018-11-11
116116

117117
### Added
118118

119-
- Allow cleanup of register(). See PR [#64](https://github.com/dividab/tsconfig-paths/pull/64) and issue [63](https://github.com/dividab/tsconfig-paths/issues/63). Thanks to [@TylorS](https://github.com/TylorS) for this addition!
119+
- Allow cleanup of register(). See PR [#64](https://github.com/jonaskello/tsconfig-paths/pull/64) and issue [63](https://github.com/jonaskello/tsconfig-paths/issues/63). Thanks to [@TylorS](https://github.com/TylorS) for this addition!
120120

121121
## [3.6.0] - 2018-09-10
122122

123123
### Added
124124

125-
- Prefer Node's core modules over file modules. See PR [#60](https://github.com/dividab/tsconfig-paths/pull/60) and issue [56](https://github.com/dividab/tsconfig-paths/issues/56). Thanks to @ljani for this addition!
125+
- Prefer Node's core modules over file modules. See PR [#60](https://github.com/jonaskello/tsconfig-paths/pull/60) and issue [56](https://github.com/jonaskello/tsconfig-paths/issues/56). Thanks to @ljani for this addition!
126126

127127
## [3.5.0] - 2018-07-28
128128

129129
### Added
130130

131-
- Add support for trailing commas in tsconfig.json (use JSON5 to parse). See issue [#48](https://github.com/dividab/tsconfig-paths/issues/48), and PR [#58](https://github.com/dividab/tsconfig-paths/pull/58). Thanks to [@JakobJingleheimer](https://github.com/JakobJingleheimer) for this addition!
131+
- Add support for trailing commas in tsconfig.json (use JSON5 to parse). See issue [#48](https://github.com/jonaskello/tsconfig-paths/issues/48), and PR [#58](https://github.com/jonaskello/tsconfig-paths/pull/58). Thanks to [@JakobJingleheimer](https://github.com/JakobJingleheimer) for this addition!
132132

133133
## [3.4.2] - 2018-06-30
134134

135135
### Fixed
136136

137-
- Do not resolve directories, only files, sse issue [#51](https://github.com/dividab/tsconfig-paths/issues/51).
137+
- Do not resolve directories, only files, sse issue [#51](https://github.com/jonaskello/tsconfig-paths/issues/51).
138138

139139
## [3.4.1] - 2018-06-24
140140

141141
### Fixed
142142

143-
- Ignore field name mappings in package.json files that are not paths of existing files [#46](https://github.com/dividab/tsconfig-paths/pull/45). Thanks to [@christoffer](https://github.com/christoffer) for this fix!
143+
- Ignore field name mappings in package.json files that are not paths of existing files [#46](https://github.com/jonaskello/tsconfig-paths/pull/45). Thanks to [@christoffer](https://github.com/christoffer) for this fix!
144144

145145
## [3.4.0] - 2018-06-12
146146

147147
### Added
148148

149-
- Add support for providing a list of field names to try instead of just using "main", [#45](https://github.com/dividab/tsconfig-paths/pull/45). Thanks to [@christoffer-dropbox](https://github.com/christoffer-dropbox) for this addition!
149+
- Add support for providing a list of field names to try instead of just using "main", [#45](https://github.com/jonaskello/tsconfig-paths/pull/45). Thanks to [@christoffer-dropbox](https://github.com/christoffer-dropbox) for this addition!
150150

151151
## [3.3.2] - 2018-05-07
152152

153153
### Fixed
154154

155-
- Adding json file extension to extends property, [#40](https://github.com/dividab/tsconfig-paths/pull/40). Thanks to [@cwhite-connectfirst](https://github.com/cwhite-connectfirst) for this fixing this!
155+
- Adding json file extension to extends property, [#40](https://github.com/jonaskello/tsconfig-paths/pull/40). Thanks to [@cwhite-connectfirst](https://github.com/cwhite-connectfirst) for this fixing this!
156156

157157
## [3.3.1] - 2018-04-17
158158

159159
### Fixed
160160

161-
- Fix project undefined error when calling register, [#37](https://github.com/dividab/tsconfig-paths/issues/37). Thanks to [@natedanner](https://github.com/natedanner) for this fixing this!
161+
- Fix project undefined error when calling register, [#37](https://github.com/jonaskello/tsconfig-paths/issues/37). Thanks to [@natedanner](https://github.com/natedanner) for this fixing this!
162162

163163
## [3.3.0] - 2018-04-14
164164

165165
### Added
166166

167-
- Add possibility to indicate explicitly tsconfig location, [#35](https://github.com/dividab/tsconfig-paths/issues/35). Thanks to [@procopenco](https://github.com/procopenco) for this adding this!
167+
- Add possibility to indicate explicitly tsconfig location, [#35](https://github.com/jonaskello/tsconfig-paths/issues/35). Thanks to [@procopenco](https://github.com/procopenco) for this adding this!
168168

169169
## [3.2.0] - 2018-03-31
170170

171171
### Added
172172

173-
- Added support for passing a filename as cwd, see issue [#31](https://github.com/dividab/tsconfig-paths/issues/31) and PR [#32](https://github.com/dividab/tsconfig-paths/pull/32). Thanks to [@amodm](https://github.com/amodm) for this adding this!
173+
- Added support for passing a filename as cwd, see issue [#31](https://github.com/jonaskello/tsconfig-paths/issues/31) and PR [#32](https://github.com/jonaskello/tsconfig-paths/pull/32). Thanks to [@amodm](https://github.com/amodm) for this adding this!
174174

175175
## [3.1.3] - 2018-03-14
176176

177177
### Fixed
178178

179-
- Fix async recursion, see [#30](https://github.com/dividab/tsconfig-paths/pull/30). Thanks to [@Nayni](https://github.com/Nayni) for this fix!
179+
- Fix async recursion, see [#30](https://github.com/jonaskello/tsconfig-paths/pull/30). Thanks to [@Nayni](https://github.com/Nayni) for this fix!
180180

181181
## [3.1.2] - 2018-03-13
182182

183183
### Fixed
184184

185-
- Fix a forgotten return when doneCallback is invoked, see [#29](https://github.com/dividab/tsconfig-paths/pull/29). Thanks to [@Nayni](https://github.com/Nayni) for this fix!
185+
- Fix a forgotten return when doneCallback is invoked, see [#29](https://github.com/jonaskello/tsconfig-paths/pull/29). Thanks to [@Nayni](https://github.com/Nayni) for this fix!
186186

187187
## [3.1.1] - 2018-01-13
188188

@@ -212,7 +212,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
212212

213213
### Fixed
214214

215-
- Only resolve path if tsconfig present [#25](https://github.com/dividab/tsconfig-paths/pull/25). Thanks to @nicoschoenmaker for the PR.
215+
- Only resolve path if tsconfig present [#25](https://github.com/jonaskello/tsconfig-paths/pull/25). Thanks to @nicoschoenmaker for the PR.
216216

217217
## [2.7.2]
218218

@@ -230,7 +230,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
230230

231231
### Added
232232

233-
- Support `baseUrl` to exist in base tsconfig.json when using `extends`, see [#23](https://github.com/dividab/tsconfig-paths/issues/23).
233+
- Support `baseUrl` to exist in base tsconfig.json when using `extends`, see [#23](https://github.com/jonaskello/tsconfig-paths/issues/23).
234234

235235
## [2.6.0]
236236

@@ -260,7 +260,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
260260

261261
### Fixed
262262

263-
- Include declaration files. Fixes [#22](https://github.com/dividab/tsconfig-paths/issues/22).
263+
- Include declaration files. Fixes [#22](https://github.com/jonaskello/tsconfig-paths/issues/22).
264264

265265
## [2.4.0]
266266

@@ -270,38 +270,38 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
270270

271271
### Fixed
272272

273-
- Support for config inheritance with `extends`. Fixes [#17](https://github.com/dividab/tsconfig-paths/issues/17).
273+
- Support for config inheritance with `extends`. Fixes [#17](https://github.com/jonaskello/tsconfig-paths/issues/17).
274274

275275
## [2.2.0]
276276

277277
### Fixed
278278

279-
- Fixed issue [#7](https://github.com/dividab/tsconfig-paths/issues/7).
279+
- Fixed issue [#7](https://github.com/jonaskello/tsconfig-paths/issues/7).
280280

281281
## [2.1.2]
282282

283283
### Fixed
284284

285-
- Fixed issue [#6](https://github.com/dividab/tsconfig-paths/issues/6).
285+
- Fixed issue [#6](https://github.com/jonaskello/tsconfig-paths/issues/6).
286286

287287
## [2.1.1]
288288

289289
### Fixed
290290

291-
- Fixed issue [#4](https://github.com/dividab/tsconfig-paths/issues/4)
291+
- Fixed issue [#4](https://github.com/jonaskello/tsconfig-paths/issues/4)
292292

293293
## [2.1.0]
294294

295295
### Fixed
296296

297-
- Fixed issue [#3](https://github.com/dividab/tsconfig-paths/issues/3)
297+
- Fixed issue [#3](https://github.com/jonaskello/tsconfig-paths/issues/3)
298298

299299
## [2.0.0]
300300

301301
### Added
302302

303303
- We now look at `process.env.TS_NODE_PROJECT`
304-
- Functionality to bootstrap tsconfig-paths. Documentation in [README](https://github.com/dividab/tsconfig-paths/blob/master/README.md)
304+
- Functionality to bootstrap tsconfig-paths. Documentation in [README](https://github.com/jonaskello/tsconfig-paths/blob/master/README.md)
305305

306306
### Changed
307307

@@ -374,34 +374,34 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
374374

375375
- Initial version.
376376

377-
[unreleased]: https://github.com/dividab/tsconfig-paths/compare/v3.9.0...master
378-
[3.9.0]: https://github.com/dividab/tsconfig-paths/compare/v3.8.0...v3.9.0
379-
[3.8.0]: https://github.com/dividab/tsconfig-paths/compare/3.7.0...3.8.0
380-
[3.7.0]: https://github.com/dividab/tsconfig-paths/compare/3.6.0...3.7.0
381-
[3.6.0]: https://github.com/dividab/tsconfig-paths/compare/3.5.0...3.6.0
382-
[3.5.0]: https://github.com/dividab/tsconfig-paths/compare/3.4.2...3.5.0
383-
[3.4.2]: https://github.com/dividab/tsconfig-paths/compare/3.4.1...3.4.2
384-
[3.4.1]: https://github.com/dividab/tsconfig-paths/compare/3.4.0...3.4.1
385-
[3.4.0]: https://github.com/dividab/tsconfig-paths/compare/3.3.2...3.4.0
386-
[3.3.2]: https://github.com/dividab/tsconfig-paths/compare/3.3.1...3.3.2
387-
[3.3.1]: https://github.com/dividab/tsconfig-paths/compare/3.3.0...3.3.1
388-
[3.3.0]: https://github.com/dividab/tsconfig-paths/compare/3.2.0...3.3.0
389-
[3.2.0]: https://github.com/dividab/tsconfig-paths/compare/3.1.3...3.2.0
390-
[3.1.3]: https://github.com/dividab/tsconfig-paths/compare/3.1.2...3.1.3
391-
[3.1.2]: https://github.com/dividab/tsconfig-paths/compare/3.1.1...3.1.2
392-
[3.1.1]: https://github.com/dividab/tsconfig-paths/compare/3.1.0...3.1.1
393-
[3.1.0]: https://github.com/dividab/tsconfig-paths/compare/3.0.0...3.1.0
394-
[3.0.0]: https://github.com/dividab/tsconfig-paths/compare/2.7.3...3.0.0
395-
[2.7.3]: https://github.com/dividab/tsconfig-paths/compare/2.7.2...2.7.3
396-
[2.7.2]: https://github.com/dividab/tsconfig-paths/compare/2.7.1...2.7.2
397-
[2.7.1]: https://github.com/dividab/tsconfig-paths/compare/2.7.0...2.7.1
398-
[2.7.0]: https://github.com/dividab/tsconfig-paths/compare/2.6.0...2.7.0
399-
[2.6.0]: https://github.com/dividab/tsconfig-paths/compare/2.5.0...2.6.0
400-
[2.5.0]: https://github.com/dividab/tsconfig-paths/compare/2.4.3...2.5.0
401-
[2.4.3]: https://github.com/dividab/tsconfig-paths/compare/2.4.2...2.4.3
402-
[2.4.2]: https://github.com/dividab/tsconfig-paths/compare/2.4.1...2.4.2
403-
[2.4.1]: https://github.com/dividab/tsconfig-paths/compare/2.4.0...2.4.1
404-
[2.4.0]: https://github.com/dividab/tsconfig-paths/compare/2.2.0...2.4.0
405-
[2.2.0]: https://github.com/dividab/tsconfig-paths/compare/2.1.2...2.2.0
406-
[2.1.2]: https://github.com/dividab/tsconfig-paths/compare/2.1.1...2.1.2
407-
[2.1.1]: https://github.com/dividab/tsconfig-paths/compare/2.1.0...2.1.1
377+
[unreleased]: https://github.com/jonaskello/tsconfig-paths/compare/v3.9.0...master
378+
[3.9.0]: https://github.com/jonaskello/tsconfig-paths/compare/v3.8.0...v3.9.0
379+
[3.8.0]: https://github.com/jonaskello/tsconfig-paths/compare/3.7.0...3.8.0
380+
[3.7.0]: https://github.com/jonaskello/tsconfig-paths/compare/3.6.0...3.7.0
381+
[3.6.0]: https://github.com/jonaskello/tsconfig-paths/compare/3.5.0...3.6.0
382+
[3.5.0]: https://github.com/jonaskello/tsconfig-paths/compare/3.4.2...3.5.0
383+
[3.4.2]: https://github.com/jonaskello/tsconfig-paths/compare/3.4.1...3.4.2
384+
[3.4.1]: https://github.com/jonaskello/tsconfig-paths/compare/3.4.0...3.4.1
385+
[3.4.0]: https://github.com/jonaskello/tsconfig-paths/compare/3.3.2...3.4.0
386+
[3.3.2]: https://github.com/jonaskello/tsconfig-paths/compare/3.3.1...3.3.2
387+
[3.3.1]: https://github.com/jonaskello/tsconfig-paths/compare/3.3.0...3.3.1
388+
[3.3.0]: https://github.com/jonaskello/tsconfig-paths/compare/3.2.0...3.3.0
389+
[3.2.0]: https://github.com/jonaskello/tsconfig-paths/compare/3.1.3...3.2.0
390+
[3.1.3]: https://github.com/jonaskello/tsconfig-paths/compare/3.1.2...3.1.3
391+
[3.1.2]: https://github.com/jonaskello/tsconfig-paths/compare/3.1.1...3.1.2
392+
[3.1.1]: https://github.com/jonaskello/tsconfig-paths/compare/3.1.0...3.1.1
393+
[3.1.0]: https://github.com/jonaskello/tsconfig-paths/compare/3.0.0...3.1.0
394+
[3.0.0]: https://github.com/jonaskello/tsconfig-paths/compare/2.7.3...3.0.0
395+
[2.7.3]: https://github.com/jonaskello/tsconfig-paths/compare/2.7.2...2.7.3
396+
[2.7.2]: https://github.com/jonaskello/tsconfig-paths/compare/2.7.1...2.7.2
397+
[2.7.1]: https://github.com/jonaskello/tsconfig-paths/compare/2.7.0...2.7.1
398+
[2.7.0]: https://github.com/jonaskello/tsconfig-paths/compare/2.6.0...2.7.0
399+
[2.6.0]: https://github.com/jonaskello/tsconfig-paths/compare/2.5.0...2.6.0
400+
[2.5.0]: https://github.com/jonaskello/tsconfig-paths/compare/2.4.3...2.5.0
401+
[2.4.3]: https://github.com/jonaskello/tsconfig-paths/compare/2.4.2...2.4.3
402+
[2.4.2]: https://github.com/jonaskello/tsconfig-paths/compare/2.4.1...2.4.2
403+
[2.4.1]: https://github.com/jonaskello/tsconfig-paths/compare/2.4.0...2.4.1
404+
[2.4.0]: https://github.com/jonaskello/tsconfig-paths/compare/2.2.0...2.4.0
405+
[2.2.0]: https://github.com/jonaskello/tsconfig-paths/compare/2.1.2...2.2.0
406+
[2.1.2]: https://github.com/jonaskello/tsconfig-paths/compare/2.1.1...2.1.2
407+
[2.1.1]: https://github.com/jonaskello/tsconfig-paths/compare/2.1.0...2.1.1

0 commit comments

Comments
 (0)