app-store-server-library-node icon indicating copy to clipboard operation
app-store-server-library-node copied to clipboard

fix: convert publicKey to KeyObject for compatibility with Bun

Open italodeverdade opened this issue 8 months ago • 0 comments

In previous versions of Bun, the publicKey was generated as a CryptoKey instead of a KeyObject, which caused compatibility issues with the library in the Bun environment. This PR adds support for transforming CryptoKey instances into KeyObjects, enabling Bun to successfully perform signature verifications.

Reference: https://github.com/oven-sh/bun/issues/16652

italodeverdade avatar Apr 25 '25 19:04 italodeverdade