Zazama / node-id3

Pure JavaScript ID3 Tag library
MIT License
285 stars 57 forks source link

Could you update 0.2.7 version? #179

Open 1000ship opened 7 months ago

1000ship commented 7 months ago
Screenshot 2024-04-18 at 14 25 35

So far, 0.2.6 version is latest one, and I'm utilizing the version. During that, I found mistake, as you can see in the image, type should be like

type Correct = {description: string, value: string}[]

But in the 0.2.6 version, it's

type Wrong = [{description: string, value: string}]

So that, it can have only one element. I've looked into a Github code, and it looks it's already fixed. By any chance, the last needs to be done would be just deploying new version(0.2.7) to NPM, I guess.

It would be great if you do that. Appreciate for your great module :)

Zazama commented 7 months ago

Hey, the master branch is not ready for publishing, but the fix can be made in the 0.2 branch and published as 0.2.7.

I'll try to change it this weekend, thanks for the report 👍