mapbox / pixelmatch

The smallest, simplest and fastest JavaScript pixel-level image comparison library
ISC License
6.1k stars 304 forks source link

Publish the latest changes to npm? #108

Closed styfle closed 2 years ago

styfle commented 2 years ago

It looks like the latest version of pixelmatch was published 2 years ago https://www.npmjs.com/package/pixelmatch

However, there are some changes made to this repo 8 months ago.

Could someone with the correct permission publish these changes to npm?

Perhaps @mourner. Thanks!

mourner commented 2 years ago

Why do you need a new version? As you can see in the commit log, there were no actual code changes in the library, only development updates. It's working perfectly as it is.

styfle commented 2 years ago

The dependencies were bumped (pngjs upgraded to 6.x) in 0cef8e9a34f3f23f0aef27c62432f5a9f7d08e62

styfle commented 2 years ago

You can see playwright had a workaround for this outdated dependency here https://github.com/microsoft/playwright/blob/7f513360681d2517caa24d266def9b3a7be4f469/packages/playwright-core/src/utils/comparators.ts#L23-L24

mourner commented 2 years ago

Thanks for the details and sorry for the delay! Released as v5.3.0.