Closed kubijo closed 2 years ago
Nope... Given that I have not yet worked on any package distributed on NPM, I can't say much from the top of my head.
The exports
field in https://cdn.jsdelivr.net/npm/@github/webauthn-json@0.6.4/package.json references an invalid file (presumably you forgot the esm
folder in ./dist/webauthn-json.js
, same for ./dist/webauthn-json.extended.js
).
Same problem without using yarn. Webpack build fails to resolve the dependency.
The
exports
field in https://cdn.jsdelivr.net/npm/@github/webauthn-json@0.6.4/package.json references an invalid file (presumably you forgot theesm
folder in./dist/webauthn-json.js
, same for./dist/webauthn-json.extended.js
).
Aha! Thanks, that would explain it. This kind of stuff makes me really grumbly that this still needs to be done by hand. 😆
Alright, please let me know if v0.6.5
works for you!
in my case everything worked. thanks!
Yep, working fine :+1: