linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
565 stars 143 forks source link

Latest NPM package doesn't contain TypeScript types #457

Closed sroze closed 2 years ago

sroze commented 3 years ago

The latest package published to NPM does not contain the TypeScript types. Because npm build:types works my only theory is that the latest person we published didn't run this command. Good thing... 2.1.2 (75d1343) has not been pushed to NPM 👯

@michielbdejong is this something you could help with? 🙏

michielbdejong commented 3 years ago

Thanks for the heads-up! Ah, that's probably related then, because it will have successfully tagged the version, but then tried and failed to run npm build pre-publish. /me looking.

michielbdejong commented 3 years ago

I published v2.1.3 now. Can you try with that?