PeculiarVentures / webcrypto-core

A input validation layer for WebCrypto polyfills.
MIT License
28 stars 13 forks source link

fix: build error TypeScript 5.3 #62

Closed ludufre closed 8 months ago

ludufre commented 8 months ago

TypeScript 5.3.3 added a new signature to generateKey() preventing do build with success because of webcrypto-liner depends of this package.

This PR add that.

microshine commented 8 months ago

Thanks for the update. It's crucial to align with TypeScript definitions to avoid compilation issues. However, it's worth noting that Ed25519 is not a standard in W3 and MDN WebCrypto API.

I'm going to merge this PR and release a new version.