crabbly / Print.js

A tiny javascript library to help printing from the web.
MIT License
4.28k stars 672 forks source link

mismatch version on NpmJS and Github after version of 1.6.0 #678

Open yaser-alimardani-zonozi opened 1 year ago

yaser-alimardani-zonozi commented 1 year ago

It seems two bugs were fixed after releasing 1.6.0 and merged to master in the Github. But I cannot see these changes on the npmjs and it seems we need to create one release to have it, right? Is it possible to release a new version on npmjs that we can use the latest codes?

For example, I cannot find this props frameRemoveDelay on index.d.ts in the npmjs package.

P.S: I need this variable to fix one issue on electron app.