Skip to content

tsconfigcheck: v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 07:23
3e71473

2.0.0 (2022-08-24)

⚠ BREAKING CHANGES

  • this change is breaking for older versions of Node that don't support es modules

Bug Fixes

  • don't use Node's fetch() (#7) (e87eed1), closes #6
  • error on non-200 response (36b957e)
  • uncomment all // comments unconditionally (e28b98c)

Miscellaneous Chores

  • convert tsconfigcheck pkg to es module (eff5259)