dmtrKovalenko / odiff

The fastest pixel-by-pixel image visual difference tool in the world.
MIT License
1.96k stars 73 forks source link

npm has Version 2.6.1 but there is no 2.6.1 in this repo #90

Closed alextreppass closed 4 months ago

alextreppass commented 4 months ago

Hello, we are looking to sanity check the post-install scripts and binaries — we are wanting to try out Lost Pixel which uses odiff-bin.

They specify version 2.6.1 which exists on npm, but not here in this project apparently.

I've diffed the release tars via npm pack odiff-bin@2.6.0 / npm pack odiff-bin@2.6.1 and the only changes are the version numbers in the package.json and the platform binary files (darwin, linux, windows-x64)

@dmtrKovalenko any chance you have information on the 2.6.1 release please?

Thanks

dmtrKovalenko commented 4 months ago

Nevermind previous comment. The versions are the same just release was not created. They both used 2.6.1 in fact https://github.com/dmtrKovalenko/odiff/blob/main/package.json this is a source of version.

d-ivashchuk commented 4 months ago

@alextreppass if you need any help with lost pixel, would be more than happy to give you a hand!

alextreppass commented 4 months ago

Thanks!

alextreppass commented 4 months ago

@d-ivashchuk one thing that we're worried about before adopting is this https://github.com/lost-pixel/lost-pixel/issues/377 if you could take a look thank you