webauthn-open-source / fido2-lib

A node.js library for performing FIDO 2.0 / WebAuthn server functionality
https://webauthn.io
MIT License
394 stars 118 forks source link

Resolve punycode deprecation by redirecting imports to userland module #160

Closed paulsutherland closed 4 months ago

paulsutherland commented 4 months ago

This commit addresses the Node.js DEP0040 deprecation warning for the punycode module by adjusting Rollup's output.paths configuration.

JamesCullum commented 4 months ago

Thanks for the PR - it looks like the formatting isn't matching exactly (Github raises warnings there), and it appears as if the code doesn't work anymore with that change :/ We will probably need to tackle this differently.

Hexagon commented 4 months ago

Thanks, this is resolved now.