PeculiarVentures / x509

@peculiar/x509 is an easy to use TypeScript/Javascript library based on @peculiar/asn1-schema that makes generating X.509 Certificates and Certificate Requests as well as validating certificate chains easy
https://peculiarventures.github.io/x509/
MIT License
86 stars 14 forks source link

Types missing from v1.9.0 #50

Closed jacobwgillespie closed 1 year ago

jacobwgillespie commented 1 year ago

Hey! The types are broken in the new 1.9.0, because now that tests exists, TypeScript is generating the types at build/types/src/* instead of build/types/*:

https://unpkg.com/browse/@peculiar/x509@1.9.0/build/types/

microshine commented 1 year ago

I see. Thank you. I'll fix it soon

microshine commented 1 year ago

@peculiar/x509@1.9.2 has been published. Please try it.

jacobwgillespie commented 1 year ago

It works! 🎉 Thanks for the fast turnaround