SVG-to-PDFKit icon indicating copy to clipboard operation
SVG-to-PDFKit copied to clipboard

NPM package update

Open Nekliukov opened this issue 2 years ago • 3 comments

Hello @alafr,

I hope this message finds you well. I noticed that the latest master code has some crucial updates, but the latest npm package version was published 4 years ago. Would you be so kind as to update to the latest version at your earliest convenience?

Nekliukov avatar Oct 16 '23 17:10 Nekliukov

See #158

bluewire-solutions avatar Oct 26 '23 08:10 bluewire-solutions

In order to use this project with Typescript, I had to install direct from github, as the version in NPM does not include the index.d.ts:

npm install alafr/SVG-to-PDFKit#master

Of course, if someone introduces a breaking commit, this will be a problem. I'm willing to risk it for now since the project seems to be a bit defunct anyway. It would be wonderful if someone with access could just publish the latest version to NPM for everyone to use.

jove4015 avatar Dec 18 '23 23:12 jove4015

@jove4015 https://www.npmjs.com/package/patch-package solved my issue in a clean way. Just add the changes that you need manually as a diff over referenced package. It will be applied on each npm install.

Nekliukov avatar Dec 19 '23 02:12 Nekliukov