MasterKale / SimpleWebAuthn

WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers, Node, Deno, and more.
https://simplewebauthn.dev
MIT License
1.62k stars 137 forks source link

chore-relink-packages #342

Closed MasterKale closed 1 year ago

MasterKale commented 1 year ago

This reverts internal package versions in package.json back to values that Lerna says should be used to link internal packages.

I don't know why this happened, but the internal package versions that should be "*" were replaced with more typical "^7.0.0" after releasing v7.0.0. This hasn't typically happened when cutting releases.