Open Ryxuu opened 7 months ago
this is a quirk of Semantic Versioning: placeholder-pdfkit has a peer dependency of pdfkit "^0.11.0", which means "0.11.x" (because the version is lower than "1.0.0")
to allow all versions "0.x.y" for x>=11, you actually want the reference to be something like ">=0.11.0 <1.0.0"
We have to fix that
Not sure if this is related, but adding the @signpdf/placeholder-plain to my project adds 118 packages! Not seeing where in the dependency tree of the packages specified in the package.json of either ...plain and ...pdfkit010 that all of these dependencies are necessary. That kind of bloat significantly forced me to revert to using the pdf-lib placeholder implementation even though it doesn't support multiple signers. Please help and advise.
Describe the bug and the expected behaviour I am using pdfkit@0.15.0. When I try to istall @signpdf/placeholder-pdfkit the installation process fails with
Is it a bug in signing or in the helpers? It shows up with placeholder-pdfkit helper.
To Reproduce Using pdfKit with version greater than 0.11.0 the dependency error appears if you try to install placeholder-pdfkit.