node-tvdb icon indicating copy to clipboard operation
node-tvdb copied to clipboard

Release with index.d.ts

Open maexrakete opened this issue 5 years ago • 2 comments

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!

maexrakete avatar May 17 '20 13:05 maexrakete

Sorry to bump an old thread, but it would be awesome to get the latest into a new release

craigjmidwinter avatar Sep 12 '21 01:09 craigjmidwinter

👋 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.ts to include any recent changes (presumably including the refreshToken function 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!

edwellbrook avatar Sep 13 '21 09:09 edwellbrook