Skip to content

⬆️ Fix TS 4.4 regression

Latest
Compare
Choose a tag to compare
@smolijar smolijar released this 22 Sep 13:30
· 13 commits to master since this release
  • Updated to TS 4.4
    • Internal types had to be fixed due to TS 4.4 regression and since I found no suitable implementation that would work for this version and older alike you need to update TS in your project to ^4.4.0
    • Error handler now expects unknown instead of error
  • Updated @grpc/grpc-js to 1.3.7, which you also need to do if you have different version locked or installed

Migration guide

npm install @grpc/[email protected] # alternatively update lock if it's not your main dep
npm install [email protected]