node-tvdb
                                
                                
                                
                                    node-tvdb copied to clipboard
                            
                            
                            
                        Release with index.d.ts
Hey there!
in #112 you merged the index.d.ts with the function signatures but you didn't trigger the release since then. This means the index.d.ts file is not available when installing the package.
(Also seems the latest version on npm is 4.1.0 while this repo is at 5)
Cheers!
Sorry to bump an old thread, but it would be awesome to get the latest into a new release
👋 Hey!
Would love to get this into a new release.
As you may have noticed, I'm not able to actively maintain this library. I would love some help getting everything rounded off for a 5.0.0 release.
I've taken a few minutes already today to do some quick maintenance:
- closed a bunch of auto-generated PRs
 - updated the library to require node 14+
 - moved tests to run through GitHub actions
 
What's left:
- [ ] Deciding how new versions of the tvdb API should be handled (we're pinning(?) to 
'v2.1.1', should we raise this? How does this affect semver?) - [ ] Reviewing and merging https://github.com/edwellbrook/node-tvdb/pull/114
 - [ ] Updating 
index.d.tsto include any recent changes (presumably including therefreshTokenfunction from above PR) - [ ] Re-generating docs
 - [ ] Publishing 5.0.0 to npm
 
Any help with moving forward on the points above would be extremely helpful. As I don't have the bandwidth to resolve all of this myself, I'd need interested parties to help organise.
Cheers!